Using jsPDF library, you can download the div containing graphs, tables, contents as a PDF. This is a HTML5 client-side solution for generating PDFs. Simply include library in your <head>, generate your PDF using the many built-in functions, then create a button to trigger the download. <script type=”text/javascript” src=”http://cdnjs.cloudflare.com/ajax/libs/jspdf/0.9.0rc1/jspdf.min.js”></script> Create a object: var doc = […]
Search: “google”
We found 898 results for your search.
Lots of images in a site can take much time to load. For each and every request there is another HTTP request and requires more times to wait, causes pages load slowly. Here we have put together a collection of lazy loading plugins for images with options and settings. List of lazy load plugins: Advanced […]
Building the Ultimate Landing Page
A good landing page is the cornerstone of online marketing campaigns, and since it is usually the first area users learn about new products and services. It has to be well executed. However, leaving a good first impression is not easy. Everything has to look and feel right. In this brief guide, Toptal Freelance Software […]
WWW or non-WWW version?
Any website can be accessed either WWW or non-WWW version. It can be harmful for search engine ranking. Google and other search engines can see two separate versions with the same content. Basically “www” is the sub domain which can target to another content. Any search engines based on how many incoming links are pointing […]
This is plugin for jQuery to select and image crop rectangular wise of an image as well as other user interface features such as photo notes (like those on Flickr). Features: – This is very Lightweight and highly configurable – Can customizable with CSS – Handles scaled images – Support keyboard for moving and resizing […]
DoFollow & Nofollow Link
In search engine optimization the noindex, robots, dofollow & nofollow are the common words to increase your page traffic and very important also. Basically, search engines like Google, Bing and any others have their own algorithms to scan the webpages across the websites on internet and such crawled web pages are stored in the data […]
How to Improve Your Website Page Rank
For getting your website on the first page on Google you need to make your website page rank higher which is basically based on quality content, SEO and backlinks. By improving all these things you can high your website page rank. Use quality content for your website: Always use proper and accurate content for your […]
When you create a website the first thing will come to your mind is Adsense. And the best way to show it between the post. Using WordPress plugin you can randomly add Adsense Between WordPress post. Generally, placing Adsense randomly in between a post is a good way to experiment a multiple ads formats & […]
AngularJS custom directives
To extend the functionality of HTML in AngularJS, custom directives are used using “directive” function. This simply replaces the element for which this is activated. Using its compile() method AngularJS application finds the matching elements and process for one time activity. For the following types of elements AngularJS provides support to create custom directives. – […]
AngularJS services
AngularJs services are javaScript function that perform a specific tasks only. Using dependency injection mechanism services are normally attached. AngularJS provides some build in services i.e. $http, $route, $window, $location etc where each service is responsible for different tasks. For example, $http is used for ajax call, $route is for routing information. There are two […]