JAN
26

Generate MVC Files Easily from a Template and your Database

Originally, I did not plan on releasing this Java application I wrote which I named Web App Builder. I created it to help me build models, controllers, views, and forms automatically for CodeIgniter, or any other frameworks I was working with, using templates and my database structure. It could even be used for jQuery functions such as posting values etc.... read more »

JAN
25

Create an Anchor Menu from Heading Tags with jQuery

You can see on the right side menu that there is a new navigation menu that allows you to jump trough each heading of this article (if it were longer) ... This is the jQuery version which I ended up not using. I decided I liked automating the anchor menu with PHP because it is SEO friendly and more efficient loading in the users browser. But this version maybe useful to some of you. read more »

tagged: jQuery
JAN
25

Automatically Create an Anchor Menu from Heading Tags in PHP

I updated the design of my blog today, and I wanted to add an anchor menu so my users could jump to each section of long blog posts with ease. I started out with a jQuery function that automatically created the anchor menu by looping though each heading and then adding an ID to each H3 title and finally outputting a menu. This worked pretty well, but it wasn't good enough for me. I wanted it to be SEO friendly, so I decided to write it in PHP. read more »

tagged: PHP
JAN
25

Fixing CodeIgniter's Blank Screen of Death

I ran into a problem with CodeIgniter today where I was getting a white screen, No output; nothing, and I soon found out it has been nicknamed "The White Screen of Death" on some other sites. After looking over a number of forums I found a bunch of different reasons that could be causing this issue. However, to my dismay none of them worked! Finally I ended up reverting to a backed up model I had and it worked. However I still wasn't certain what was causing this problem until now. read more »

JAN
24

Ubuntu Randomly Switches to low-graphics Mode

I was having an issue with Ubuntu 10.4 randomly switching to low-graphics mode. After doing some research I finally found a solution to resolve this issue. read more »

1 2 3 Next >