22 Sep
At work I get files sometimes with hexadecimal entities but the problem is that we use numeric entities. I decided to write a simple script that will search the file for hex entities and convert them to numeric one. This is intended to be used with Komodo Edit or via the command line.
17 Mar
The wait is finally over. The first public beta of SMF 2.0 is here!
Simple Machines is extremely proud to announce the long awaited release of the first public beta of SMF 2.0… View the link for the full announcement.
read more | digg story
16 Mar
For quite some time now, I’ve been trying to use my MDA as a modem for my laptop with Vista, for when I’m not home. Last night I was able to figure it out. It’s pretty easy to do. Your laptop needs to have bluetooth device enabled and paired with the phone. Here are the steps to get this working correctly.
Read the rest of this entry »
22 Feb
I wrote this article a while back for the doc site.
Call SSI.php before anything else.
How do I show a login/logout form?
How do I redirect users after they login/logout?
How do I restrict access to certain areas of my pages?
Extras
Hooking the SMF user system with external applications is a common issue people have. This document will help explain how to accomplish this. The first thing you will need to do is change the files that you are going to implement this on into php files. So if you have a .html or .htm extension proceding the filename of the file, rename the file with the extension at the end being .php. The reason for this is so that the php content can get parsed as php and not as html. You may ask yourself: By doing this, will it have any effects on my current page? Well the answer is no. Everything will show just the way it did before.
Read the rest of this entry »
31 Jan
Since I’m back to school and taking my 3rd semester of Java, I’ll have to write lots of small programs. I decided to post them here. Who knows. Maybe they will be useful to some.
31 Jan
Recently my laptop has been acting up. It’s been getting real hot. The temperature is averaging 65C. So I went ahead and contacted Dell support. Told them the issue and they didn’t ask too much questions. They just asked for address and are going to send me another laptop in a few days. Seems like I’m going to have to install Ubuntu again and struggle getting WiFi to work on it. Last time that I tried to get it to work, it was a mission to do but I was able to get it working.
Well That’s all for now. I’ll post an update when I get the new one. Maybe I get lucky and it comes with another OS that is not Vista Basic.
28 Jan
Something that members ask from time to time is for a way to recount the total posts for their member. A while back I wrote a small script to do this. To prevent the script from overloading the server it's done in small steps. It still needs some work but here it is. Hope it comes in handy to some.
Recount User Posts File Download
20 Jan
Simple Machines Forum is pleased to announce that the second beta of SMF 2.0. This release includes many new features such as
*Added paid subscription feature
*Added search engine tracking
*Numerous improvements to the WYSIWYG editor
-Click article to read more about the feature updates.
read more | digg story
30 Oct
I got tired of having to press tab each time when I enter my SS number in the Unemployment Insurance Benefits Online website so I made this GreaseMonkey script. I'm not so good in JS but it gets the job done. I'm pretty sure it can be written better.