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.
Re: Useful Resources
JavaScript tutorials
JavaScript, web apps, integration
How to Integrate Google Maps with Web Applications using JavaScript
How to Integrate Facebook & Twitter with Web Applications using JavaScript
JavaScript, data visualization, Highcharts.js
Data Visualization: How to Overcome Highcharts.js Drawbacks
JavaScript, web apps, integration
How to Integrate Google Maps with Web Applications using JavaScript
How to Integrate Facebook & Twitter with Web Applications using JavaScript
JavaScript, data visualization, Highcharts.js
Data Visualization: How to Overcome Highcharts.js Drawbacks
Re: Useful Resources
AngularJS tutorial
AngularJS, CSS, transitions, ngRoute, ngAnimate
How to Make iPhone-Style Web Page Transitions Using AngularJS & CSS
AngularJS, CSS, transitions, ngRoute, ngAnimate
How to Make iPhone-Style Web Page Transitions Using AngularJS & CSS