I hope you all can appreciate the new face lift I’ve given the site. This version is built from scratch in PHP with a MySQL backend. The template is based on a demo site I found online. If you are interested, check out google images for “web site templates”, there are thousands of amazing templates…
Author: slowder
String Manipulation — SUBSTRING
Sooner or later in SQL, you’re going to be asked to change how some text is formatted. Making changes to text is pretty straightforward. First, you need to know that when you’re manipulating text (in SQL it’s stored as a VARCHAR or NVARCHAR), you’re manipulating a string. If you think of the string to the…
My Milage Widget
After getting back from a long vacation weekend filled with plenty of driving, I started thinking. How many miles have I driven. Not just today, not just this week, but since I started driving. I started thinking back to my truck. I got it with 1.7 miles on the odometer. So I started thinking about…
Sample Databases Available for Download
Whenever someone starts learning Microsoft SQL Server they always ask for a demo database they can connect to. If you don’t have access to one already there is hope. Search on amazon and see how cheaply you can find a copy of Microsoft SQL Server 2000 Developer edition. I’ve found them as low as $50. …
Hello World!
I’d like to introduce you to my new site. ToyboxCreations.net. I wanted .com, but it is currently being squatted on. But that’s besides the point. This site will be my virtual home base. I’ll keep track of all my projects, my SQL training, photography, etc. Hopefully this site will introduce me to more people than…
Development for GoRowan.com
(imported from twistedCircle.com) Recently I completed work on a network of sites: GoRowan.com, High-Rock.com, and spencer-inn.com. On these three sites, I developed a Content Management System in PHP and MySQL. I developed a company index based loosely around the Yahoo category system. And finally, I built several banner ads for advertisers on the sites. By building…