<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>Querblogger</title>
<link>http://www.webupon.com//Querblogger.</link>
<description>New posts by Querblogger</description>
<item>
<title>Eight Uncommon Ways for Using Google</title>
<link>http://www.webupon.com/Search-Engines/Eight-Uncommon-Ways-for-Using-Google.53507</link>
<description>
<![CDATA[								<ol><li>
 
<h3>Use Google As A Calculator </h3>

 
 This handy feature lets you save precious time because you can do your calculations while surfing the web. Simply type some numbers or equations into the search field and Google will bring you the desired results. You can also use this for converting measures, e.g. type in "1 mile in meters" and Google will output how long one mile would be in meters. It is also possible to use it for converting different currencies, e.g. type "1 dollar in Euro" and you´ll know how much one dollar will be worth in Euro. </li><li>

<h3> The Google Image Labeler </h3>

 
 The <a target="_blank" href="http://images.google.com/imagelabeler/">Google Image Labeler</a> lets you tag images and also help Google improve its search engine quality. The nice thing about this tool is that you can play against other people as well. You have a short amount of time where you can label different random images. If one of your labels matches one of your partner's labels, you´ll get points. You won´t win anything while doing this, but it´s definitely a good way to fight boredom. </li><li>
 

<h3>  Find Hot Trends With Google </h3>

 
 Google operates and permanently caches the <a target="_blank" href="http://www.google.com/trends/hottrends">keyword</a> usage of its users. With Hot Trends (formerly known as Zeitgeist) you can find out what internet users are actually searching for. You can even choose a specific date if you want to know what was hot on a particular day. You will be presented with a graph where you can see the trends for different available keywords. This tool is especially helpful if you want to search and explore a niche theme for your Blog or website. </li><li>
 
<h3>
 Get Info About Websites </h3>

 
 This is a very helpful feature for webmasters or people with a Blog or website in general. In the search field simply type "info:www.yoursite.com" 
 and you´ll get plenty of information including related sites, incoming links or pages that mention "yoursite.com" within their content. You can also find different sub-sites or sub-domains by trying <a target="_blank" href="http://www.google.com">Google</a>. </li><li>
 
<h3>
  Find Webcams Around The World</h3>

 Google is indexing nearly every website it can find out there in the World Wide Web, even those sites with webcam streams on it. If you type in "inurl:view/index:shtml" [<a target="_blank" href="http://www.google.com/search?q=inurl%3Aview%2Findex%3Ashtml&amp;sourceid=navclient-ff&amp;ie=UTF-8&amp;rlz=1B3GGGL_enIL217IL217">Webcams</a>], you´ll get a huge list of different available webcams. That´s only one example of a possible search query that can be effectively used. There´s a nice website called <a target="_blank" href="http://www.opentopia.com/hiddencam.php">Opentopia</a>, where they have already done the hard work of searching for all of those webcams, and you´ll get a nice thumbnail gallery along with recently shot preview images. </li><li>

<h3>  Play A (Stupid) Game Using Google </h3>

 
 I first saw this on a TV show from Germany called "TV Total". The whole principle is quite simple but you will need some friends to play with you. First choose a single word like "House", and then everybody must add a new word onto this, like "Household" or "Bee house". After everybody has chosen a word, it will be looked up in Google. The word with the least of all search engine results will win. It is most effective to choose some fantasy names because then there will be the most likely results, even for the most "special" words. It´s a lot of fun, especially when there are a lot of people involved. </li><li>
 

<h3> Google Logos 
 </h3>

 From time to time Google changes their front page logo when there are events or holidays. On the <a target="_blank" href="http://www.google.com/holidaylogos.html">Google Logos site,</a>  you can find all of the logos dating back to 1999 for your viewing pleasure. If you want to see the first Google logo ever, take a look at <a target="_blank" href="http://googlesystem.blogspot.com/2006/04/first-google-logo.html">this article</a>.</li><li>
 

<h3>  Getting a multi-search interface for Google </h3>

 
 
If you want to have a great portion of Google´s native search features combined  in one place, just try 

<a target="_blank" href="http://www.Soople.com">Soople</a>. On this website, you can do the most (un)common searches within Google such as finding videos/music/files, translating text, finding definitions or locating the latest stock indexes. This is a nice website, don't forget to have a look at it! </li></ol>
 
 
 <p>This list only gives you a brief insight into some of the secrets of Google Search. If you want to find more tips, tricks or creative ways for using Google, try simply doing a search on... Google.</p>
 <p>The most helpful phrase in this case would be "Google Hacks" or something similar.</p>							<a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FSearch-Engines%2FEight-Uncommon-Ways-for-Using-Google.53507"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FSearch-Engines%2FEight-Uncommon-Ways-for-Using-Google.53507" border="0"/></a>]]></description>
