Posts

how to create sprite images for spritely jquery framework

Today I will give an overview of creating sprite images for animating with spritely jquery framework . I have already did a tutorial on adding spritely to blogger http://www.fuzionpro.info/2010/09/animating-your-blogger-blog-with.html Animation using spritely is very easy ,but without sprites images its impossible.its a strain to create sprite images though there are lot of online sprite sheet generators their limitation of image file size is limited.So, there is need for a sprite sheet generators softwares.Texturepacker comes to the rescue . TexturePacker  is a software available for both mac and windows for creating sprite sheets and texture atlases for game development, css sprites for web design and optimizes images for mobile platforms.With Texturepacker its very easy to create sprite sheets for animating.So with the combination of texturepacker and spritely animation becomes more easy for we developers. Tutorials for using TexturePacker http://

how to add Animated title to blogger

Today i am going to share a small snippet for animating the title with javascript for your blogger blog.You might wonder why you should be adding it to your site but your visitors or may be you might be interested to see the animation in the toolbar of the browser.So let me share you the snippet with you.........

Facescribble a site for entertainment using pictures

Facescribble is a small application for users to show their creativity by scribbling their photos or celebrity photos using the aviary tool and sharing to their preferred social media.facescribble is open for both facebook and non-facebook users follow the below link start scribbling  non-facebook facebook

More Cool Mouse Cursors for blogger website

Image
More Cool mouse cursor for your blogger blog to attract visitors you visit your blog those who using blogspot you can click add to blogger button (no need to add a title) or copy the code and paste it in add CSS section of template designer and others you can copy the style to your css file.Any problem don't forget to ask me.

How to validate Email in yii

Yii is a great framework for form validation,today i am going to show you how to validate the email field in the form before submitting.Its very simple just follow the below example if you created a user model with email as one attribute then in the rules function add the following code public function rules() { return array( ... array('email', 'email','checkMX'=>true), .. ); } thats it also look at the code i have added a checkMX=true(this is used for checking that domain exists),you could ignore it if you want

how to add ajax page loading effect to blogger

Image
how about giving a shocking effect to your visitors.Here’s a example to make your web page content display a ajax page loading effect to blogger.You can see the effect in action on my pages and here is one . another blogger example

how to add shutter effect photo slider to blogger

Shutter Effect Portfolio with jQuery and Canvas  a wonderful and awesome tutorial from tutorialzine.i have replicated that tutorial to add that slider to blogger.you can see a working demo on blogger here  http://jquerydem0.blogspot.com/2011/03/shutter-effect.html .