Hyper Slice

Just another WordPress.com site

Goolge Real Time Analytics

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

May 9, 2012 · Leave a Comment

PHP Image Gallery Lite with Less Code

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

May 3, 2012 · Leave a Comment

Getting Started with Android Development

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

May 2, 2012 · Leave a Comment

Adhere to Web Performance Best Practices and Rules

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

April 24, 2012 · Leave a Comment

Apache configuration for ETags, Gzip and Expires Header

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

April 24, 2012 · Leave a Comment

Bold Condensed in Photoshop

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

March 20, 2012 · Leave a Comment

PHP Delete from MySQL Function

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

March 20, 2012 · Leave a Comment

Get Values from all Tables in a Database

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

March 16, 2012 · Leave a Comment

Search File for String and Get Line

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

March 15, 2012 · Leave a Comment

Comparing Floats in PHP

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

March 14, 2012 · Leave a Comment
Follow

Get every new post delivered to your Inbox.

Join 162 other followers