Jump to content
xisto Community

r3d1405241470

Members
  • Content Count

    279
  • Joined

  • Last visited

Everything posted by r3d1405241470

  1. what programs do you use for grabing swf and swf decompiler?
  2. flash 5 or 4? may be on p2p a full version :)yes you can download swf files, if your using ie, a cache is stores in your temp folder or you can use third party software. you own it but not legal
  3. you can also set css colors using rgb colors like this rgb(255,10,20) valid value from 0 to 255 example: #head { background-color: rgb(255,0,0); /* in words red in hex #ff0000 or #f00 */ .... }*hidden tricks you can also set the rgb value in percentage #footer { background-color: rgb(50%,50%,50%); /* grayish color */ ... }it use for some reasons, main reason for percentage coz of different gamma settings of different pc. css geeks said its a clever way
  4. if your a web designer graphics is your choice, if your a web developer of course programming. And the one should know both and other web related including security is a web master. And any of them need high creativity
  5. dzsoft php editor and dreamweaver is a good combination for php web development, and for best editor any wysiwg w/ code highlighting will be the best. i prefer dreamweaver
  6. i vote for windows, lot of softwares, mostly games and windows have an acceptable design applications that can match the design applications of mac
  7. 1. just save the file in html if you want it in html if in php just put these lines "<?php ?>" in the header before your content and save in php that will be bloop php pages. take note that if your file contains php code you must save it in php or it will not be parse.2. just a client and server relations 3. yes with php gd functions and for the code if you want to add some security to your password you could do this INSERT INTO `users` (`userid`, `username`, `passwd`)VALUES ('', 'myUserName', password('myPassWord'));
  8. about the full css div layout it's so challenging and flexible
  9. what do you think? should all ie users shift to other free friendly web standard browser? or should microsoft continue developing ie for better and worse? ie bug http://www.webstandards.org/buzz/opinion// browse happy campaign http://www.webstandards.org/2004/10/13/happy-10th-birthday-netscape/ free web standard browser http://archive.browsehappy.com/browsers/
  10. why xthml doesn't have full support to ie? lol the truth is ie doesn't give full support to xhtml and css. http://www.webstandards.org/2004/10/13/happy-10th-birthday-netscape/ click and see what the web stardard says about ie for other free web standard browser visit http://archive.browsehappy.com/browsers/
  11. i try to use fireworks but i'm always looking for some photoshop functionality after that i uninstalled fireworks, photoshop still the best
  12. i use php to generate dynamic content on my site(mostly), validation and logging and more
  13. wierd... w3c doesn't claim that they are standard - according to Tim Berners-Lee's Interview(link broken), they do recomendations and develop specs like xhtml and others. for info about web standard visit this link http://www.webstandards.org/
  14. um... thnx :)i just want to know if is that possible without using 3rd party softwareand my os is xpand thnx again
  15. i've download that code from http://www.planet-source-code.com/ last month on php section go search for it
  16. i prefer my way and thnx for that info
  17. you need rss reader available in most sever side scriptsand also there is commercial blog reader
  18. you can use php in this situationlike validating a referrer if it's not from your domain/sub domain it will sent a error page :)for your image use php gd functions, this host also offer that one
  19. i believe that no free host will give you a free domain for now, except Xisto, it has good offer of free domain name for group account :)and uni.cc doesn't offer a domain it's a sub domain.i remember i've found a quality hosting, i think 2 years ago, it's offer instant acount, no banner, php asp and more, and a great deal if you got 20k visit/month you've got a free domain from them but it's gone now after that i quit web design, and back again :Pthe name is brizland or something like that(can't remember the exact name since it's almost two years)
  20. win 2k runs faster than xp on my pcbut i use xpwhy?i tweak my xp and now it's faster as tweak win2kand about windows 9x i hate blue screen, it still exist on xp but i just saw it once when i try to use an old windows appz
  21. W3C is created in 1994, the World Wide Web Consortium (W3C) (http://www.w3.org/) hammers out specifications and guidelines that are intended to promote the web's evolution and ensure that web technologies work well together. And Its director is Tim Berners-Lee (http://www.w3.org/People/Berners-Lee/), the one who invented the web in 1989. Some of the specifications developed by W3C is HTML, XHTML, XML, CSS, and more.
  22. much easier way to select group/single colors: open an image: then, select "SELECT" -> "Color Range..."a color range dialog appears: use a the "eye dropper tool" (lower right) to select colors -> just select and click the eye dropper tool to the canvas to select color.: to add colors use "eye dropper tool w/ +" -> then select and click( you will notice the change in the preview pane)then hit ok all the colors you select is now selected
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.