Web Development

WordPress 3.5 custom media upload path missing

After Wordpress 3.5 was released many of useful options were removed or simply disabled because of some reason. One of…

11 years ago

Link Manager missing after on WordPress 3.5

If you have upgraded your Wordpress installation to version 3.5 or have just made a fresh installation of it you…

11 years ago

WordPress “Hack by DR-MTMRD” solution

A friend of mine contacted me today saying that his Wordpress got hacked and it shows just this message "Hack…

11 years ago

Solution for the custom fileds problem with WordPress 3.4.2

No you are not nuts there really is a problem with custom fields in Wordpress 3.4.2. If you have just…

12 years ago

How to edit .po language files in WordPress themes

If you have just bought some fancy theme and while trying to to localise run into .po, .mo, and .pot…

12 years ago

Validating URL in PHP without regular expressions

Validating many things in PHP is often done using regular expressions, but since those might be complicated to understand, versions…

12 years ago

Mysqldump: Got error: 1016: Can’t open file (errno: 24) when using LOCK TABLES

Ok so today I had to dump 700mb mysql database. I have tried using standard syntax: mysqldump -uUSER -pPASS db_name…

12 years ago

Web host is adding ?PHPSESSID to the end of all URLs

Today I a customer of mine came to me with a problem with web site that he have just moved…

12 years ago

WordPress stuck with “Briefly unavailable for scheduled maintenance…”

Today I went to update some plugins on one Wordpress installation but then I accidentally closed the tab while update…

12 years ago

Uncaught SyntaxError: Unexpected end of input error in Chrome

Today, while I was working with jQuery I ran on this error Uncaught SyntaxError: Unexpected end of input while troubleshooting my…

12 years ago