Skip to main content

Posts

Showing posts from 2012

Jquery Awesome Demos

jQuery UI provides a comprehensive set of core interaction plugins, UI widgets and visual effects that use a jQuery-style, event-driven architecture and a focus on web standards, accessiblity, flexible styling, and user-friendly design. All plugins are tested for compatibility in IE 6.0+, Firefox 3+, Safari 3.1+, Opera 9.6+, and Google Chrome. Interactions:  Complex behaviors like drag and drop, resizing, selection and sorting.  Draggable Droppable Resizable Selectable Sortable Widgets : Full-featured UI controls — each has a range of options and is fully themeable.   Accordion Autocomplete New! Button New! Datepicker Dialog Progressbar Slider Tabs Utilities:  Low-level utilities for building rich interactions, widgets, and effects. Position New! Widget   Effects: Animated transitions and easing for rich interactions. Effect Methods Effect , Show , Hide , Toggle , Color animation , Add class , Remove class , Toggle c...

website or html redirect

There are number of ways to do this here i am sharing some of them Method 1:  <html lang="en"> <head>     <title>Document Title</title>     <meta http-equiv="REFRESH" content="0;url=http://lokeshchadha.com/"></head> <body> </body> </html> Method 2:  Anywhere in the body tag paste the following script <script type="text/javascript">window.location = "http://lokeshchadha.com/"</script>

100% Full Screen IFRAME

<!DOCTYPE html> <html lang= "en" > <head> <meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" /> <title> Lokesh chadha </title> <style type= "text/css" > html { overflow : auto ; } html , body , div , iframe { margin : 0px ; padding : 0px ; height : 100 % ; border : none ; } iframe { display : block ; width : 100 % ; border : none ; overflow-y : auto ; overflow-x : hidden ; } </style> </head> <body> <iframe id= "tree" name= "myiframe" src= "https://www.google.com/" width= "100%" height= "100%" ></iframe> </body> </html>

Online Signature Maker

http://www.mobilefish.com/services/signature/signature.php