Archive for March, 2010
Website Design Prices | Web Development Cost
Tuesday, March 30, 2010 1:02 No CommentsWeb site design prices. Typical price of websites and web design rates for several example sites. How much does a website cost? Do you need Web Design Rates? How much does outsourcing cost?
yourquidget – Make your own quiz widget
Monday, March 29, 2010 3:33 No CommentsAltmint is proud to announce an exciting new project http://yourquidget.com/ We are working around the clock on launching yourquidget beta version. So what will be in this beta version? Yourquidget is a FREE online quiz generator help you to create your own quiz widget for your site. You can insert quidget anywhere that supports Javascript, Continue Reading »
Alter Css Properties with Jquery
Thursday, March 25, 2010 9:40 No Commentshow to change the Properties of class or id with javascript? It is very simple with jquery. we can alter or add any css property to the class or id. here is a sample example for it. Assuming Jquery is Included $(“#IdName”).css(“color”,”red”); (or) $(“.Classname”).css(“color”,”red”);
CSS Properties To JavaScript Reference Conversion
Thursday, March 25, 2010 8:29 1 CommentCSS Properties To JavaScript Reference Conversion CSS Property JavaScript Reference background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat backgroundRepeat border border border-bottom borderBottom border-bottom-color borderBottomColor border-bottom-style borderBottomStyle border-bottom-width borderBottomWidth border-color borderColor border-left borderLeft border-left-color borderLeftColor border-left-style borderLeftStyle border-left-width borderLeftWidth border-right borderRight border-right-color borderRightColor border-right-style borderRightStyle border-right-width borderRightWidth border-style borderStyle border-top borderTop border-top-color Continue Reading »
Display all PHP Errors and Warnings
Saturday, March 20, 2010 1:14 No CommentsHow do i display errors in php if error display setting is off in my server configuration? Here are the two simple things to display errors even if the error display setting is off in server. error_reporting(E_ALL); ini_set(‘display_errors’, ’1′);
JavaScript Image Rotator
Tuesday, March 9, 2010 2:40 1 CommentWe can rotate the image by angle.here is a source code for it ..( rotate an image by an arbitrary angle, it works in IE7 & FF3 <html> <head> <!– **** Universal JavaScript Image Rotator v1.1 (16-03-2009) //–> <script type="text/javascript"> <!– //******************** Image parameters ******************* imagename='kk.jpg' xsize=180 ysize=240 //*********** nothing to configure below this line Continue Reading »