Inception WordPress Theme

I started a new project yesterday, and it’s all about desktops. I’ll show your desktop and you’ll show mine. It’s actually a show off of graphics, icons, wallpapers, apps and everything that lies on one’s desktop. At the end of January, the best desktop screenshot, as voted here, will be displayed here. Yes, links could [...]

The first days of January bring a new contest. I want to give away a free copy of em(phasis) JMS (worth USD60) for users being top commentators on my blog at the end of the month. Emphasis is a job display, recruitment and human resources content management system. With a simple and job oriented administration [...]

I need to extract some data from a web page and place it on a fishing site. The source web page is updated frequently, and I don’t have the necessary time to update it. So, I’ll use the Javascript innerHTML function. First of all, I should identify the element I’m trying to copy, let’s say [...]

This guys simply rock, hear Metallica’s “Enter Sandman” played on kazoo. [video]http://www.youtube.com/watch?v=iC65ufGUvKM[/video]

Here is a very simple Javascript switch menu based on Javascript and CSS. Does not use ul/li structure and is very easy to configure and style on parent/child basis, using CSS. Download/View Switch Menu

I’ve been searching for a character counter for one of my link directories. The Description field is supposed to hold about 400 characters. More than that looks like spam. So I’ve searched the Internet and found several good solutions and loads of crappy ones. Here is what I found and I’m currently using.

I remember reading somewhere a while ago that link directories are no longer profitable. They’re dangerous as they link to questionable neighbourhoods, and they easily fill up with spam. These were the arguments presented in the statement. They’re too thin to be taken into account. A link directory need as much attention and work as [...]

I wish a Happy New Year to all my readers and may 2009 be twice as profitable as the last year. Thank you for being close to me.

A while ago I bought an USB flash drive. Lately, I’ve been storing some materials for a new site, and some other important data (such as a site engine in development). I had no backup anywhere, and a couple of days ago, it crashed. It just crashed, and all my data was gone down the [...]

If you have a script on a remote server and you are using PHP5, then you will not be able to use include() or require(). I learned that while trying to include a script on a subdomain (for speed). The only solution is to use the file_get_contents() function instead. That’s all. Your remote inclusion will [...]