List of best fonts for websites. These free web fonts can make your websites look modern and easily readable. You can download these fonts from Google Fonts and other similar font libraries.
Category: Web development
Disable Autocomplete: How to Turn it Off in HTML Forms
Learn how to disable and turn off autocomplete feature of browsers. You can code your web forms in way to stop autofill by browsers and extensions.
Align DIV to the Center of Screen – Cross Browser Method
Aligning a div element to the center of the screen is a regular need in web development. New web developers often ask how to vertically middle align and horizontally center align a div element with the help of CSS rules. Let’s learn!
Add Source Link or Copyright Note When Someone Copies Text
Learn to automatically append link of source page or add copyright notice when someone copies text from your website. It may help in fighting plagiarism.
How to Load Disqus onClick Event
You can load Disqus on click of a button. Loading Disqus comments on demand using onclick event increases page load speed of your website. It can be done with jQuery or with simple JavaScript.
So, What is a Responsive Theme / Website?
Responsive Web Design is the new hot topic in blogging world. Learn answers to frequently asked questions before you decide to redesign your website or blog.
CSS: How to Make Colored Image Grayscale (Black and White)
Converting a colored image into grayscale on-the-fly using CSS is now very easy. This feature can be used to create a fancy mouse over effect.
How to Add Mic Speech Input Icon in a TEXTAREA
As x-webkit-speech attribute works only for input box, learn how to add a speech input microphone / mic / mike icon in a TEXTAREA element.
x-webkit-speech: Add Mic Speech Input Icon in a Text Input Box
Learn how to add a mic / mike / microphone icon in an input box for speech input. This feature is supported via x-webkit-speech attribute in webkit browsers.
Javascript: onClick Open Link in New Tab (HTML Button)
Learn how to open and display a link in a new tab in your browser. This can be done using both HTML (Link) as well as JavaScript (Button), according to your requirement.
Arrange 2, 3 or Many DIVs Side by Side with CSS Float
Arranging DIV elements in an HTML code is sometimes a bit confusing task for new developers. Learn how to place three or more div elements side by side.
HTML: Give Different CSS Styles to Alternate List Items (OL, UL, LI)
Web developers often want to give different CSS style to alternate (even or odd) items in a UL or OL HTML lists. Learn how to do this with or without jQuery.
Slow MediaWiki: Enhance Apache Webserver’s Performance
Continuing from previous part, this article gives you a few tips on enhancing apache performance in a bid to sort out slow MediaWiki. Learn how to speed-up MediaWiki installation.
Find the Location of httpd.conf, the Apache Configuration File
Where is httpd.conf located? How to find this file? Well, depending upon operating systems and users preferences, the location of apache configuration file, httpd.conf, may vary of different machines. Learn how to find location of httpd.conf in a jiffy.
JavaScript: Count Items in HTML List
Get the JavaScript code for counting items in an OL or UL list and then display the count wherever you want on your web page.