Monthly Archives: March 2011

Rapid Posting

I’ve quickly created some posts, in an attempt to keep blog readers since i’m unable to access the internet everyday. my mom is still “pretending” that shaw has permanently disconnected the internet. anyway, please forgive a bit of the sloppiness, … Continue reading

Posted in Uncategorized | 1 Comment

Using Pointers In C#

Since there really isn’t much about pointers in c#, since it’s such a pain in the ass, and rarely used, here is a quick over-view of them.

Posted in Geekz | Tagged , , | 1 Comment

Optimizing Your Harddrive For File Storage

Just a few tips for reducing the lag on your windows xp to win 7 computer. Will help, especially if you are storing large amounts of files.

Posted in Geekz | Tagged , , | Leave a comment

JavaScript BBCode Parser – Making Forums Lighter For Servers

Here is a perfect example of how to move the processing from the server side, to the client side, with only a few downsides. you may also find several upsides.

Posted in Geekz, Uncategorized | 4 Comments

How To Make Your Own JavaScript Packer

This is just showing how to use some basic compression methods to pack your javascript. it’s not very advanced, and not very practical, but it’s always something good to know.

Posted in Geekz | Tagged , , | Leave a comment