Ashish's Archive

All about Extensible Markup Language (XML)

This item was filled under [ XML ]

Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to facilitate the sharing of structured data across different information systems, particularly via the Internet, and it is used both to [...]

Continue reading...

Tagged with: [ , , , , ]

The World’s Most Misunderstood Programming Language

This item was filled under [ JavaScript ]

JavaScript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world’s most popular programming languages. Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW. Despite its [...]

Continue reading...

Tagged with: [ , , , ]

How much you know about JavaScript

This item was filled under [ JavaScript ]

Think you know all about JavaScript? Well Read On.. JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard. As such, it is a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript was influenced by many languages and was designed to have a [...]

Continue reading...

Tagged with: [ , , , ]

Tips to Speed Up and Manage MySQL

This item was filled under [ MySQL ]

  Tips to Speed Up, Enhance and Manage MySQL   This article will show you few tips how you can enhance the performance of MySQL and you can fine tune MySQL using simple queries. TIP 1: Find out who is doing what, and kill the process if needed. This example kills Id 657 mysql> show [...]

Continue reading...

Tagged with: [ , ]