Friday, January 21, 2011

Update Google Pagerank

I heard the news, google will update pagerank from December 2010, but there is no change until the end of December. There is also providing information that google will update pagerank in April 2011.

Without realizing it, because I seldom online too. There are friends who gave the news that Google has updated the pagerank and pagerank my blog is reportedly increased from PR 3 to PR 4. Could not believe too until I see for yourself. And finally I checked in prchecker.info and it was true, google has updated the pagerank.

I think this blog will not go up the pagerank, because all the content in this blog have moved to new domain. But google has been fairly well with the increase pagerank of this blog.

Wednesday, January 19, 2011

iPad Sleeves

Latest gadgets more complete with advanced features. Most of the gadgets in particular are considered PDA phone and iPad, work systems that use touch screens. If you want the gadget remains normal, the LCD is the most vital part that must be maintained and cared for properly.

Safety and hygiene body must be kept. Many cases of defective because the iPod is placed in the pocket, this can cause the LCD iPad broken or become damaged. To avoid such case, you can save on the iPad sleeve to protect them from dirt and impact.

If you do not like the regular sleeve iPad, you can also make custom iPad sleeves. Besides functioning to protect your iPad, custom iPad sleeves also look different and more interesting.

Sunday, January 2, 2011

Flash Game on a Blog

Putting Flash games on the blog post is sure to make your readers stand and pay attention. Embedding Flash object is no more difficult than embedding a video file or streaming music player. What is needed is a small section of your HTML code. While all the blogging platforms have their own tips and tricks specific to their user interface, the steps to write and paste the code into your post remains the same.
  • Log in to your blog's. Create a new post
  • Select HTML editing rather than rich text editing. Above the text field in which you write your post's content, look for tabs labeled "HTML" and "Design." These titles may vary depending on the blogging service or software you are using. Not all blogging services may have this option, in which case it is likely that HTML editing is enabled by default.
  • Type the following code into your blog post :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="400" height="300">

<param name=movie value="flashgame.swf">

<param name=quality value=high>

<embed src="http://www.example.com/flashgame.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="300">

</embed>

</object>

  •  Change the "filename.swf" and the "http://www.example.com/flashgame.swf" values to correctly reflect the file name and the hosting location of your flash game. You may also need to adjust the height and width values to correspond with your game.
  • Save and publish your post