Blog


A Sneak Peek into the Comparison Between Java and JavaScript

15th
Mar
2017

Both Java and JavaScript are commonly used web technologies. The commonalities between their names often make beginners feel that JavaScript and Java are related. Java is definitely an object-oriented, concurrent, and class-based, basic purpose programming language, while JavaScript is a construed programming language. JavaScript is employed widely as a client-side scripting language along with HTML

Read more

Probably the most Exciting Aspects of CSS3

15th
Mar
2017

CSS3 is the new CSS kid on the block currently being drafted up by W3C. Here I list some of the most important changes I think will have the most impact on the future of web development! 1) The box-shadow property Top of my list and many others, is the box-shadow property. This property enables

Read more

jQuery Plugin Development Tips

14th
Mar
2017

Make sure that your Plugin Naming is Distinctive – All naming exhibitions in your plugin, including its name, class and id’s should be as unique as possible to avoid conflicts with other CSS and JavaScript code and more important other jQuery functions. Keep Your Current Code Separated – Avoid as much as possible mixing your

Read more