Home » Resources » Programming

Category: Programming

January 09

Change WordPress Site URL

No Comments PHP, Wordpress

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 More
December 30

Mass Renaming Files via Command Prompt

No Comments Programming, Windows

Source: 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 More
December 24

Solution: jQuery .append() or .appendTo not working in IE8, IE7, or IE6

2 Comments Javascript

The 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 More
November 09

The Internet Progresses: Adobe Flash Discontinued

No Comments HTML

Flash 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 More
November 08

How to Connect Website Badge / Link to Google+ Business Page

No Comments CSS, HTML, Social Media - SMO

For 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 More
October 20

Solution: Using Include or Require in PHP but Can’t Find File

No Comments PHP

The 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 More
October 12

Java Concepts: Objects; Classes, Variables, and Methods

No Comments Java

tl;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 More
October 12

Java: An Introduction to a Notorious Object-Oriented Language

No Comments Java

tl;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 More
May 11

Track Referer and Entry Page with a Cookie

No Comments Javascript

I 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 More
May 11

PHP Option Select Menu Generator Function – Dropdown Menu

No Comments PHP

http://snipplr.com/view/43100/php-option-select-menu-generator-function–dropdown-menu/

Read More
Archive
February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  
Contact Us

888-646-9653

info@esotech.org