<pubDate>Mon, 22 Oct 2007 11:36:29 PST</pubDate></item>
<item>
<title>Creating a Blog Without PHP and Mysql</title>
<link>http://www.webupon.com/Blogging/Creating-a-Blog-Without-PHP-and-Mysql.48004</link>
<description>
<![CDATA[<p>So why do you want to use a webspace without PHP and MySQL when nearly every hosting package includes these features today? There are different answers for this. The first is cheap hosting, where you may have PHP but mostly no database installed for you. The second is basically if you don´t want any scripting to be involved in presenting your webpage or blog to your clients. This may fall into the category of search engine optimisations, where dynamically generated webpages are bad for search engine spiders like the Googlebot. Static webpages can be crawled way better then dynamic ones. In my personal case it was a webspace provided by my DSL provider, which has neither PHP nor a MySQL database included. So I was looking for a way to create a blog without these features. </p>
 <p>After doing some research on Google and <a target="_blank" href="http://sourceforge.net/">Sourceforge</a>, I finally found a nice piece of software called <a target="_blank" href="http://thingamablog.sourceforge.net/">Thingamablog</a>. This program is free to download so I gave it a try and was fascinated about its features. Thingamablog is programmed in Java so you need to <a target="_blank" href="http://www.java.com/">download</a> the Java Runtime Environment (JRE) in order to run the application. You can use it either on Windows or Linux. You also need your webspace FTP account data to actually transfer your blog onto your webserver (you can also publish your blog posts locally on your harddrive for first testing the software). Thingamablog is a desktop blogging software and can be used like a content management system (CMS).</p>
 
 <h3>Setting up your own Blog</h3>
 <p>Thingamablog works with templates and so called template tags, which are filled with data like blog posts, the name of the author or description tags. After that the software generates Html-pages from these templates which are published on your webspace. When you start the application you will be presented with a wizard that guides you in setting up your blog. First you have to enter some informations regarding your webspace, namely the Base-Path of your blog (like "http://www.mywebsite.com/blog/") and the Base-URL (like "/htdocs/blog"). The Base-URL is the path where Thingamablog publishes your blog posts to, ask your webhost for more details regarding this adress. If you want to publish your blog on your local harddrive you must enter different paths. Your Base-Path should be something like "/C:/Mywebsite/blog" (notice the first slash before your actual path!), the Base-URL is the same adress plus the prefix "file://", so you would have "file:///C:/Mywebsite/blog" as your Base-Path. I know this sounds a bit difficult, but you luckily have to set it up ownly once. </p>
 <p>When you proceed with the wizard, you have to type in your blog title and a description. Right after this you can enter some categories (or call it Tags) in order to arrange your different posts later. The same goes for blog authors, which is the next step within the wizard. You can assign different writers for the same blog. Next comes the design part, where you have to choose from a list of different templates provided with the installation of Thingamablog. You can also download different templates from the web (use a Google search for it) or even create your own one. If you want to develop your own template you have to play with template tags, so I would suggest looking into the help files that come with the installation. The last step before you can actually begin blogging is entering your FTP account data. Thingamablog needs your publishing path, your user name and password, which are all provided by your webhost. If you want to publish locally, simply select "local" in the drop-down list. Right after this you are ready for blogging and please notice, that you can change your blog configuration at any time, so if you made a mistake it´s no problem. </p>
 
 <h3>Start Blogging</h3>
 <p>Now you can start blogging. The whole process of writing and publishing posts is self-explaining. First you will write a new post, the you choose one or more categories. After this you can either save your post as a draft or save and publish it. Notice that you can change the posts Html-code, simply choose the tab at the bottom of the editor window. Play around with Thingamablogs features (I suggest you first publish locally to test out the software). There are a lot more things you can do with it. For example you can drive Thingamablog to ping different servers, use it as a feed reader to stay up to date or publish your pictures with it. </p>
 <p>If you need further instructions, visit this nice tutorial about <a target="_blank" href="http://www.penspublishing.com/UT/archives/cat_tutorial.php">Using Thingamablog</a> or this <a target="_blank" href="http://thingamablog.sourceforge.net/phpBB2/">Forum</a>, where you can also find informations about setting up commenting functions for your blog, which would be impossible without PHP or other scripting languages.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FBlogging%2FCreating-a-Blog-Without-PHP-and-Mysql.48004"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FBlogging%2FCreating-a-Blog-Without-PHP-and-Mysql.48004" border="0"/></a>]]></description>
