14 November 2014

Now a days we all uses HTML5 and CSS3 for any website. So why use "loading..." image when CSS3 provides us many possibilities for the same. Here is an example: Here is the HTML Part : <div class="loading-container"> <div class="loading-progress"> <div class="rotator"> <div class="rotator"> <div class="rotator colored"> ...

07 May 2014

Visual Studio 2013 has some cool features in IDE, one of its is Code Preview in stand of slandered scroll bar. This feature help to navigates hundreds lines of  code. Have a look difference between old new browser options: Lets jump into the option. New Behavior options for vertical scroll bar, and also available with MAP mode for Vertical Scrollbar. Its allow 3 Preview option with...

14 April 2014

CSS3 has some awesome techniques, let have do some form using transition property. Have a look #tblX{border-collapse:collapse} #tblX tr td{padding:2px} #tblX tr th{background-color:#c5c5c5;padding:5px 2px} #tblX tr{background-color:#FFFBE8} #tblX tr:nth-child(even) {background-color:#DDFCFF;} #tblX tr:hover{background-color:#FFEEE0} .trash{transition:opacity 200ms;width:128px;height:128px;opacity:0.8;position:relative;right:0;top:3px;vertical-align:middle;cursor:pointer;margin:50px...

09 April 2014

We always care about performance in our application development, specially for web applications. .Net Framework 4.5 has many features available for it, But as Web Server we always dependable on IIS. Internet Information Services is an extensible web server for all .Net web application. So its handling all web sites and web services in Hosting Server. IIS.net is Official Microsoft IIS Site,...

16 January 2014

I am sure you have seen many social networking websites, where user can post there comments, I got an opportunity to create Google+ "Share a comment" GUI using jQuery and CSS So Lets do it.   Google+ GUI to post a comment, image, link, video or event. I have study that HTML code, CSS and effect from Google+ and here is the output as below: As you can see, its almost pretty same...