Category: Developers

Page 2 of 912345...Last »

Best Practices – Writing Efficient CSS For Faster Page Load

css-stamp

In my previous CSS post I wrote about how one can remove unwanted CSS using Tech 1 and Tech 2. And this article contains few CSS tips that every CSS developer must know. Avoiding inefficient key selectors that match large numbers of elements can speed up page rendering.

Read More

5 Websites to learn Computer Languages for Free!

DW ollearning6

It is no more a hidden fact that Internet comes alongwith a wide range of services for almost everyone who uses it. In this league, we even get to learn a variety of Computer languages without even moving away from the PC, and above that, Internet brings us all of that for FREE!

Read More

Learn Web Development with Mozilla’s School of Webcraft for FREE

Learn Web Development with Mozilla’s School of Webcraft for FREE

Mozilla is set to begin a new training program for web-designers and developers in Jan 2011 for students and professionals, which would provide a 100% free developer training resource run in partnership with the Peer 2 Peer University.

Read More

Storing Data On SVN(subversion) Repository For Windows OS

Storing Data On SVN(subversion) Repository For Windows OS

While coding, we come across a situation where we need to revert back some heavy changes to the source code, but we could not find it anymore, eventually it becomes difficult to trackback and we end up wasting a lot of time and energy, this is where SVN comes to our rescue. In this article I am going to assist you how to manage data on SVN.

Read More

Using Dynamic URL for .htc File in WordPress Theme

As we all know Mozilla, Chrome or most of the browsers started supporting CSS3 standards, but how those CSS properties can be used in Internet Explorer. A smart way is to use pie.htc or ie-css3.htc file that supports some new styles available in CSS3 standards…

Read More

A New Facet To Re-Use Your Code Snippet With Code Barrel

code-barrel-thumbnail

Code Barrel was first designed for their own development purpose that data can be stored, shared and re-used. It provides functionality like tagging, advanced search copy paste etc. It can also keep track of snippet revision, supports commenting, email notification is sent when snippet is changed. It helps developer to speed up their workflow.

Read More

“When Can I Use” – Online Tool to Check Crossbrowser Support for Web Standards

“When Can I Use” – Online Tool to Check Crossbrowser Support for Web Standards

There are many browsers in the market I get totally confused which browser supports which feature, be it HTML5 or CSS3 or something else. I Googled and I found “When can I use…”

Read More

jQuery Codes to Fix Facebook Share’s Zero-Count

jQuery Codes to Fix Facebook Share’s Zero-Count

Facebook share count in “box_count” format shrink to 1/4 of its size if total share-count is zero.
This small jQuery code snippets is to fix that “shrinking”.

Read More

Gradient Generator – Online Tool to Generate CSS Gradient Property

Ultimate CSS Gradient Generator

I love to use CSS3 properties which is capable of doing enormous things. Lets take an example say border-radius that helped me reducing unwanted structural markup of my HTML file.

On the other hand lets talk about CSS3 Gradient property. I use to skip some CSS3 property like CSS Gradient because it becomes tedious to write its color codes

Read More

[How to] Display search result count on search page

[How to] Display search result count on search page

You can decorate your search result page in WordPress by displaying search count in page title. Most WordPress themes show search results on search.php. We have to add just a few lines of code in our page title.

Read More
Page 2 of 912345...Last »