WordPress is for Business Websites Too!
WordPress may be synonymous to blogging, but WordPress software can also be used as a content management system (CMS) for business websites and even e-commerce websites. Clearly, WordPress has evolved beyond blogging. Aside from this website, here are 10 business websites that use WordPress. Feedback Audio fraai Future Snowboarding Magazine Ginger Restaurant Inbound Pass International [...]
How to Analyze Keyword Difficulty Using Only Google
Perform a naked search of the keyword e.g. “Organic Wine”. Perform an allinanchor search to distinguish the authority domains from the niche domains (allinanchor:”Organic Wine”) To get how many back links a site has using the keyword, perform a search using Yahoo! Site Explorer SEMRush competition meter. The higher the number, the more difficult it [...]
Factors That Affect Search Engine Ranking Positioning
There are hundreds of factors that influence a website’s ranking in search engines. And the importance of each of these factors will fluctuate depending on the competitiveness of each keyword in a particular search engine. Google Enterprise general manager – Dave Girouard – says PageRank relies on more than 100 variables, and these factors are [...]
How To Install the PHP GD Library on Mac OSX 10.5 Leopard
# Adapted from Sheldons instuctions # http://macoshelp.blogspot.com/2008/02/adding-gd-library-for-mac-os-x-leopard.html # Comment out “LoadModule php5_module libexec/apache2/libphp5.so” # in httpd.conf tp prevent the default PHP installation from loading cd /private/etc/apache2 bbedit httpd.conf # Download and install a compiled version of PHP + GD cd /usr/local sudo curl -O http://www2.entropy.ch/download/php5-5.2.5-6-beta.tar.gz sudo tar -xzf php5-*-beta.tar.gz sudo ln -sf /usr/local/php5/entropy-php.conf /etc/apache2/other/+entropy-php.conf #Edit [...]
Quick SVN Crash Course Commands
Some essential SVN Commands: Commit Modifications svn commit -m “message” Update Production Server svn update
Azure Web Design Blog Now on Twitterfeed!
We are now tweeting, tweetering, or twitting via Twitterfeed!
Plain List of All Countries
The following is a simple, plain, straightforward list of countries separated by a “new line”. You may find it useful for coding or whatever purposes. Afghanistan Albania Algeria Andorra Angola Antigua & Deps Argentina Armenia Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bhutan Bolivia Bosnia Herzegovina Botswana Brazil Brunei Bulgaria Burkina [...]
PHPMyAdmin Socket Error Cannot Connect to MySQL
Upon installing PHPMyAdmin and MySQL 5 on my fresh Macbook I kept getting a socket error from PHPMyAdmin. I found the solution googling around. Luckily others before me had the same problem. The solution was to go into your PHP.INI file and edit these lines: mysql.default_socket = /tmp/mysql.sock mysqli.default_socket = /tmp/mysql.sock It seems the default [...]