<pubDate>Mon, 24 Sep 2007 05:33:05 PST</pubDate></item>
<item>
<title>The Google Earth Flight Simulator</title>
<link>http://www.webupon.com/Services/The-Google-Earth-Flight-Simulator.45358</link>
<description>
<![CDATA[<p>First of all, in order to use the new flight simulator you have to install at least version 4.2 of <a target="_blank" href="http://earth.google.com/download-earth.html">Google Earth</a> (it´s generally a good idea to keep the program up to date). Install the program and start it. If you look at the different menus and symbols showing up on the screen, you will be surprised to miss such a feature like a flight simulator mode. This is because the feature is a so called easter egg, meaning it´s kind of a hidden gimmick, that the people from Google have integrated into the software.  To cut a long story short, simply hit Ctrl+Alt+A and the flight sim window will popup. If you restart GE, there will be a new menu entry under the tools section, so you don´t have to use a keyboard combination later on. </p>
 <h3>Getting started</h3>
 <p>When the flight sim window opens, you will be presented with some options before you can actually start flying. For the moment you can choose between only two planes, the jet fighter F16 and  the propeller-driven aircraft  SR22, which is much easier to fly for beginners. The next option is your starting location, you can fly from your current location or choose an airport in a drop-down list. There is also the possibility to fly with joystick support, simply plug in your controller and activate the option. If you don´t have a joystick, i recommend using your mouse instead of your keyboard, it´s much simpler. </p>
 <h3>Basic flight controls </h3>
 <p>My advice is to first start from an airport from the drop-down list. When you start the simulator you will be presented with a HUD showing you different informations about your controls. The horizontal lines in the middle of the screen are showing your elevation in degrees, positive values stand for upward, negative values for downward movement. On top of the HUD is the heading orientation. The left panel indicates your speed, the right one is for altitude. At the bottom left side you find a throttle display besides other informations like rudder or yoke. If you click in the 3D view, a cursor will appear. </p>
 
 <p>First you´ll have to increase your throttle. Use PageUp to go faster. While on the ground you can control your moving direction with either left (comma key) or right (period key) wheel brakes. Once you reached a sufficient speed (for the F16 you have to go up to around 300) , move your mouse down to take off. Do this slowly and controlled. When your plane is in the air press G to retract your landing gear.</p>
 
 <p>The best advice is to try it yourself. Once you are up in the air the actual flying isn´t that hard (as long as you do it slow and controlled). To fly a curve simply drag your mouse to on side while dragging it down slightly. For flying a straight line, keep your cursor around the middle of your HUD. The next big exercise would be landing the plane, but i´ll keep this for yourself. </p>
 
 <p>For further informations regarding keyboard combinations you can go to the <a target="_blank" href="http://earth.google.com/intl/en/userguide/v4/flightsim/index.html">flight sim userguide</a> or hit the help button on the main flight simulator window in Google Earth.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FServices%2FThe-Google-Earth-Flight-Simulator.45358"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FServices%2FThe-Google-Earth-Flight-Simulator.45358" border="0"/></a>]]></description>
<pubDate>Tue, 11 Sep 2007 03:03:26 PST</pubDate></item>
<item>
<title>How to Listen to Free Music Online</title>
<link>http://www.webupon.com/Audio/How-to-Listen-to-Free-Music-Online.44695</link>
<description>
<![CDATA[<p> So there are many ways to grab a whole bunch of songs, videos, games and so one. For today i will feature the
 audio part and show you some places where you can listen your favorite songs for free and even download them. </p>

 
 <h3>Finding nearly every song at the known universe</h3>
 <p>There is a giant number of songs out there at the World Wide Web. And there is <a target="_blank" href="http://www.deezer.com/">Deezer</a>! This site (formerly known as Blogmusik) has a tremendous database of them. In the search field you simply type in a song name and the music is on the way. Best thing all about is the possibility to store playlists from your favorite songs, so you can lean back and listen. Unfortunately there is no way to download these songs for "offline" use, but keep on reading, in the last paragraph i´ll show you a site where you can! </p>
 <h3>Finding the song that fits your mood</h3>
 <p>Say, for example, you search for a song that is relatively unknown. You keep searching and searching...but nothing to listen to. So you likely get angry about that. Thats wonderful! Because with <a target="_blank" href="http://musicovery.com/">Musicovery</a>  you´ll find exactly the appropriate song for your angry (and happy) feelings. Simply click on the panel that is showing on the left side. You can choose how the song should sound, more calm or energetic, positive or dark. Of course you also have the choice on different music genres and even the time from where the song should come to your speakers. Test it for yourself, it´s worth it! </p>
 <h3>Finding the song that´s ready for your hard drive </h3>
 <p>Last but not least i will show you <a target="_blank" href="http://skreemr.com/">Skreemr</a>. As mentioned in the first paragraph this is the site where you can download songs. Basically it´s a search engine that permanently crawls the web for new MP3´s on webpages, blogs and so on. At the search results page you will be presented with a list of songs that you can directly listen to AND download with the link provided. Enjoy it. </p>
 <h3>Is this legal? </h3>
 
<p>For the first two sites mentioned here, namely Deezer and Musicovery, i can say it´s legal because you can´t download the songs but only listen to them. Skreemr should be legal as long as you are just listening to the songs directly from the website, but if you download one to your hard drive it could be illegal! 		</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FAudio%2FHow-to-Listen-to-Free-Music-Online.44695"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.webupon.com%2FAudio%2FHow-to-Listen-to-Free-Music-Online.44695" border="0"/></a>]]></description>
<pubDate>Sun, 09 Sep 2007 00:13:08 PST</pubDate></item>
</channel>
</rss>
