whiteparticle submitted tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
JavaScript Frameworks Compared
Submitted by whiteparticle » First off, if you are writing JavaScript, use a framework. You will never go back because all frameworks will help in some way. Now the question is.. which one should you use?
Rating: 3.2/5 | 600 clicks | 1 comment | 2 saves | share | report
Sortable Lists in PHP Walkthrough
Submitted by whiteparticle » Want to learn how to make draggable sortable lists that save itself when you change the order? Here’s how to make a Sortable list in PHP with script.aculo.us from step one to step done (haha good one).
Rating: 3.0/5 | 493 clicks | 0 comments | 0 saves | share | report
Model View Controller (and CodeIgniter)
Submitted by whiteparticle » An introduction to the Model View Controller design practice. This is a common theme of most frameworks and will greatly improve your code organization and management.
Rating: 3.3/5 | 1,307 clicks | 0 comments | 0 saves | share | report