Archive for the Coding Category

Alright, this had been driving me nuts for months, and all the online tutorials and guides sucked ass. And after hours through trial and error coding, I finally discovered the correct portions and amount of code to use.

So basically, I’m going to explain here exactly what you need to do to create a simple PHP / MySQL backed DB-driven website that draws all of the data straight from the database.

An example URL of a page we’ll create could look like this:

http://www.site.com/index.php?id=1 (more…)

Not sure which programming language you want to learn? Don’t even know if you want to write software, develop websites, or enter some other sort of programming field? Well below I composed a list of the top languages you can start learning today:

(more…)

If you’re like me, and enjoy listening to the music videos on Youtube, you may get tired of having to manually click the replay button every time the song ends. (more…)

So many SEO’s out there like to believe they can create new HTML values, such as dofollow. Here’s a newsflash for those of you who refer to normal links as dofollow: Dofollow Doesn’t Exist!

Don’t follow that! dofollow this instead.

http://dictionary.reference.com/browse/dofollow

Just because one Search Engine implements a new value for the relationship attribute of anchor elements doesn’t mean you have to refer to the norm as something else based of the new value. (more…)

This tutorial I’m writing will show you the basics of how to add widgets to the actual page of a blog, rather than just having widgets contained within the sidebar. I was assisted by Joni Mueller in the process.

This will allow you to easily display things like “Recent Posts”, Text inserts, and even Google Adsense Ads on your homepage. My website’s front page was created using this process, so I will specifically teach you how two create a two column page layout. Any text editor will do, I used Notepad++, which works great. (more…)

For those that have recently updated to WordPress 2.5, you have probably experienced a few bugs and workarounds along the way. (more…)