lang="en-US"> Tutorials – Page 5 –  Design1online.com, LLC

Category: Tutorials

16

PHP Tutorial: Searching and Pagination

In the work that I’ve done for clients and just in browsing the web I’ve seen a fair amount of strange pagination scripts out there. If you’re looking for a simple pagination solution then...

1

MySQL Tutorial: A Beginners Guide

So, what is a database? If you think you’ve never used a database before you’re wrong. Are you online right now reading this post?? Guess what, you’re reading information from a database. You can...

0

jQuery File Trees and File Managers

jQuery File Tree Produces valid, semantic XHTML Fully customizable via CSS Ability to style icons based on file extension Uses AJAX to fetch file information on the fly Easy to configure and implement Includes...

0

PHP Tutorial: Easy SQL Injection Prevention

I’ve noticed on several client games I’ve worked on recently that instead of creating a global cleaning function to prevent SQL injections they’re wrapping mysql_real_escape_string() calls around everything. Sure, putting this function around any...

0

Flash AS3 Function: Duplicate MovieClip Objects

Recently I’ve found that I need to duplicate movie clip objects. I’m not talking about creating a new instance of the class, but actually duplicating the object with transformations (ie width, height, rotation) and...