Creating a word filter and parser
Description: In this tutorial im going to show you how to create a basic Word filter and smiley Parser.
Its Split in to 4 parts. The first 2 parts are about the word filter, firstly its code and secondly a breakdown of the code.
The 3rd and 4th part follow the same patten except on the topic Smilys parsing.
I hope this is helpful to some people.
Added on: 15-Aug-2006 Hits: 161
|
Comments (0)Custom php tags
Description: Ever wondered how forums use custom tags like [b][/b]? This tutorial will show you how.
Added on: 08-Oct-2005 Hits: 163
|
Comments (0)Database design tips
Description: Don’t just start adding tables to your database straight away – I’ve done this and then later realized it won’t work how I wanted it to. Just walk away from your computer for 10 minutes (you can survive, don’t worry) and get some pen and paper. Now in one color, write the tables you plan on making , and then beneath these headings write the columns, column types, and a description of the column. Sitting there away from the computer really helps spark some new ideas, and makes database design a lot easier.
Added on: 15-Aug-2006 Hits: 131
|
Comments (0)Feedback form
Description: Getting the hang of forms that rely on Perl/CGI scripts can be a right pain in the butt, and who wants to use someone elses script covered in adverts and secret comments? Follow this tutorial and you can add forms to any page of your website...
Added on: 10-Mar-2006 Hits: 165
|
Comments (0)Get Current Page URL
Description: Sometimes, you might want to get the current page URL that is shown in the browser URL window. For example if you want to let your visitors submit a blog post to Digg you need to get that same exact URL. There are plenty of other reasons as well. Here is how you can do that.
Added on: 02-Dec-2006 Hits: 147
|
Comments (0)