Application Setup on Google App Engine

Run your web apps on Google’s infrastructure. Easy to build, easy to maintain, easy to scale. https://cloud.google.com/console#c=l 1) Register a free account here https://appengine.google.com/. 2) Create an Application here https://appengine.google.com/start/createapp. 3) Download Google App Engine SDK for Java from here http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Java. 4) Unzip appengine-java-sdk-1.4.2.zip in your favorite drive like “D:\appengine-java-sdk” 5) Now download apps svnmedia.zip … Read more

How to clean malware from website?

Malware, short for malicious software, is a software designed to secretly access a computer system without the owner’s informed consent. The expression is a general term used by computer professionals to mean a variety of forms of hostile, intrusive, or annoying software or program code. Sucuri SiteCheck is a free & remote scanner. SCAN Website … Read more

Kites – Happy Makar Sankranti

Happy Makar Sankranti “Imagination is the highest kite that one can fly.” “A certain amount of opposition is of great help to a man. Kites rise against, not with the wind.” Kagaz apni kismat se udta hai, aur patang apni kabiliyat se… isliye kismat sath de ya na de lekin kabiliyat jarur sath deti hai. … Read more

json_add for php

JSON (JavaScript Object Notation) is a lightweight data-interchange format. 1. Easy for humans to read and write. 2. Easy for machines to parse and generate. 3. Collection of name/value pairs. 4. Used for C, C++, C#, Java, JavaScript, Perl, Python, and many others. 5. Compatible with universal data structures – array, vector, list, or sequence. … Read more

Image Map in FBML

Facebook FBML application does not support hotspots in an image map using dreamweaver. <div style=”position: relative;”> <!– Hot Spots – Image Map –> <div id=”svnlabs1″ style=”background: none repeat scroll 0% 0% transparent; cursor: pointer; outline: medium none; text-align: center; vertical-align: middle; position: absolute; top: 72px; left: 460px; z-index: 99; padding: 10px;”></div> <div id=”svnlabs2″ style=”background: none repeat … Read more

Web scraping using firefox & jQuery

Hello Friends, Today we will scrape HTML from any web page using jQuery and firefox firebug console. This is useful when you want to grab HTML of web page dynamically created by JavaScript or Ajax. This example is quite useful when you want to extract any web content based on HTML Tag element ID or … Read more