SitePoint - The SEO Business Guide

I have been a long time fan of SitePoint.com for their fantastic web design and CSS articles. I found myself, more often than not, being directed to Sitepoint.com through my Google results when searching for answers on CSS and web design problems.

I came across this ebook series, that SitePoint has created, called The SEO Business Guide. A friend of mine had recommended it to me so I checked it out. You can even get a few chapters of the book for free. From what I read it was a worth while read. SEO is very important to any web designer these days, if you want a good starting point, have a look at SitePoints SEO guide book.

 

Click Here!


Cloudon Ipad App - Microsoft Office on your Ipad AND for FREE!

I just stumbled upon an awesome free ipad app called Cloudon. It's basically an app that allows you to use Cloudon's virtually served Office client and it's all free! The only catch is you need a internet connection.

Check out this awesome article here: http://www.wired.com/cloudline/2012/04/cloudon/

Tags:

Article about Dalian and Fashion

Here is a link to an article about Dalian, China an up and coming fashion hub. I was contacted at Fashion Asia to provide some information about the fashion scene there and I am quoted in this article. Check it out...http://gochina.scmp.com/dalian/business/dalian-fashionable-city


How to Replace a Mac Book Pro Hard Drive (MBP)

About: 

This tutorial shows you step by step how to open up the Mac Book Pro's casing and gain access to the system board, hard drive, DVD rom drive, and system memory. I show you step by step as well as how to put it all back together. I mention a few tips throughout the video so I hope you all enjoy!

Video: 

Hard Drive Recovery - Opening up a Hard Drive

About: 

This video tutorial shows you the inside components of a hard drive and how they work together. I go into great detail on self diagnosing your hard drive. If your drive appears to be failing (i.e. your PC can't read from the drive) or it doesn't appear to turn on, this tutorial will help you to diagnosis what the problem may be. This video is great for anyone looking to understand how a hard drive works and the components that make up a hard drive.

Video: 

Backing up your Iphone App saved game/app data

If you have multiple iOS devices, you may run into a problem of transferring apps to other devices and keeping the saved data in that game or application. A good example of this is a app called My Japanese Coach which I use from time to time. Well, I sure as heck don't want to have to go from lesson 1 all the way through lesson X to get back to where I left off. If you redownload this app from the app store you will be left with a blank slate and will have to start the game over from the beginning. Luckily there is a way to avoid this. You will want to download a software called iExplorer.

Available here:
iExplorer - http://www.macroplant.com/iexplorer/ Read more »


How to Jailbreak iPhone 5.0.1 and Jailbreaking explained

If you have one of Apple's devices that runs iOS (iphone, ipad, ipod, etc.), you have probably heard of jailbreaking. However, you may not know what jailbreaking exactly is or why you would want to jailbreak your device. Well I hope to explain just that in this document as well as HOW to jailbreak your device. Read more »


How to Tar a folder in Linux

Tar is a useful application to archive your folders/files to save for later, or to make a backup. Here are the commands you need to know how to Tar.

# tar -cvzf archive-name-you-want-to-use /rootofyour/folder/locationyouwanttoarchive

To untar this file you would use this command:

# tar -xvzf tar-filename.tar.gz

That's all you gotta do!

Tags:

Preparing a Ubuntu (or other distro) Web Server for Drupal

So I recently created a VMware application with Ubuntu to test some of my Drupal sites offline. You can easily install Ubuntu by downloading one of their Images, I recommend 8.04.4 LTS (Hardy Heron) as it comes with Php 5.2. Anything after Hardy Heron comes with PHP 5.3 which causes issues with Drupal 6. If you are using Drupal 7 or newer, than it probably wont matter. But as most of us our probably on Drupal 6, I thought I would mention this.

So just download the server version and run through the installation. It's pretty straitforward and at one point it will ask if you want to install optional services. Install the LAMP, OpenSSH, and anything else you will want. Now you should have a running server with a basic LAMP install running. You will want to edit a few things so that it plays nicely with Drupal.

Drupal uses a bit of memory, so let's increase this first. Edit your php.ini and my.cnf files.

# nano /etc/mysql/my.cnf

Search for max_allowed_packet, there will be two occurrences, increase the limit to whatever you see fit, I push mine to 128M.

# nano /etc/php5/apache2/php.ini Read more »


Linux - How to Install and Use Zip

With Ubuntu you can easily install Zip by issuing the following command:

# sudo apt-get install zip

Then to zip a folder do this:

# zip -9 -r archivename /folder/location

That's it!

Tags:

Syndicate content