infonine.in Get the information here
Sant Shri Gajanan Maharaj Mandir, ShegaonShegaon, approx. 45 km away from Akola, in the district of Buldhana, Maharashtra. The nearest airport is Nagpur, Maharashtra. The best way to travel to Shegaon...
View ArticleFacebook like drop down menu using jQuery
Today we will see a drop down menu like a facebook notification. We are using a jquery here. The code we use here is very easy and short. Hope this will help you in your projects. Please...
View ArticleCreate favicon for your website
What is favicon? A favicon (favorites icon) is used as a shortcut icon for website. It is also bookmark icon ( on bookmark bar or menu ), url icon ( what we see on location bar ). What it is exactly?...
View ArticleAnimated stretchable search text box using jQuery
Today we will see the Animated Textbox which on focus stretch and on de-focus shrink to a particular size. Here we are using jquery, css. This will reduce the occupied area by tradional search box. As...
View ArticleCSS Margin and Padding [Designikx Tutorial]
Today’s topic is CSS Box Model – Border, Margin and Padding What is box model? Margin, border, padding and contents of the element are together known as the The Box Model. We don’t have to use all of...
View ArticleCSS Gradient : How to Use
Safari, Chrome, Firefox, Opera, Internet Explorer – all major browser supports CSS Gradients. Internet Explorer doesn’t support all CSS Gradient properties. The features like gradient repeat, gradient...
View ArticleJquery – Use of function – Passing values through function
Here we study about the jquery function. By using function we can use same code for multiple times. Here I have created the Add function which I can use for no. of times. The code is as follows...
View ArticleAuto Image Slideshow Using jQuery
This is a simple slideshow using jquery. Here we used the fade in fade out effect in Jquery. Its just a 2-3 line code using jquery as compare to Javascript tradional code. Here what we used The...
View ArticleSliding Tab Using jQuery
Sliding Tab using jQuery Necessity of space [ in display area] leads us to use new techniques. So as to minimize the space in short space utilization we are using a tab which on click [ You can use...
View ArticleAnimated Tooltip Using jQuery
Its another tooltip sourcecode using jQuery. You can copy paste the sourcecode from here. It is a span based tooltip, with animation. The Jquery effects used here are as.. Here is the complete...
View ArticleJquery Image DeScroller [ Very Basic Image Scrolling Jquery Code ]
There are many Image Scroller on web, But their code is difficult to read/ Understand. Infact I am not a developer, I know very basic of jQuery. So I decided to code myself a very Basic Code. I have...
View ArticleIE Fix – Centering Layout [Common Bug in IE]
We use the “margin:0 auto;” for centering layout which works in Firefox and Chrome well. But when it comes to IE, it shows the entire layout at left. Display in Firefox and Chrome: Display in Internet...
View ArticleDiscountBox : www.discountbox.in : want to know discounts in your city ?
DiscountBox is a social media platform around offers. It helps shoppers to explore discounts, offers and sale around them. DiscountBox is a multi-channel promotion platform for businesses(brands,...
View ArticleChapter 2 – CSS Background Properties
Background Properties - sets color, image, repeat, attachment, and position 1) background ——————————— .myDiv{ background: #030000 url(image/myImage.jpg) no-repeat fixed left top; } 2)...
View ArticleLearn CSS Easily (CSS Tutorial)
What is CSS? CSS stands for Cascading Style Sheets ———————————— Why we need CSS? CSS provides reusability, Giving style capabilities in HTML are quite limited. Also, with the use of an external style...
View ArticleFade in Fade out using simple jquery function
Its a simple Jquery Function Used for animating the image on hover. read more for details
View ArticleDesigning a logo ?? Keep these points in Mind
When I was new @ logo designing... i thought that its.. just a silly work, any one can do it. But when I made some logos n took the reviews from some people n some friends, then I realise that the...
View ArticleBackground image slideshow javascript source code
the code for background image slideshow using javascript and css. (Source code)
View ArticlePure CSS div based form design / form layout
Pure CSS div based form design / form layout.
View ArticlePure CSS tooltip, validation hints
This is a simple css tool tip works on links hover property. It works on Image / text link. Try it out. Its simple n easy. you can give any background to this span. Also you can use "DIV" instead of span.
View Article