• Home
  • About

szehau's weblog

Life, Internet, Software, Gadgets, Programming and Investments

  • life log
  • internet
  • programming
  • software
  • working holiday
  • gadget
  • project

Archives for January 2006

Google Pack

Google has done it again. Google has begun to offer Google branded favorites software in a single package called Google Pack.

Google Pack is free collection of essential software that is useful for your computer. The good thing is you can choose the software you want to install and remove those you don’t want before you download the Google Pack.

Google Branded Softwares:

  • Google Earth – 3D Earth browser
  • Picasa – Photo organizer
  • Google Pack Screensaver – Photo screensaver
  • Google Desktop – Desktop companion
  • Google Toolbar for Internet Explorer – Search toolbar

Additional Softwares:

  • Mozilla Firefox with Google Toolbar – Web browser
  • Norton Antivirus 2005 Special Edition – Antivirus utility
  • Ad-Aware SE Personal – Antispyware utility
  • Adobe Reader 7 – PDF reader

[Find out more here: Google Pack]

Adwords on Google home page

Google is showing Adwords at Google search engine home page (in other language).

www.google.by

Recent WordPress Posts in Sidebar

I had tried out the code Recent WordPress Post in Sidebar suggested by EngLee. Although the code did shows the recent posts correctly but some functions (eg: is_page() and is_home() are not working properly when it is after the portion of the code. My guess is the wordpress loop in the code modified value of some global variables.

I have a workaround for it. Before using the is_home() or is_page() function, I save the returned in a temporay variable, call the recent posts loop, and use the temporary variable later when neccessary.

Today when I search for wp_get_archives() in WordPress WIki, I found that I can generate recent wordpress posts in the more easier way. Here is the code:


<li>
	<h2>Recent Posts</h2>
	<ul>
		<?php wp_get_archives('type=postbypost&limit=10'); ?>
	</ul>
</li>

Simple and tidy :)

Yahoo! 2006

This is how its logo looks like:

Yahoo! 2006

Google 2006

This is how its logo looks like:

Google 2006

« Previous Page
Next Page »

Email News Letter

Sign up to receive updates daily and to hear what's going on with us

More Posts

5 Essential Things You Need To Have At Your Home During The COVID-19 Pandemic

June 1, 2021 22:15 By Sze Hau

LED Downlight

Troubleshooting A Flickering LED Downlight

February 13, 2016 00:29 By Sze Hau

Repair A Broken iPhone Lightning Cable

January 30, 2016 00:54 By Sze Hau

Blog Network

  • Personal Fincance Personal Finance – Personal Money Tips, Stock Investment, Small Business and Make Money Online
  • Snippet IT Information technology news, ideas and experiences and opinions