Category: Web Development
AngularJS 2 with Node.js
AngularJS 2 is the most popular Framework of Javascript which is used to build Web/Mobile applications in html and javascript. AngularJS 2 has the abilities to build apps for web, mobile web, native mobile and native desktop and it has
WordPress | Dynamic database prefix and wpdb
SOLVING DATABASE TABLE PREFIX ISSUE IN WORDPRESS When we create WordPress plugins then we generally need to create new tables for storing some data. As plugin should generally work on any WordPress site so it is important to keep in
Heroku | Heroku cron jobs and CakePHP code
Use Heroku cron jobs to run CakePHP code at fixed intervals of time. Cron is a time-based scheduler used to run commands periodically at fixed intervals. Cron means time. It is used for scheduling repetitive tasks. In order to use
Software Release Life Cycle
Number of stages for a software, before it is released, may vary project to project and company to company. But in general pre-alpha (nightly builds, which may not have all features implemented), alpha (with all requirements implemented, unit-tested but before
HTML | Show horizontal scroll bar on select list
In one of our projects, we needed to add horizontal scroll bar on select list so that we could see the wider text of some values: For that, I tried all the possible solutions to add horizontal scroll bar but
Show Processing image on web page for Synchronous Ajax
Problem: When we fire a Synced ajax call it blocks all the other functionality of that tab of the browser and fires/executes other event or code only after the synced ajax gets back with its response. Also the code fires the
AWS | Cloudfront for S3 using same domain name placed behind cloudfront
How to set up a CloudFront for S3 bucket containing images for the website, using the same domain name that is already placed behind CloudFront. 1. Open CloudFront from a menu: 2. Click Create Origin: 3. Now, click in box
How to add font-awesome progress icon in textbox for autocomplete Jquery-UI plugin
First of all, we should know what features are provided by jquery-ui plugin. To know about details, please see link, http://jqueryui.com/demos/ Jquery UI plugin can be downloaded from the link http://jqueryui.com/download/ Now, today, we will discuss about Autocomplete feature of
HTML | Print preview a specific div only
How to view the print preview of a specific div of the page and take a printout of that specific div only? 1.First, create a full-screen modal on the page: <div class=”modal fade” id=”myModal”> <div class=”modal-content”> <div class=”modal-header text-center”> <button
