-
Introduction to SPA(Single Page Application)
A brief introduction SPA(Single Page Application) like what they are and how they works.
-
Bootstrap Introduction
Introduction and overview of bootstrap 3.1.1, download location, lib file structure and very basic example of it’s use.
-
Generate Java Model Class from MySQL table
MySQL stored procedure to generate Java model class for a database table.
-
Generate C Sharp Model Class from MySQL table
MySQL stored procedure to generate C# model class for a database table.
-
MySql get all column info of a table
MySql query to get column information of a database table like column names, data type, size etc.
-
MySQL Get All Tables Name and Column Information
MySQL get all table names in a schema using sql queries.
-
Best ways to redirect page using JavaScript
Best way to redirecting or navigating to another page using JavaScript.
-
Check and improve website performance using Chrome
When working on some web site application it is obvious to improve website performance. In any website performance network time is very important factor and now days web application are using a lot of resources like images, css, js and others. To check what resource is taking how much time and what is blocking time,…
-
Add Tags and Date to Snipping Tool screen captures
Add meta tags to screen captured files by Windows Snipping Tool. Adding tags to jpeg images is always better to indexed by Search Engines.
-
Better way to inspect website cookies
How to use chrome or ie web browser to inspect and see cookies of your website. You can also see and verify cookies are working properly or not.