Get custom programming done at ScriptLance.com!

Schema generator for MySQL databases

For non-relational tables, probably the easiest way of drawing tables content and make a graphical relationship between them is to use this little script that will generate a schema containing all your tables from a chosen database and all of them ready to be printed.
Continue Reading »


2 Comments »

Peter on November 2nd 2007 in PHP Stuff

Two Functions to short a text in PHP

Here are two simple functions used to short a text length and add suspension points at the end in order to preserve template format.
Continue Reading »


No Comments »

Peter on August 16th 2007 in PHP Stuff

PHP class for MySQL

Introduction

An object approach for handling MySQL queries. PHP is using a couple of functions for querying the database, so I have somewhat truncated this functions in a compact class. Continue Reading »


3 Comments »

Peter on May 2nd 2007 in PHP Stuff

Add Meta Tags in Word Press by modifying the template, no plugin

Introduction

Here is a brief article about how to add keywords and description meta tags in word press, meta tags that are still important to SEO.

What are meta tags
OK, so you will need to know a little bit of programming to work this out from head to tail, but it isn’t much. First of all, if you found this article then you probably know what are those meta tags used by search engines and if not, here is a link.
Continue Reading »


1 Comment »

Peter on March 19th 2007 in Word Press

HTML, PHP and MySQL starting point

This will be my very first post as an introduction to my blog. I may call it something like PHP+MySQL basic tutorial.

What exactly is HTML?
Is a computer language used in creating websites. Is is easy to learn and intuitive, flexible, accessible to most people and with help from other languages can be very powerful. Exactly, this language is the code transmitted via http to a web browser like Mozilla FireFox or Internet Explorer when you type an URL of a site in the address bar. To find out more about HTML coding you can have a look here.
Continue Reading »


No Comments »

Peter on March 14th 2007 in HTML Stuff