lang="en-US">  Design1online.com, LLC – Page 7 – online games for girls

Headlines Blog

0

Female Gamers: Trends and Statistics

So every few years I put out a new survey to all the members on my text-based internet games. Most of the members of my games are teenage girls. All of my games are...

0

Whoa-Horsie: Exclusive BETA Content

If you’ve been following Whoa-Horsie.com for a while now you know that we’ve been having some server problems that delayed our initial BETA tester date. Unfortunately we are still working on fixing those problems...

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...