Successful Freelancing for Web Designers Notes Essential Habits of an Effective Professional Freelancer (Rob Smith) Common Questions of Web Designers (Andy Rutledge) The Designer Who Delivers (Aurimas Adomavicius) Critical Mistakes Freelancers Make (Robert Bowen) The Importance of Customer Service (Robert Bowen) Creatively Handling the Admin Side of Freelancing (Robert Bowen) Pitching Like a Pro (Cameron […]
SEO FAQ
SEO Frequently Asked Questions Questions about Google’s PageRank, and ranking in general, and how to gain some points, by natural ways, without to use bad practices as cloaking and spamming and other forbidden artifacts that may lead you to the black list… General questions How do I know if my pages are indexed by Google? How […]
The Future OF User Interfaces
Citation of Interesting article written by Cameron Chapman about the Future of User Interfaces. User interfaces—the way we interact with our technologies—have evolved a lot over the years. From the original punch cards and printouts to monitors, mouses, and keyboards, all the way to the track pad, voice recognition, and interfaces designed to make it […]
System integrity using Files, Permissions, Processes, Root and Sudo
To be a good in system administration, we have to understand the basics of files, processes and permissions of our Linux/Unix hosts. Therefore, in this article, we will cover the basic stuffs regarding files, processes, permissions, the SUPERUSER “root” account and the sudo program. Every file and process on a Linux/Unix system is owned by […]
Make Mozilla Fast
1. Type “about:config” into the address bar and hit return. Scroll down and look for the following entries: network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading. 2. Alter the entries […]