Adding Google api service email to google analytics to access analytics data using google api.
Category: Article
Code to integrate Google’s custome search in blogengine.net website with full css customization.
MySQL stored procedure to generate Java model class for a database 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 table names in a schema using sql queries.
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 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.
Java, when you should override equals and hashCode methods. Example of overriding equals and hashCode in Java.