Word Completion Module In C#
Introduction In this article I’ll explain how to implement word completion feature. This feature is very popular and very useful and comes with most good text editors (Don’t count the … Continue reading
Windows 8 Metro UI For Websites:Toast Notifications
Introduction This article demonstrates the Windows 8 notification scheme for a website. After reading this article you will be able to show the windows 8 style notifications on your website. … Continue reading
Running JavaScript at Specified Times: Timed JavaScript
Introduction In this article I will show you how to run a JavaScript code selectively. Sometimes the requirements are like we want to run a specific section of script on … Continue reading
Understanding CSS3 Translation Methods
Introduction In this article we will learn about translate method of CSS3. It’s part of CSS3 2D and 3D transformations. This method comes with five variants out of which three … Continue reading
Windows 8 Metro UI For Websites: Menu V2
Introduction In this article I will show you the enhanced version of the Windows 8 menu for websites. In my last article I showed the basic menu but now we … Continue reading
Windows 8 Metro UI For Websites: Menu V1
Introduction Windows 8 is currently making a lot of noise in the market. One of the things that is entirely different in Windows 8 from revious versions of Windows is … Continue reading
Introduction to C Pointers: Basic
Introduction In this article I’ll cover the most irritating stuff of the C Programming language, pointers. Pointers are very important for utilizing the power of C. Most of the high-level … Continue reading