Archive for December, 2007

08th Dec 2007

Google custom search engine

I have heard of Google Custom Search Engine since a few months ago, but not until recently I gave a good attention and decided to set one up for this blog. Setting up is really simple and it can be done just in a matter of seconds. Here’s a step-by-step guide on how to set up a Google Custom Search Engine for your website:

1. Login to your Google account
2. Go to Google Custom Search Engine homepage
3. Click on “Create a custom search engine button” and it will take you to a form
4. Fill in all the relevant details into the form and click “Next”
5. Provided that there was no error, you will be presented with a “Preview and Congratulations” page. Click “Finish”.
6. Now, to personalise the look and feel of the search engine you just created, go to Manage your existing search engines page.
7. You will see the search engine you just created listed under “My Search Engines”. Click on “Control Panel”.
8. When you are in “Control Panel” page, click on “Look and Feel” link from the top navigation. It allows you to customise the style of your search results pages to match your site.
9. When you are happy fiddling around with the style and have saved the changes, click on “Code” link from the top navigation to get the source code to put into your site
10. Choose “Host results on a non-Google site using an: iframe – requires two pages: one for the search box and another for the results” option
11. Create a new page in your website, name it “Search” and upload it to your web server (If you are using WordPress, login to WordPress Admin, click on Write -> New Page and publish it).
13. Put the URL of the page you just created into URL field provided under “Specify search results details” section
14. You will notice that source code for “Search box code” and “Search results code” are updated on the fly with the URL you put into the URL field
15. Although Google says you need two pages for the iframe option, you can actually get away with just one page. Copy and paste both “Search box code” and “Search results code” into the search page you created earlier in Step 11.
16. Make necessary changes such as the width of the textbox in “Search box code” [input type="text" name="q" size="25"] or the width of the search result iframe in “Search results code” [var googleSearchFrameWidth = 600].
17. Once you are happy with everything, upload the page back to your web server (or republish the page if you are using WordPress).
18. And that’s it - you now have a Google Custom Search Engine perfectly integrated into your website!

The thing I love about Google Custom Search Engine is that it can be integrated with other google products such as iGoogle, Adsense and Analytics, which means you could add the search engine to your google homepage, make money from it, or keep track of what people are looking for on your site.

Google Custom Search Engine rocks! Have a look at the google custom search engine I created for this blog.

Screenshots

(more…)

Posted in Search, Google | 2 Comments »

06th Dec 2007

And so they are considered newsworthy

I had a chance to catch up with the Internet this evening so I thought I’d share with you what I consider newsworthy.

1. Technorati has revamped their website and categorised blog posts into 6 main sections - Business, Entertainment, Lifestyle, Politics, Sports and Technology.
2. Google, the mother of all search engines, was feeling generous and released the fastest growing search terms and end-of-year Zeitgeist report (Australian) for 2007.
3. Google joined the hype and optimised itself for iPhone
4. You can now remove red eyes (or do any other editing for that matter) from your photos directly on Flickr!
5. Google street view is coming to town (literally)
6. A wood iPhone cover. Yes, really!
7. OpenID 2.0 is finally here and it is expected to decrease development time by up to 30-40%
8. Yahoo! 2007 Top Trends in Search - “…a fascinating portrait of a culture on the brink…”
9. Are you a good catch? 25 Skills Every Man Should Know
10. And last but not least, what we can expect from HTML 5

Technorati Tags: , , ,

Posted in News | No Comments »

03rd Dec 2007

Clever product designs

Some of the clever product designs which caught my attention at Notcot.org: for your ideas+aesthetics+amusement.

Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design
Clever designClever design

Technorati Tags: , , ,

Posted in Design | No Comments »

02nd Dec 2007

Horoscope Mambot (Plugin) for Joomla!

Horoscope Mambot (Plugin) for Joomla!

Description

Display a daily/monthly horoscope for a specified star sign. It accepts an RSS feed URL as a parameter, gets star sign value from within your page content, appends the star sign value to the RSS feed URL, fetches the content of the feed, and changes your page content dynamically upon loading. You can have as many horoscope mambot as you like in a page.

Usage

Put {horoscope}YOUR SIGN{/horoscope} in the content area of your page

Feed URLs

  • http://www.shokk.com/cgi-bin/astrology_rss.pl?tid=
  • http://www.astrocenter.com/us/Feeds/RSS/getDaily.aspx?sign=

Demo

Horoscope Mambot (Plugin) for Joomla!

Download

Horoscope Mambot (Plugin) for Joomla! 24kb

This is my very first mambot/plugin and I welcome any comment and suggestion that you may have.

Technorati Tags: , , , , ,

Posted in PHP | No Comments »