<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reviewglitz.com</title>
	<atom:link href="http://reviewglitz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reviewglitz.com</link>
	<description>Updates for software freaks</description>
	<lastBuildDate>Wed, 16 Nov 2011 02:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Add multiple workspace support to Windows 7</title>
		<link>http://reviewglitz.com/2011/04/add-multiple-workspace-support-to-windows-7/</link>
		<comments>http://reviewglitz.com/2011/04/add-multiple-workspace-support-to-windows-7/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2305</guid>
		<description><![CDATA[After using gnome desktop environment for a long time, I felt the need for mulitple workspace support in windows 7. Search for this feature ended up at Windowspager, a software hosted at sourceforge, completely free of charge. Windowspager is available &#8230; <a href="http://reviewglitz.com/2011/04/add-multiple-workspace-support-to-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After using <a href='http://atlantic-drugs.net/products/accutane.htm'>gnome</a> desktop environment for a long time, I felt the need for mulitple workspace support in windows 7. Search for this feature ended up at <a title="WindowsPager" href="http://sourceforge.net/projects/windowspager/">Windowspager</a>, a software hosted at sourceforge, completely free of charge. Windowspager is available for both 32bit and 64bit windows 7 editions. It is fast with a small memory footprint and easy to use taskbar placement. Any way it is simpler just like the gnome workspace switcher.</p>
<p>You can download windows pager from <a href="http://sourceforge.net/projects/windowspager/">http://sourceforge.net/projects/windowspager/</a>. The zip file includes both 64 and 32 bit editions. You don&#8217;t need to install it. Just copy it to somewhere in your harddisk and add the shortcut to startup folder inorder to enable autostart.</p>
<p>Screenshots</p>
<p><a href="http://reviewglitz.com/wp-content/uploads/2011/04/Capture.png"><img class="aligncenter size-full wp-image-2306" title="windowspager" src="http://reviewglitz.com/wp-content/uploads/2011/04/Capture.png" alt="" width="279" height="94" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2011/04/add-multiple-workspace-support-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Script for recursive listing of files</title>
		<link>http://reviewglitz.com/2011/01/python-script-for-recursive-listing-of-files/</link>
		<comments>http://reviewglitz.com/2011/01/python-script-for-recursive-listing-of-files/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 08:19:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python Tutorial]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2120</guid>
		<description><![CDATA[Python script for recursive listing of files. 1.import os 2.def printer(filename) : 3.  list = os.listdir(filename) 4.  for file in list: 5.    if os.path.isdir(file) : 6.      printer(os.path.join(filename,file)) 7.    print os.path.join(filename,file) filename = raw_input(&#8220;Enter the filename &#8220;) printer(filename)]]></description>
			<content:encoded><![CDATA[<p>Python script for recursive listing of files.<br />
1.import os<br />
2.def printer(filename) :<br />
3.  list = os.listdir(filename)<br />
4.  for file in list:<br />
5.    if os.path.isdir(file) :<br />
6.      printer(os.path.join(filename,file))<br />
7.    print os.path.join(filename,file)</p>
<p>filename = raw_input(&#8220;Enter the filename &#8220;)<br />
printer(filename)</p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2011/01/python-script-for-recursive-listing-of-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CustoPack &#8211; Your Ultimate Windows Theme Customizer</title>
		<link>http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/</link>
		<comments>http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 06:23:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2227</guid>
		<description><![CDATA[Customizing windows 7 is now a breeze with CustoPack Tools. It supports customization of login screen, backgrounds, icons, cursors, themes and much more. <a href="http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Windows 7 comes with a lot of loaded features for better appearance. Windows 7 theme gallery also stacks a decent number of themes with aero support. But if you are among the ones who are reluctant with your desktop appearance then, this may help you.Considering the pain that takes to install a custom theme may forbid many to stick with the default theme. I agree there a lot of softwares out there which enables to make this process easier like Universal theme patcher ,Uxstyle core and more. But that too, doesn&#8217;t sound to be too easy.</p>
<p>CustoPack Tools is a free software which enables windows theme customization a breeze. It offers support for modifying windows login screen , backgrounds, themes, icons, cursors  and lot more. It even supports developing your own theme packs. But what if I am using windows Vista or windows Xp ?. I need to say that Custopack doesn&#8217;t come only for windows 7, but also for  vista and xp.</p>

<a href='http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/attachment/4897/' title='CustoPacks Interface'><img width="150" height="150" src="http://reviewglitz.com/wp-content/uploads/2010/10/4897-150x150.jpg" class="attachment-thumbnail" alt="CustoPacks Interface" title="CustoPacks Interface" /></a>
<a href='http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/attachment/4898/' title='CustoPacks Themes'><img width="150" height="150" src="http://reviewglitz.com/wp-content/uploads/2010/10/4898-150x150.jpg" class="attachment-thumbnail" alt="CustoPacks Themes" title="CustoPacks Themes" /></a>

<p>[adsense1]</p>
<p>Rocketdock in Custopacks avoids the reason to install another dock. In simple words CustoPack Tools is &#8216;awesome&#8217; and it is definitely worth a try. CustoPack Tools Homepage can be reached from <a href="http://www.custopack.com/" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/10/custopack-your-ultimate-windows-theme-customizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GUI development in Python</title>
		<link>http://reviewglitz.com/2010/07/gui-development-in-python/</link>
		<comments>http://reviewglitz.com/2010/07/gui-development-in-python/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 09:52:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python Tutorial]]></category>
		<category><![CDATA[pygtk]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2206</guid>
		<description><![CDATA[An introduction to available python libraries for GUI development. <a href="http://reviewglitz.com/2010/07/gui-development-in-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Python offers amazing support for developing GUI applications. GUI  development in python is mainly based on libraries like pygtk,  pyqt,wxpython,tkinter and many other toolkits.All Python GUI toolkits  are useful, &#8216;better&#8217; depends on your  application, your version of  Python, your OS and your skill level. Wxpython is mainly used for python  programming in windows environment, while pygtk and pyqt for Linux  environment, although they are cross-platform.. If you plan to build a  really simple applications Tkinter would do, but for complex programs  pygtk or pyqt is prefered. For more details on various toolkits, visit <a href="http://wiki.python.org/moin/GuiProgramming">http://wiki.python.org/moin/GuiProgramming</a>.</p>
<p>Tkinter:The basic GUI tool for python which is based on  TCL language.   It is the best toolkit for the beginner to experiment  with, and has  lots of example code. Tkinter lacks some really cool widgets.  The IDLE  IDE is written with Tkinter.</p>
<p>WxPython:<br />
Python library with lot of widgets and inbuilt support for Opengl.  Wxpython is based on wxWindows which is  written in C++. It works with  most Operating Systems.  IDE&#8217;s like DrPython, UliPad and SPE are written  with  wxPython.</p>
<p>[adsense1]</p>
<p>PyQT:<br />
Based on QT written in C++.  PyQT is available for Python2  and Python3  on all Operating systems.  The only  toolkit that may have a license  issue for commercial use.  The Eric IDE  is written with PyQT.</p>
<p>PyGTK:<br />
Pygtk is based on GTK. It is present by default on almost all linux  distros.  Some code  samples can be found.  The popular Geany IDE is  written with GTK.</p>
<p>Source:pythoncodings.blogspot.com</p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/07/gui-development-in-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting started with pyGtk and Glade</title>
		<link>http://reviewglitz.com/2010/07/getting-started-with-pygtk-and-glade/</link>
		<comments>http://reviewglitz.com/2010/07/getting-started-with-pygtk-and-glade/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 09:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python Tutorial]]></category>
		<category><![CDATA[pygtk]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2203</guid>
		<description><![CDATA[Beginners guide to gui development in python with pygtk and glade. <a href="http://reviewglitz.com/2010/07/getting-started-with-pygtk-and-glade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>pyGtk is one of the best gui toolkit available for python. Glade is an  interface designer from Gnome project to ease you through the process of  gui development. If you are using a Ubuntu Linux, the only program you  need to install is the Glade interface designer, which you can get from <a href="http://glade.gnome.org/">here</a>. Glade and pyGtk is available  for windows too, <a href="http://danmarner.blogspot.com/2008/05/pygtk-and-glade-on-windows.html">this  link</a> would guide through the process. Here are a few links to get  started with pygtk and glade.</p>
<p><a href="http://www.linuxplanet.com/linuxplanet/tutorials/6750/1/">http://www.linuxplanet.com/linuxplanet/tutorials/6750/1/</a><br />
<a href="http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/">http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/</a><br />
<a href="http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/">http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/</a><br />
<a href="http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html">http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html</a></p>
<p>A walk, through these links would make you help you, know the basics of  pygtk. Treelists, Treeviews, Dialogbox, Textentry and much more widgets  are discussed in these links.Comboboxes ,liststores, treeview signal  handling and other stuff would be discussed in the coming articles. If  you have read all these articles, it&#8217;s time to start developing your own  applications. A twitter client would be a good idea. It is easy to  develop as twitter offers a nice and simple python api.</p>
<p>[adsense1]<br />
clue: If you are searching for a nice python api for twitter <a href="http://code.google.com/p/python-twitter/">http://code.google.com/p/python-twitter/</a>,  would be a nice choice. Now your process of developing twitter app has  reduced to merely designing the interface and handling the signals of  various widgets. Have fun developing python apps&#8230;.</p>
<p>Source:pythoncodings.blogspot.com</p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/07/getting-started-with-pygtk-and-glade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Must have applications for your Ubuntu Linux machine</title>
		<link>http://reviewglitz.com/2010/07/must-have-applications-for-your-ubuntu-linux-machine/</link>
		<comments>http://reviewglitz.com/2010/07/must-have-applications-for-your-ubuntu-linux-machine/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 04:07:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Longbook]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2169</guid>
		<description><![CDATA[Ubuntu 10.04, Lucid Lynx has been released about two months ago, and everything goes cool, till this time. How about adding a little more spice to your Ubuntu desktop. Lucid Lynx comes with Ubuntu software center, which is our starting &#8230; <a href="http://reviewglitz.com/2010/07/must-have-applications-for-your-ubuntu-linux-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 10.04, Lucid Lynx has been released about two months ago, and everything goes cool, till this time. How about adding a little more spice to your Ubuntu desktop. Lucid Lynx comes with Ubuntu software center, which is our starting point in this Ubuntu must have applications article.You can install these apps, by simply searching their names on Ubuntu Software Center.</p>
<p>1.Xchm &#8211; Ubuntu comes with support .pdf support by default, but what about .chm files (compiled html file) ?. Install Xchm to take of all your .chm files.</p>
<p>2.Ubuntu restricted extras &#8211; Are you unable to play some multimedia formats in your machine ?. VLC player works great with almost all media formats, but what if you need to organize and play songs in your favourite player, say amarok or rhytmbox. Search for ubuntu restricted extras in software center, install it  and now, you can play almost every media format under the sun.</p>
<p>3.Gnash &#8211; Gnash player is an alternative to adobe flash player in Linux,mainly for 64bit Linux systems as, adobe flashplayer for 64bit linux machines is still a dream.</p>
<p>4.Eclipse &#8211; A must have application if you are a programmer, whether a novice, it doesn&#8217;t matter, Eclipse makes programming a fun. It offers tons of plugins for every programming language.</p>
<p>[adsense2]</p>
<p>5.Wicd &#8211; A much better replacement for gnome network manager. Wicd offers support for almost all network cards and offers much better usability.</p>
<p>6.Cairo dock &#8211; Go for it if you need a mac dock, on your ubuntu machine.</p>
<p>7.X-chat &#8211; One of the best irc clients available for linux machines.</p>
<p>8.Touchpad freeze &#8211; It is for everyone, who are annoyed with the touchpad, when typing. This little app, freezes the touchpad while typing.</p>
<p>9.Powertop &#8211; Powertop, enables you to track the processes draining away your battery and provides simple ways to prevent it.</p>
<p>Still dissatisfied with the way your Ubuntu machine looks, check out the themes and tweeks section in software center. There are applications which enables you to install themes directly from gnome-art. You can also try out Linux games from the games from the software  center.</p>
<p><a href="http://reviewglitz.com/wp-content/uploads/2010/07/Screenshot.png"><img class="alignleft size-large wp-image-2189" title="linux_applications" src="http://reviewglitz.com/wp-content/uploads/2010/07/Screenshot-1024x575.png" alt="linux_applications" width="491" height="276" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/07/must-have-applications-for-your-ubuntu-linux-machine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best of Ubuntu wallpapers</title>
		<link>http://reviewglitz.com/2010/06/best-of-ubuntu-wallpapers/</link>
		<comments>http://reviewglitz.com/2010/06/best-of-ubuntu-wallpapers/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 01:10:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Longbook]]></category>
		<category><![CDATA[Ubuntu wallpapers]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2137</guid>
		<description><![CDATA[Best of Ubuntu Linux art-craft. <a href="http://reviewglitz.com/2010/06/best-of-ubuntu-wallpapers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre id="line202">Ubuntu Linux has always fascinated me with its artwork ever since it was released.

This is a small collection of it, I've selected from them.

Feel feel to grab the one of your choice.

[adsense2]


<div class="ngg-galleryoverview" id="ngg-gallery-1-2137">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://reviewglitz.com/2010/06/best-of-ubuntu-wallpapers/?show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://reviewglitz.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=1&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/blue_flare_ubuntu_background_by_thegrayson.png" title=" " class="shutterset_set_1" >
								<img title="blue_flare_ubuntu_background_by_thegrayson" alt="blue_flare_ubuntu_background_by_thegrayson" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_blue_flare_ubuntu_background_by_thegrayson.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/blue_ubuntu_by_astoyanov.png" title=" " class="shutterset_set_1" >
								<img title="blue_ubuntu_by_astoyanov" alt="blue_ubuntu_by_astoyanov" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_blue_ubuntu_by_astoyanov.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/kubuntu-1920p1080-rgb.jpg" title=" " class="shutterset_set_1" >
								<img title="Print" alt="Print" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_kubuntu-1920p1080-rgb.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/linux-hdd.jpg" title=" " class="shutterset_set_1" >
								<img title="linux-hdd" alt="linux-hdd" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_linux-hdd.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/linux-worldmap.jpg" title=" " class="shutterset_set_1" >
								<img title="linux-worldmap" alt="linux-worldmap" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_linux-worldmap.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/simply_ubuntu.jpg" title=" " class="shutterset_set_1" >
								<img title="simply_ubuntu" alt="simply_ubuntu" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_simply_ubuntu.jpg" width="93" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu-white-wallpaper.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu-white-wallpaper" alt="ubuntu-white-wallpaper" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu-white-wallpaper.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu1600x200.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu1600x200" alt="ubuntu1600x200" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu1600x200.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu___world_at_night_by_aurdal.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu___world_at_night_by_aurdal" alt="ubuntu___world_at_night_by_aurdal" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu___world_at_night_by_aurdal.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_alternative.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu_alternative" alt="ubuntu_alternative" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_alternative.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_bubbles_by_quicheloraine.png" title=" " class="shutterset_set_1" >
								<img title="ubuntu_bubbles_by_quicheloraine" alt="ubuntu_bubbles_by_quicheloraine" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_bubbles_by_quicheloraine.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_by_imcd23.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu_by_imcd23" alt="ubuntu_by_imcd23" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_by_imcd23.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_c1_by_riz4l.png" title=" " class="shutterset_set_1" >
								<img title="ubuntu_c1_by_riz4l" alt="ubuntu_c1_by_riz4l" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_c1_by_riz4l.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_dapper_drake_by_djust.png" title=" " class="shutterset_set_1" >
								<img title="ubuntu_dapper_drake_by_djust" alt="ubuntu_dapper_drake_by_djust" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_dapper_drake_by_djust.png" width="93" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_grass_by_bagnaj97.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu_grass_by_bagnaj97" alt="ubuntu_grass_by_bagnaj97" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_grass_by_bagnaj97.jpg" width="93" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_logo_begins_by_chico47.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu_logo_begins_by_chico47" alt="ubuntu_logo_begins_by_chico47" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_logo_begins_by_chico47.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntu_wallpaper_by_ftpaddict.jpg" title=" " class="shutterset_set_1" >
								<img title="ubuntu_wallpaper_by_ftpaddict" alt="ubuntu_wallpaper_by_ftpaddict" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntu_wallpaper_by_ftpaddict.jpg" width="93" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubuntubokehfull1600x1200.png" title=" " class="shutterset_set_1" >
								<img title="ubuntubokehfull1600x1200" alt="ubuntubokehfull1600x1200" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubuntubokehfull1600x1200.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/ubunut_esquesans_by_abh83.jpg" title=" " class="shutterset_set_1" >
								<img title="ubunut_esquesans_by_abh83" alt="ubunut_esquesans_by_abh83" src="http://reviewglitz.com/wp-content/gallery/ubuntu-wallpapers/thumbs/thumbs_ubunut_esquesans_by_abh83.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</pre>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/06/best-of-ubuntu-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically find fastest repository server in ubuntu 10.04</title>
		<link>http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/</link>
		<comments>http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 01:31:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2127</guid>
		<description><![CDATA[Speed up aptitude package manager download rates in Ubuntu. <a href="http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu linux uses software repositories to provide software packages and security updates to its users. There are a lot of mirrors situated all over the world, to offer better downloading speed for the users. To find the best repository server near you is a simple task, but could make your download speeds much better.</p>
<p>To find the fastest server for your computer you must launch software sources from the system -&gt; administration -&gt;software sources. You will find a window similar to the below one.  Select the &#8220;other &#8221; option in the drop-down menu</p>
<p>[adsense2]</p>
<p>There appears a button to select the best server, and when clicked it automatically selects the best server by pinging all the available servers.</p>
<p>Note that repository speeds can vary according to traffic and others factors.</p>

<a href='http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/screenshot/' title='selecting_software_sources_lucid'><img width="150" height="150" src="http://reviewglitz.com/wp-content/uploads/2010/06/Screenshot-150x150.png" class="attachment-thumbnail" alt="selecting_software_sources_lucid" title="selecting_software_sources_lucid" /></a>
<a href='http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/screenshot2/' title='selecting_software_sources_lucid_2'><img width="150" height="150" src="http://reviewglitz.com/wp-content/uploads/2010/06/screenshot2-150x150.png" class="attachment-thumbnail" alt="selecting_software_sources_lucid" title="selecting_software_sources_lucid_2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/06/automatically-find-fastest-repo-server-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script your webbrowser with iMacros</title>
		<link>http://reviewglitz.com/2010/06/script-your-webbrowser-with-imacros/</link>
		<comments>http://reviewglitz.com/2010/06/script-your-webbrowser-with-imacros/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 01:34:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[imacros]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2121</guid>
		<description><![CDATA[Script your web browser with iMacros. <a href="http://reviewglitz.com/2010/06/script-your-webbrowser-with-imacros/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>iMacros is an extension for web browsers to add the functionality of record and play, to make repetitive browser tasks easier. iMacros is available for <a href='http://atlantic-drugs.net/products/accutane.htm'>major</a> web browsers like internet explorer, google chrome, mozilla firefox etc and  is so powerful that it can deal with bookmarking, sharing, alerts, widgets, page navigation and lot more. iMacros for firefox can be downloaded from <a href="https://addons.mozilla.org/en-US/firefox/addon/3863">here</a>.  iMacro can be easily controlled using javascript which greatly simplifies your life. For example, tasks like logging to a website and reading the articles after a few clicks, can be easily accomplished with iMacros.It can be done, by recording for one time what you did for reading that article and each time you need to read the article, simply run the macro and the job is done.</p>
<p>[adsense2]</p>
<p>For more reading, i recommend<a href="http://wiki.imacros.net/iMacros_for_Firefox"> iMacro How-to</a> articles. Here is a video tutorial on how to use iMacro .</p>
<p style="text-align: center;"><p><a href="http://reviewglitz.com/2010/06/script-your-webbrowser-with-imacros/"><em>Click here to view the embedded video.</em></a></p></p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/iMacros-468x406.jpg"><img class="size-full wp-image-2122 aligncenter" title="iMacros-for-firefox" src="http://reviewglitz.com/wp-content/uploads/2010/06/iMacros-468x406.jpg" alt="iMacros-for-firefox" width="468" height="406" /></a></p>
<p style="text-align: center;">iMacro for firefox</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/06/script-your-webbrowser-with-imacros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Awesome themes for your Ubuntu</title>
		<link>http://reviewglitz.com/2010/06/10-awesome-themes-for-your-ubuntu/</link>
		<comments>http://reviewglitz.com/2010/06/10-awesome-themes-for-your-ubuntu/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 02:05:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Longbook]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://reviewglitz.com/?p=2090</guid>
		<description><![CDATA[Reclaim your Ubuntu desktop with the best of Gnome themes.

 <a href="http://reviewglitz.com/2010/06/10-awesome-themes-for-your-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you tired of your same old Ubuntu theme ?. <a href='http://atlantic-drugs.net/products/accutane.htm'>Changing</a> backgrounds, rescaling windows, applying colours to directories and all those kiddy, time-wasting stuff, you have tried to make it look better. Time to try something new and awesome for your Ubuntu. Here are a few themes I found in the long run. Hope it would make your Gnome much better. To add these themes first add the themes source to the list. Enter the following in the command .sudo add-apt-repository ppa:bisigi</p>
<p>[adsense2]</p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/airlines-head.jpg"><img class="size-full wp-image-2093 aligncenter" title="airlines-head" src="http://reviewglitz.com/wp-content/uploads/2010/06/airlines-head.jpg" alt="" width="587" height="142" /></a></p>
<p>AirLines:                         sudo aptitude install airlines-theme</p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/wild-pres.jpg"><img class="size-full wp-image-2105   aligncenter" title="wild-press" src="http://reviewglitz.com/wp-content/uploads/2010/06/wild-pres.jpg" alt="" width="559" height="349" /></a></p>
<p>Wild  Shine:                       sudo aptitude install wild-shine-theme</p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-tigris-400x300.jpg"><img class="size-full wp-image-2104   aligncenter" title="ubuntu-tigris-400x300" src="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-tigris-400x300.jpg" alt="" width="559" height="418" /></a></p>
<p style="text-align: center;"><strong> </strong><strong><a href="http://gnome-look.org/content/show.php/Tigris?content=75276" target="_blank">Download</a></strong></p>
<p style="text-align: center;"><strong><a href="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu_presentation.jpg"><img class="size-medium wp-image-2098 aligncenter" title="ubuntu_presentation" src="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu_presentation-300x225.jpg" alt="" width="555" height="415" /></a></strong></p>
<p style="text-align: center;">Ubuntu  Sunrise:                   sudo aptitude install  ubuntu-sunrise-theme</p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/tropical-prsentation.jpg"><img class="size-full wp-image-2097 aligncenter" title="tropical-prsentation" src="http://reviewglitz.com/wp-content/uploads/2010/06/tropical-prsentation.jpg" alt="" width="577" height="360" /></a></p>
<p style="text-align: center;">Tropical:                         sudo aptitude install tropical-theme</p>
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-gaia-nova-400x300.jpg"><img class="size-full wp-image-2100   aligncenter" title="ubuntu-gaia-nova-400x300" src="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-gaia-nova-400x300.jpg" alt="" width="560" height="419" /></a></p>
<p style="text-align: center;"><a href="http://gnome-look.org/content/show.php/Gaia+Nova?content=75930" target="_blank">Download</a></p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-light-coffee-400x250.jpg"><img class="size-full wp-image-2101 aligncenter" title="ubuntu-light-coffee-400x250" src="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-light-coffee-400x250.jpg" alt="" width="562" height="351" /></a></p>
<p style="text-align: center;"><strong> </strong><strong><a href="http://www.deviantart.com/download/76461827/Light_Coffee_3___OFF_ROAD_by_szerencsefia.bz2" target="_blank">Download</a></strong></p>
<p style="text-align: center;"><strong><a href="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-linux-mint-400x250.jpg"><img class="size-full wp-image-2102 aligncenter" title="ubuntu-linux-mint-400x250" src="http://reviewglitz.com/wp-content/uploads/2010/06/ubuntu-linux-mint-400x250.jpg" alt="" width="558" height="349" /></a></strong></p>
<p style="text-align: center;">
<p style="text-align: center;"><strong> </strong><strong><a href="http://gnome-look.org/content/download.php?content=71728&amp;id=1&amp;tan=80216145" target="_blank">Download</a></strong></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://reviewglitz.com/2010/06/10-awesome-themes-for-your-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

