On the Occasion of 4th/July, the independence day of US, our web host – Dreamhost – is offering one year hosting plan for $9.24 only which otherwise sells for ~$120.

Dreamhost SALE

To avail this offer go to Dreamhost Sign Up Page , enter your domain/personal details and enter 777 as the promotion code in Step#7.

Act fast as this offer is valid till 6th/July/2009 only!

Want to get an update as soon as we publish new article? I recommend you to subscribe via RSS Feed. You can also subscribe by email and have new articles sent directly to your inbox. It's absolutely free!

A free web based service that offers one of the easiest ways to host and broadcast your personal video and audio clips. You can upload your audio/video clips through the web, email or even your mobile phone. It also provides you with the ability to post audio/video clips on your blogs hosted on Typepad, Blogger, MovableType or Friendster CMS.

castpost

Some important features:

  • You can publish your own podcasts using itunes.
  • You have the option to create and share your own video profile.
  • Current service is in alpha phase which is ad supported.
  • It provides unlimited bandwidth and 100 MB of storage.

Service is currently in alpha. You may have to wait for some time to get your free account.

Want to embed flash file in blogger? Here is a simple work-around. We assume you don’t have any hosting account to host your files.

  • If you are on blogger that means you have a Google Account which enables you to access Googlepages. This is the place where you need to upload your swf files (flash files). Googlepages allow space upto 100MB, this much space should be sufficient for your flash files hosting needs.
  • Now copy the code given below in your favorite text editor.
   1: <object> 
   2:  
   3: <param value="http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp" rel="nofollow" name="movie"/> 
   4:  
   5: <embed 
   6: width="160" src="http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp" rel="nofollow" height="600" type="application/x-shockwave-flash"> 
   7: </embed> 
   8:  
   9: </object>

  • Replace http://abc.googlepages.com/file.swf? with the full path of your googlepages A/C. So if your Google A/C email is steve@gmail.com and file name is apple.swf then this part of the URL should become http://steve.googlepages.com/apple.swf?
  • If you just want to serve the flash file on your blog this will be enough and you can skip the next 2 steps. 
  • But, if you are serving flash file as an advertisement on your blogger blog then you will need a clickTag. The swf files use the clickTag method to get the landing page URL. Replace clickTAG=http://www.xyz.com/lp/row.asp with the landing page of your advertiser.
  • So the value of src should become http://abc.googlepages.com/file.swf?clickTAG=http://www.xyz.com/lp/row.asp , if you are serving this as an advertisement and should become http://abc.googlepages.com/file.swf? if you are just showing this on your blog with no landing page.
  • Last but the most important part is that you should never forget to use type="application/x-shockwave-flash" while embedding any flash file. If you remove "type", though firefox will show up correctly but IE6 will not render anything.
  • Now place this code in "Configure HTML/Javascript" widget of blogger.
  • All Done!