How to Use DOM to Change Attributes and Classes of Elements

A webpage consists of a variety of HTML elements which are created using different tags. Some common tags include the <html> tag which represents the root of an HTML document, the <body> tag which represents the content of the document, the p tag which represents paragraphs and so on. Different tags that you use to… Continue reading How to Use DOM to Change Attributes and Classes of Elements

8 Ways to Reduce Your Android App APK Size

Since the Android Marketplace launched in March 2012, the size of the average Android app has quintupled. Some of this increase makes sense: the memory available to the typical Android device has increased, so why not use this extra memory to deliver a better user experience? However, there is a point where all of those… Continue reading 8 Ways to Reduce Your Android App APK Size