Facebook Twitter Email RSS
my notes on everyday dev

Mon, Apr 2nd, 2012

Configure & Run XAMPP on Ubuntu Linux

I spent couple of hours altogether to configure XAMPP on my Ubuntu Linux 10.04 LTS (the Lucid Lynx). Read this post and never have problems running it, ever again!

xampp

0

Post quick comment

Mon, Dec 12th, 2011

How to programmatically embed YouTube video using iFrame

Put YouTube videos inside iFrame, making it HTML5 ready (forget about objects)

youtube_logo

0

Post quick comment

Sun, Nov 20th, 2011

Insert table column to another table column in SQL

SQL stuff needed when you have new table and want to transfer only some of data from existing one

mysql

0

Post quick comment

Mon, Oct 24th, 2011

Match all elements except first using CSS, using plus “+” sign

It is not so familiar rule between designers, the exception of first element within group of elements which share the same parent…

css

0

Post quick comment