The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally without having to resort to JavaScript techniques. The marquee is non-standard HTML tag but you can enjoy (or possibly suffers from) good browser support. You can change…
Search Engine Optimization (SEO) is the process of improving the ranking in the search engine it involves editing its content, HTML, Images. Content is always king and it should be very relative to its specific keywords. Content portion itself of the web development process is vital to the overall success of the website and Google…
There are so many search engines available on Internet. Most of the users want only a single search engine that delivers basic key features as Relevant results (results you are actually interested in) Uncluttered, easy to read interface Helpful options to broaden or tighten a search Quick response (less time consuming) I prefer Google.Google…
Download the latest jQuery FancyBox package by jQuery FancyBox Website 1. Set the headers The first thing to do is include the required files in the header of your page. For the FancyBox, first the jQuery library, then the plugin script, and an additional style sheet files. 2. Next step is to…
FancyBox is so easy to use and renders page really nice, specially with images, html content and multi-media (video embedding). It’s a Mac like zooming tool that you can customize very well and really looks amazing 🙂 Below are the default options of jQuery fancybox function, user can easily set the options value according…
Convert HTML to PDF using PHP code (HTML2FPDF Class library) In web development, you often need to create PDF (Portable Document Format) to view or download/ print a document. Here is a simple class that will provide you a simple way to do create PDF.HTML2FPDF Class library consist of three classes namely PDF, HTML2FPDF…