Official Killer Media Corporate Website (Click to View)

Archive for November, 2007

The “Almost” Perfect Smarty Setup

Monday, November 19th, 2007

So, you’re looking for the “almost” perfect startup tutorial for the uber-famous Smarty template engine written with PHP? Or, are you just looking for a good straight-up to the point tutorial on using Smarty? Well, either way HERE IT IS!!
For the basic setup check out this tutorial here. Once you have Smarty running on your [...]

New Adult Comic Sites Coming Soon!

Saturday, November 10th, 2007

We have finally realized the true potential of adult comics and cartoons here at Kiler Media and have recently acquired a few adult comic related domains! We are very excited about the potential of these new domains and will post here when we have fully launched them!
To tell you the truth, my girlfriend is really [...]

Folder Structuring Best Practices

Saturday, November 10th, 2007

I tend to be tedious when it comes to how I layout my folder/file structures with large web projects. Here’s the just of it:
Basic Folder/Directory Structure:
/root/
-/img/
-/includes/
-/templates/

/root/ - This is the root folder/directory. You can also call this “public_html” or “httpdocs”. [...]

Kiler A-TGP/CMS Breaking News

Tuesday, November 6th, 2007

I have some news about our upcoming TGP/CMS system titled Kiler A-TGP/CMS. We have been looking into using template engines with the system for quite some time now and have finally decided on which to use. At first, we wanted to use our own template system but then have decided otherwise. We have finalized on [...]

Why Cookies Are Better Than Sessions

Thursday, November 1st, 2007

In the past I’ve gotten quite a bit of heat from my colleagues for utilizing cookies over sessions with PHP, and I’ve finally had enough! I will now go ahead and explain the reasons why I use cookies over sessions for everything.
Cookies have been around since day one with dynamic scripting languages. They were the [...]