Stop textarea elements from being resizable in Mozila 4.0
In mozila 4.0, i noticed that each textarea becomes resizable. No doubt, its really a nice feature. But some times we need to avoid it. Its very easy to stop resizable feature from textareas. Just place following code in your css file: textarea {resize:none}
Getting Rid of Vertical Scrollbar from FB iframed pages
When working with FB iframed pages, Sometime the height of content area, you are going to show on FB pag, can need more than 800 pixels. But default height for Facebook’s iFramed pages is 800 pixels. This causes a vertical scrollbar on FB page. To get rid of this type …
Remove hashtag from URL when using prettyPhoto!
PrettyPhoto, a jQuery lightbox clone, supports image galleries, Flash content, video (including YouTube and vimeo) and embedding external websites using iframes. No doubt, it is really a very simple and flexible plugin which is compatible with all major browsers including IE6. But if one will see it adds a hashtag …
A custom twitter widget without any plugin
Last time, when i was working on a HTML and CSS based project, was not using any content management system such as WordPress or Joomla, I wanted to display my last tweet from twitter, and jazz it up using css. Now when people usually want to display their last tweet, …
