Database guides and tutorials
It looks time is come to start learning about databases. Since my number of sites is starting to grow, I am experiencing oftenly lack of knowledge about databases. I can create mysql databases, make import, export and backups. I can make simple queries from PHP, basically simple stuff, but I want to know more. Detailed information about them, differences, good and bad things between database types, how do they function and work. More details about database architectures, fixing broken databases and why databases even get broken. Currently, I found just a few worthy sites about databases, database guides is jumping to my eyes, so as wikipedia database articles. After finishing reading all their articles will start with some practical tutorials. Maybe I should buy some database bible book.
Faux Columns
Many webmasters are finding themself in problem while working
with css that columns in their design are not stretching until bottom.
It basicaly means that if you have 2 columns and one is shorter for example 300 px and second 800 then this first one will not be streched to appropriate height and you will have another color on rest of 500 px in first columns.
However there is simple cheat that overcome this problem.
Cheat is called Faux columns. You will basicly create appropriate image
and tile it verticaly behind your div you want to stretch and behind body. Read more
Simple Watermarking Script in PHP
Recently i needed to modify some script and add watermark functionality. I googled and found few solutions, but this was most easiest for me to implement. Here is the simple php script for watermarking images. You will need to create watermark.gif transparent image in photoshop. Read more
Upload from URL – Copy From URL – Transload – Script
Well, beacuse my upload speed is to slow i tried to find solution how to copy files from some url to my server, or another words from one server on internet to space on my server. I found this php script which works fine and i am going to copy some favorite mp3′s to my reseller host
Feel free to use this code (i cant credit it because i dont know who is owner and also think that someone who know php can easy write this): Read more



