I’m almost positive many of you web developers have had to move a WordPress site in your day. Well, sometimes the domain changes, and you realize how [...]
Read MoreSource: http://superuser.com/questions/16007/how-can-i-mass-rename-files-from-the-command-line-or-using-a-3rd-party-tool Thanks to zdan of superuser.com tl;dr? Here’s the script: dir /B > fileList.txt for /f “tokens=1,2,3,4,5 delims=-” %i in (fileList.txt) DO ren “%i-%j-%k-%l-%m” “%i-flowers-%l-%m” rm [...]
Read MoreThe solution to this is more of a warning: when you create elements in the DOM, if they are not closed, IE8, IE7 and IE6 will not [...]
Read MoreFlash was a language written to display dynamic content and enhance the look and feel of web pages. There are many things that Flash did that couldn’t [...]
Read MoreFor those of you who skipped configuring your badge for Google+ Pages and can’t find the option anymore, use the following link: https://developers.google.com/+/plugins/badge/config Type in your page’s [...]
Read MoreThe situation is you are trying to use include or require to load a file from a folder in your site, when the file you are calling [...]
Read Moretl;dr (too long; didn’t read) – Java uses classes which declare variables that store information and are modified/retrieved by methods once an object of that class is [...]
Read Moretl;dr (too long; didn’t read) – Java is infamously difficult according to many programmers, but it’s good to know. The next post delves into terminology and concepts. [...]
Read MoreI found this simple script on the internet by Ammon Johns. He was nice enough to share it as long as we give credit. His script was [...]
Read Morehttp://snipplr.com/view/43100/php-option-select-menu-generator-function–dropdown-menu/
Read More