70 of the Best Ajax Resources
Category: Inspiration, Tutorials | 397 views | 3 Comments |
I have taken all of the Ajax and JavaScript posts that I have written over the past year and analyzed the stats and figures (outgoing links, page popularity etc. ) to find what really are the best free Ajax Resources
1. jQuery (http://jquery.com/)
URL: http://jquery.com/.
Blog: http://jquery.com/blog/.
Documentation: http://docs.jquery.com/.
2. MooTools (http://www.mootools.net/)
URL: http://www.mootools.net/.
Blog: http://blog.mootools.net/.
Documentation: http://docs.mootools.net/.
3. script.aculo.us (http://script.aculo.us/)
URL: http://script.aculo.us/.
Blog: n/a.
Documentation: http://wiki.script.aculo.us/.
- 50 Photoshop Text Tutorials
- Differences Between Dreamweaver CS4 and Dreamweaver CS3
- Ruby on Rails Resources and TUTORIALS
- 3D tutorials worth a look
Differences Between Dreamweaver CS4 and Dreamweaver CS3
Category: Tutorials | 1,336 views | 1 Comment |
Dreamweaver CS3 for Windows brought in the idea of different program layouts depending upon what type of Web designer or developer you were. Dreamweaver CS4 takes that to a new level. There are 8 default layouts including: App Developer, App Developer Plus, Classic, Coder, Coder Plus, Designer, Designer Compact, and Dual Screen. And if that’s not enough, you can now define your own, or simply modify an existing one to match exactly what you need it to do. And it no longer matters if you’re on a Mac or not - these features are in both Windows and Macintosh versions of Dreamweaver CS4.
Live View of Your Pages:
If you’ve ever tried to edit a dynamic or data-driven site in Dreamweaver, you know how frustrating that can be. Just hitting the preview button forces you to publish to your “testing server”, which for many of us is our live site. But now, Dreamweaver CS4 can preview pages in “live mode” with interactivity and dynamic elements included. It can even load data sources so you can see how those will impact the page. Plus, you can move through JavaScript scripts and stop the script just where you need to work on a design element, giving you much more control over over the design and interactivity as a whole.
Ruby on Rails Resources and TUTORIALS
Category: Tutorials | 697 views | Add a Comment |
TUTORIALS
Once you’ve installed Rails it’s time to start coding. Here are a few starting points for you.
Beginner Tutorials
After you’ve installed Rails you should be ready to start developing applications. The following links are starting places for learning the foundations of Ruby, Rails and building your first apps.
- Try Ruby! – A simple interactive tutorial teaching you the basics of Ruby in 15 minutes.
- Ruby User’s Guide – Complete step by step guide for learning Ruby.
- Learning Ruby – Uses program examples to teach you the basics of Ruby. Draws parallels between other languages to show you what makes Ruby unique.
- Hackety Hack: the Coder’s Starter Kit – An interactive program designed to teach students how to program Ruby.
- Tutorial – This tutorial walks you through building your first Rails app.
- Using Ruby on Rails for Web Development on Mac OS X – Apple’s guide for developing your first Rails application.
- Learn Ruby on Rails: the Ultimate Beginner’s Tutorial – A solid Rails tutorial with a lot of explanation rather than just mindless code.
- A Many-to-Many tutorial for Rails – A walkthrough for building your first Rails app.
- Getting Your Feet Wet With Ruby on Rails – A beginner’s guide to taking advantage of Rails’ unique design. Includes information for creating the SQL database and scaffolding.
- Beginners Guide to Rails, part 1 – Shows you how to get your Rails database off the ground.
- Really Getting Started in Rails – Brief overview of the schematics of a Rails app.
- Basedex: Ruby on Rails – A massive glossary of Ruby on Rails links.
- How-tos – An extensive how-to library containing sample programs.










