This time I’ll post some actual code. A client wanted me to write an “image slider”. You’ve probably seen lot’s of them online – and a whole lot of them is in flash – why? There is no need to involve flash in such a trivial task, and jQuery is more than up to the [...]
Tags:
coding,
free,
guide,
javascript,
jquery,
open source,
web,
web dev,
webdeveloper,
webmaster
I recently had to migrate a big website – about 5GB – to a new server. That could take a while to do, right? Well, maybe if you did it like that (the not smart way):
Thanks goodness I’m not really keen on doing stuff the slow “not_smart” way, and the new server is a dedicated [...]
Tags:
coding,
hack,
linux,
open source,
shell,
terminal,
trick,
web dev
Just a quick note while dumping a 70MB database… ;-) Let’s say i got my database backup from phpmyadmin, compressed with gz (zip’s also fine), while getting the backup,even if it’s BIG ain’t really a problem, putting it into the database can be troublesome becouse timeout’s etc, especially if it’s a BIG file ;-) My [...]
Tags:
gnu/linux,
terminal,
tip,
web dev,
webmaster