Revenue Robot

How to add / find page queries and load time

Thursday, January 8th, 2009 | Blogging with No Comments »

cued information

I recently implemented code into the footer of my blog that allows me to see how many queries were cued and the load time. I know it’s random information to some people but I actually like the fact that I can see it on my blog.

Would you like to add it to your blog? Well if you have the ability to access your blogs HTML code then below is the code and instructions on how you too can add it to your site.

Copy the code in Orange below…

<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds.

Then place it towards the bottom of your site before the closed body tag that looks like this </body>

After you place the code on your site save it then upload the file. Once you upload the file open up your web browser (Firefox) then view your blog. When you view your blog it should look like the above image but with your sites info.

CSS Type Set – Obtain Instant CSS Code

Thursday, July 24th, 2008 | Creative with No Comments »

Instant CSS
Here is a brilliant application that is sorta similar to a recent post I did about a type tester. However this one provides you instant onscreen CSS code for you to place onto your site. This is great if you are trying to get that prefect look or font color.

The application which is known as: CSS Type Set allows you to select the font, the font size, font color, the alignment, whether it’s bold or underlined and pretty much anything else you can do with font. Be sure to check out CSSTypeSet.com and see what i’m talking out.

The Google Cheat Sheet

Thursday, June 12th, 2008 | Blogging with No Comments »

Google Cheat Sheet

Have you ever wanted to know the many ways to find different things via Google..? Or have you wanted to know random information about Google like some of the things listed below.

  • Google Services and Tools
  • Google Bot IP Addresses
  • Google Page Rank Formula
  • Google Contact Information
  • A list of Google own Businesses

If you ever wanted to know any of the information about Google well look no further I recently came across a site that has links to the Google Cheat Sheets.

Here is Google Cheat Sheet #1 and Google Cheat Sheet #2. Please note the information on the cheat sheets were last updated in Oct. 2006. Do you know of any other site cheat sheets..? Feel free to leave a comment exposing them!