Home » Resources

Category: Resources

January 16

Beware of Proprietary Website and CMS Platforms – Don’t Create a Legacy Site!

No Comments Blog, Joomla!, SEO, Website Design

Recently we have dealt with a number of clients that somehow got smooth talked into creating websites and blogs on proprietary platforms and now they are stuck [...]

Read More
January 10

Creating an SFTP Unix Group with chroot Jailing

No Comments Linux

(resource: http://www.minstrel.org.uk/papers/sftp/builtin/) tl;dr version (assuming you’re using OpenSSH): useradd username groupadd sftponly usermod -a -G sftponly username usermod -s /sbin/nologin username usermod -d /path/to/jailed/dir username modify /etc/ssh/sshd_config as [...]

Read More
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

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

No 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

Add Matrix Items, Options and Pricing to your Netsuite Website / Webstore

No Comments Netsuite

{EAV:d868c02cb09d1f20} This is a Step by Step How to Add a Matrix Item in Netsuite PRELIMINARY Firstly you need to make sure you are using the following [...]

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

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

No Comments PHP

Your File: website.com/directory/script.php Your Code in that file: require_once( “/directory2/filename.php”); or include_once( “/directory2/filename.php”); The situation is you are trying to use include or require to load a [...]

Read More

Remove Information Items and Categories from Netsuite Searches – How To

No Comments Netsuite

Netsuite Search is essential for your shoppers to find what they are looking for. However, running a Netsuite eCommerce site, you really don’t need to show your [...]

Read More
Contact Us
1-888-646-9653
Archive
February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829