May
31
2009
Preferred domain (www or non-www)
|
| The preferred domain is the one that you would liked used to index your site’s pages (sometimes this is referred to as the canonical domain). Links may point to your site using both the www and non-www versions of the URL (for instance, http://www.example.com and http://example.com). The preferred domain is the version that you want used for your site in the search results. |
| To specify your preferred domain: |
|
On the Webmaster Tools Home page, click the site you want.
|
|
Under Site configuration, click Settings.
|
|
In the Preferred domain section, select the option you want.
|
| Note: Once you’ve set your preferred domain, you may want to use a 301 redirect to redirect traffic from your non-preferred domain, so that other search engines and visitors know which version you prefer. |
|
|
Comments | tags: google, SEO | posted in Tech Tips, Web Development
May
31
2009
I love direct folders (pc).
Direct Folders guarantees you quick and direct access to your favorite and recent folders. Jump to any deeply nested folder in a single mouse click.
Direct Folders automatically resizes every standard file dialog, so you can see a larger number of files. Find what you looking for with less scrolling.
One of the many useful features of Direct Folders is its ability to automatically switch the folder views of open dialogs to thumbnails, list or details depending on the application you are working with. You can select your preference of file sort order to be the default as well.
Comments | posted in Software, Tech Tips
May
31
2009
Comments | tags: nasa | posted in Science
May
30
2009
| Logos. People pay hundreds if not thousands of $$$’s for them to be made. They identify a company or brand, and make it unique. There are many websites online that allow designers to showcase logos, such as logopond and logosauce. I have picked a nice collection of inspirational logos for design inspiration, harvested from logopond. If you have a logo that you think is inspirational, drop a comment about it and it will surely be on the next list. Enjoy! |
|
|
Comments | tags: Design, logo | posted in Design, Tech Opinion
May
30
2009

So, I was using one of Google’s sign up forms, and I noticed that it gave me a nice tip – The valid zip codes for my state! Along with some sample zip codes for my country (usa). I opened up the firebug console and checked out the ajax call – it was this: https://www.google.com/adsense/addrform/resources?kind=country&code=US
That’s really cool. It returned an XML document with all the state’s valid zipcodes. While it may be unreliable to make this same AJAX call from within your own web application every time, the XML document itself is quite valuable with the zip code validation.
Download that XML document here.

Comments | tags: ajax, api, google, xml | posted in Tech Tips, Web Development
May
30
2009
People have been contributing their two cents to how this works, but I have un-compressed (ie. re-written) Google’s compressed javascript, so that the average web developer should be able to get a detailed understanding of how this works…. My final rewrite is available from my website here.
|
|
I saw the coolest thing I’ve seen since realizing that Mozilla was embedding a wsdl-enabled SOAP client into this browser… Google Suggest returns suggested results as you type… This is technically amazing on about at least two different levels:
|
- How fast this is… I type pretty fast, and it updates with every single keypress…
- The cool web interface… I used to be pro-server side web updates, and avoiding javascript, but I’m really turning around on this with the impressive interfaces I’ve seen with gmail, and now google suggest (among others…)
|
|
So everyone is impressed by this… My shock and awe goes further in terms of how nice this interface works:
|
|
|
Comments | tags: ajax, google | posted in Web Development
May
30
2009
Origins, History and Geography of Dollar Currencies
|
Later on the English version of the name (dollar) was also applied to
similar coins, not only ones minted in central Europe but also the Spanish peso
and the Portuguese eight-real piece. Both these large silver coins were
practically identical in weight and fineness. Today we are familiar with the
phrase pieces of eight from tales of pirates in the Caribbean. |
Rosse:
“That now
Sweno, the Norway’s King, craves composition;
Nor would we deign him burial of his men
Till he disbursed at Saint Colme’s Inch
Ten thousand dollars to our general use.”
|
|
|
Comments | tags: etymology | posted in Random
May
30
2009
| This record will give you a basic understanding of ICC profiles and how you can use them to get consistent and predictable color representation in Photoshop 6.0 or later. |
| An ICC profile is a file that describes how a particular device reproduces color; that is, it describes the device’s color space. ICC profiles can be created for three types of devices: a display device (monitor), an input device (a scanner or digital camera), or an output device (a printer). A profile that accurately characterizes a device gives you the best results in a color-managed wokflow. |
| ICC profiles can be either generic or custom. Generic profiles are created by the device manufacturer. The manufacturer creates the profile by using profiling software and instruments to examine the color characteristics of a group of the same devices under controlled conditions. The generic profile that comes with a device is not specific to that device or its working conditions. |
|
|
Comments | tags: Design | posted in Design
May
30
2009
So it’s sort of cool that twitter is not adding rel=”nofollow” to the links that you put in your tweets. And since everyone has a public page on twitter, those links get followed by google (and others). The bad part is that you can’t specify the text for the link (at least, not that I know of), but the good part is that you can add links to things you want to go up in search rankings ;)
However – with only 140 characters, many people are using url abbreviation services (tinyURL), which redirect to pages. And SEO conultants, at least, say that the tinyURL service is returning a 301 (permanently moved) header. I guess google will follow that, too, but it’s not quite as direct. I’m not sure what the other services return. This would be cool to check up on.
Comments | tags: SEO | posted in Tech Opinion, Web Development