by Heath on Feb.09, 2010, under Computers, Web Design
Leave a Comment :LinkedIn, Sarasota Computer Repair more...2009 in numbers
by Heath on Jan.28, 2010, under Web Design
* 90 trillion – The number of emails sent on the Internet in 2009.
* 247 billion – Average number of email messages per day.
* 1.4 billion – The number of email users worldwide.
* 100 million – New email users since the year before.
* 81% – The percentage of emails that were spam.
* 92% – Peak spam levels late in the year.
* 24% – Increase in spam since last year.
* 200 billion – The number of spam emails per day (assuming 81% are spam).
Websites
* 234 million – The number of websites as of December 2009.
* 47 million – Added websites in 2009.
Web servers
* 13.9% – The growth of Apache websites in 2009.
* -22.1% – The growth of IIS websites in 2009.
* 35.0% – The growth of Google GFE websites in 2009.
* 384.4% – The growth of Nginx websites in 2009.
* -72.4% – The growth of Lighttpd websites in 2009.
Domain names
* 81.8 million – .COM domain names at the end of 2009.
* 12.3 million – .NET domain names at the end of 2009.
* 7.8 million – .ORG domain names at the end of 2009.
* 76.3 million – The number of country code top-level domains (e.g. .CN, .UK, .DE, etc.).
* 187 million – The number of domain names across all top-level domains (October 2009).
* 8% – The increase in domain names since the year before.
Internet users
* 1.73 billion – Internet users worldwide (September 2009).
* 18% – Increase in Internet users since the previous year.
* 738,257,230 – Internet users in Asia.
* 418,029,796 – Internet users in Europe.
* 252,908,000 – Internet users in North America.
* 179,031,479 – Internet users in Latin America / Caribbean.
* 67,371,700 – Internet users in Africa.
* 57,425,046 – Internet users in the Middle East.
* 20,970,490 – Internet users in Oceania / Australia.
Social media
* 126 million – The number of blogs on the Internet (as tracked by BlogPulse).
* 84% – Percent of social network sites with more women than men.
* 27.3 million – Number of tweets on Twitter per day (November, 2009)
* 57% – Percentage of Twitter’s user base located in the United States.
* 4.25 million – People following @aplusk (Ashton Kutcher, Twitter’s most followed user).
* 350 million – People on Facebook.
* 50% – Percentage of Facebook users that log in every day.
* 500,000 – The number of active Facebook applications.
Images
* 4 billion – Photos hosted by Flickr (October 2009).
* 2.5 billion – Photos uploaded each month to Facebook.
* 30 billion – At the current rate, the number of photos uploaded to Facebook per year.
Videos
* 1 billion – The total number of videos YouTube serves in one day.
* 12.2 billion – Videos viewed per month on YouTube in the US (November 2009).
* 924 million – Videos viewed per month on Hulu in the US (November 2009).
* 182 – The number of online videos the average Internet user watches in a month (USA).
* 82% – Percentage of Internet users that view videos online (USA).
* 39.4% – YouTube online video market share (USA).
* 81.9% – Percentage of embedded videos on blogs that are YouTube videos.
Web browsers
* 62.7% – Internet Explorer
* 24.6% – Firefox
* 4.6% – Chrome
* 4.5% – Safari
* 2.4% – Opera
* 1.2% – Other
Malicious software
* 148,000 – New zombie computers created per day (used in botnets for sending spam, etc.)
* 2.6 million – Amount of malicious code threats at the start of 2009 (viruses, trojans, etc.)
* 921,143 – The number of new malicious code signatures added by Symantec in Q4 2009.
Website and web server stats from Netcraft. Domain name stats from Verisign and Webhosting.info. Internet user stats from Internet World Stats. Web browser stats from Net Applications. Email stats from Radicati Group. Spam stats from McAfee. Malware stats from Symantec (and here) and McAfee. Online video stats from Comscore, Sysomos and YouTube. Photo stats from Flickr and Facebook. Social media stats from BlogPulse, Pingdom (here and here), Twittercounter, Facebook and GigaOm.
H Built, Inc., web design division becomes Glide Interactive, Inc.
by Heath on Jan.21, 2010, under Computers, Web Design
Sarasota, FL., January 21, 2010 – Effective immediately, H Built, Inc., web division will be doing business as Glide Interactive, Inc., H Built, Inc., computer division will continue to do business as H Built, Inc., Heath Jordan President and CEO of both companies announced.
Glide Interactive, Inc. is a leading web design and marketing firm providing full services from basic website design, large scale e-commerce websites, database-driven websites, content management systems, graphic design, search engine optimization, and web marketing. We offer our services worldwide with a specific emphasis on companies in Florida and the southeast regions of the United States.
H Built, Inc. has serviced thousands of residential and business computers in the Sarasota, Bradenton, and Venice area. H Built is a full service computer solutions provider and offers on-site and in-store services, desktop and laptop repair, custom built computers, malware removal, computer parts, and web design and marketing. Our turnaround time is among the fastest in the country: 85% of all computers are fixed in 24 hours
Rapid growth, different strategic directions and influx of venture capital made this change necessary for both companies to flourish in today’s economy. H Built, Inc. in 2009 had 34% growth in market that had almost 13% unemployment.
H Built, Inc. www.hbuilt.com and Glide Interactive, Inc. www.glideinteractive.com are located in Sarasota, Florida
osCommerce Fatal error: Call to a member function add_current_page() on a non-object
by Heath on Jan.18, 2010, under Web Design
Fatal error: Call to a member function add_current_page() on a non-object in /home/public_html/includes/application_top.php on line 305
should be an issue when register globals is set to off.
if (tep_session_is_registered(’navigation’)) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
}
}
replace with
if (tep_session_is_registered(’navigation’)) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
}
$navigation=$_SESSION['navigation'];
}
How to add a Local DNS entry
by Heath on Jan.18, 2010, under Computers, Web Design
You can edit the local hosts file.
This file is located here:
C:\WINDOWS\system32\driver
Open the file called ‘Hosts’ with notepad.
Premanently redirect a domain to a another domain
by Heath on Jan.17, 2010, under Web Design
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.new-domain.com/$1 [R=301,L]
Lost oscommerce admin password
by Heath on Jan.07, 2010, under Web Design
If you ‘lose’ your admin password for any reason – you may be able to restore it if you can still access your database. In the admin table, find your admin login id and change the password field contents to ‘1060bdf4e47bc8b4ab3fb0cfea9ef70b:77′ (without the single quotes). This will change your password to admin. Then logon using your previous user ID and change your password. If you do not recall your user ID, simply open the database table and read it.
SEO
by Heath on Jan.02, 2010, under Computers
Search engine optimization (SEO) is the process of improving the volume and quality of traffic to a Website from search engines via “natural” (”organic” or “algorithmic”) search results for targeted keywords. Usually, the earlier a site is presented in the search results or the higher it “ranks,” the more searchers will visit that site. Sarasota SEO can also target different kinds of searches, including image search, local search, and industry-specific vertical search engines.
Wordpress Custom permalink structure
by Heath on Dec.08, 2009, under Web Design
/%category%/%postname%/
650+ Ultimate Twitter Icons Collection For Web designers
by Heath on Oct.05, 2009, under Web Design
Leave a Comment more...