I’m not sure how long the Google Real Time Analytics Beta has been out but I just recently discovered it…and it is cool! To get there go to your analytics … Continue reading
I’ve had some problems in the past coding image galleries. It seems most programs out there are usually pretty clunky and usually require a large amount of files, libs or … Continue reading
I’ve managed to dive into Android App development. Ok maybe not dive but I was able to get everything setup and produce the infamous “Hello World”. There are a few … Continue reading
If you want to check how well your website performs when it comes to load times etc… You need to grab YSlow. YSlow is a Yahoo tool that helps you … Continue reading
Reblogged from JavaScript & PHP Experts: Hi, After digging deep into the sites and configuring my apache server ( after so many failures ) Here i came up with list … Continue reading
After using Photoshop for sometime now I found a nice feature that really makes text stand out. It is called Bold Condensed and my favorite font (at the moment) Myriad … Continue reading
I have created a little function that is helpful in calling for the deletion of an item in a database. Two parameters can be passed to it. First the table … Continue reading
I needed a way to get all values in all tables in a single database. I accomplished this by using a loop to loop through the tables and output the … Continue reading
I needed to implement a program that searched a file for a specific word and then output the entire line that the word was on. I first tried to use … Continue reading
I ran into some issues comparing floats (decimal numbers) in PHP. I first thought that both my PHP variables could not both be floats but strings so I needed to … Continue reading