Sponsored Links:

cooliris plugin for ubuntu

March 7th, 2009

Click here to install CoolIric for Firefox Ubuntu Linux version Cooliris, formerly known as PicLens, is a web browser plugin that provides interactive full-screen slideshows of online images. The plugin is available for Safari, Firefox, and Internet Explorer. At present, the software is compatible with Google Image Search, Yahoo! Image Search, Ask.com Images, Live Search Images, AOL Image Search, Flickr, Photobucket, Picasa, Fotki, FotoTime, deviantART, SmugMug, Facebook, MySpace, Bebo, hi5, Friendster, YouTube (for videos), Gallery, and any web site that implements mediaRSS <link> tags in their HTML pages. Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555";The software places a small icon in the corner of an image thumbnail w..... Read more

Free public DNS

March 2nd, 2009

The Domain Name System (DNS) is a hierarchical naming system for computers, services, or any resource participating in the Internet. It associates various information with domain names assigned to such participants. Most importantly, it translates domain names meaningful to humans into the numerical (binary) identifiers associated with networking equipment for the purpose of locating and addressing these devices world-wide. An often used analogy to explain the Domain Name System is that it serves as the “phone book” for the Internet by translating human-friendly computer hostnames into IP addresses. For example, www.xmodx.com translates to 69.65.10.202. The Domain Name System makes it possible to assign domain names to groups of Internet users in a meaningful way, independent of each user’s physical location. Because of this, World-Wide Web (WWW) hyperlinks and Internet contact information can remain consistent and constant even if the current Internet routing arrange..... Read more

Sync Clock Via NTP

January 21st, 2009

Sync Clock Via NTP If you want to sync your clock with NTP servers, it is also very easy. Just make sure you have the file ntp.conf file in /etc. How can you check it? ls /etc/ntp.conf If you see /etc/ntp.conf as a result, you already have that file. If the ls command gives an error, you do not have it. If so, you may create it yourself. sudo gedit /etc/ntp.conf This file will be used to automatic synchronization of the clock. I do not know if the client uses this file automatically or one has to configure something first. Whether you have the file already or not, make sure it has at least the following data driftfile /var/lib/ntp/ntp.drift server 0.pool.ntp.org server 1.pool.ntp.org server 2.pool.ntp.org server pool.ntp.org Here you may replace, add, and/or remove any servers you wish. You will find a list of time servers from the public NTP time server list. You may manually sync the clock using the following sudo ntpdate servername where servername can be any public or private time ..... Read more

PLDT myDSL at Trapiche Oton Iloilo, Philippines

January 17th, 2009

Speed test of newly upgraded PLDT myDSL at Trapiche Oton Iloilo ..... Read more

How to Force Domains use WWW

December 5th, 2008

Many site owners make the mistake of duplicating their site’s home page. They will have the same content for http://www.domain.tld, http://domain.tld, and http://www.domain.tld/index.html. This will result in lost link value and therefore damage the rankings of the site’s homepage. For example you may have your internal links pointing to http://www.domain.tld but outside sites may be linking to http://domain.tld. Therefore you will be diluting the effectiveness of your site. If you find many links outside the site pointing to both the non-www and the www version, it may be wise to use a 301 re-write rule so all pages will be redirected to the same url. How to include the 301 re-write rule in your web site 1. Create a .htaccess file. Open notepad, name and save the file as .htaccess (there is no extension). 2. Place this code in your .htaccess file: Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.tld$ [NC] RewriteRule ^(.*)$ http://www.domain.tld/$1 [R=301..... Read more

Improve the web with Nofollow Reciprocity.