arborint wrote:I saw this list and thought it might be of interest to others. It is a page of links to a number of web based CSS layout tools. Most seem to allow creating 1/2/3 column layouts with headers and footers by just filling out a web form. If anyone finds one or more of these tools useful -- let us know.
http://techmagazine.ws/best-css-tools/
Useful Resources
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Originally posted by arborint:
Milescript
Useful high level language framework for writing type-safe, object-oriented javascript: http://milescript.org
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Useful Resources
Ran across another useful JavaScript site:
http://www.hunlock.com/blogs/Essential_ ... t_Tutorial
http://www.hunlock.com/blogs/Essential_ ... t_Tutorial
Re: Useful Resources
The regulars on this forum already know about this:
http://sxc.hu - great free stock photography resource.
My favorite website for getting ideas for colour schemes:
http://www.colourlovers.com/
http://sxc.hu - great free stock photography resource.
My favorite website for getting ideas for colour schemes:
http://www.colourlovers.com/
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Useful Resources
http://qooxdoo.org/qooxdoo is a comprehensive and innovative Ajax application framework.
I do like it!

There are 10 types of people in this world, those who understand binary and those who don't
-
- Forum Contributor
- Posts: 193
- Joined: Tue Feb 28, 2006 8:30 pm
- Location: Somewhere in the Desert, USA
Re: Useful Resources
If you're needing preloader graphics for your jQuery and Javascript stuff, usually while doing AJAX comm., here's a fantastic new site:
http://preloaders.net/
http://preloaders.net/
Re: Useful Resources
believe it or not, a javascript dom parser.
http://ejohn.org/blog/pure-javascript-html-parser/
( no it's not elton john's website )
i haven't tried it. but it's certainly something i would need as i hate cryptic dom functions that insist you know and every member of your family members intimately, all the way down to your great great great grand childen.
what attracted me to this parser is its ability to add html easily, as in the following example from the page/website
http://ejohn.org/blog/pure-javascript-html-parser/
( no it's not elton john's website )
i haven't tried it. but it's certainly something i would need as i hate cryptic dom functions that insist you know and every member of your family members intimately, all the way down to your great great great grand childen.
what attracted me to this parser is its ability to add html easily, as in the following example from the page/website
compare this to having to make babies, first then addding attributes then appending your baby to the node.// The follow is appended into the specified element
HTMLtoDOM("<p>Hello <b>World", document.getElementById("test"))
Re: Useful Resources
http://phpjs.org/ has developed an extraordinary amount of javascripts emulating PHP, which when PHP coders dive into javascipt, can be extremely handy.
- VirtuosiMedia
- Forum Contributor
- Posts: 133
- Joined: Thu Jun 12, 2008 6:16 pm
Re: Useful Resources
This is one of my articles, but I think people might find it useful: Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs
-
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Useful Resources
Designers heaven - http://99designs.com/
Re: Useful Resources
When we are at useful resources: http://www.w3schools.com
But one thing bugs me so much. For example:
But one thing bugs me so much. For example:
How is this true? I mean, I can write some text outside HTML tags and it's still visible? Anyone car to explain what guys and girls at W3Schools thought?W3Schools wrote: The text between <body> and </body> is the visible page content