Tips to code effective Emailers
Learn how to code effective emailers so that they can address the purpose to same level across various channels providing unified user experience.
Learn how to code effective emailers so that they can address the purpose to same level across various channels providing unified user experience.
SEO Development tools including markup validators, server response checkers, browser plugins, page speed testers and a desktop application. They can really boost your productivity.
See how to enable server side include (SSI ) on Apache2 for html file types (like .html, .htm, .shtml) using htaccess configuration. This can really remove redundancy of your code and make it more maintainable.
See how this small C# code snippet can purge cache without restarting IIS server. This can prove quite handy particularly for Production environments.
Learn how to validate if web resource like HTML, CSS, JS and images are served from AKAMAI (CDN) using custom PRAGMA header.
Know social share/likes count of web page across Facebook, LinkedIn, Twitter, Tumblr & Disqus with jQuery based calls to respective APIs
Learn how you can use Yahoo API to make CORS call for URLs returning information as XML rather than JSON.
Learn configuring CORS settings, an alternative to JSONP patterns, that can make cross-domain requests from .NET based Web APIs or services running on IIS7/8.
These cool T-SQL tips & tricks that can prove very handy and help resolving/addressing some of your SQL Server works with comparatively less effort and quickly.
What? You heard it right!! CDN implementation uses concept of Reverse Proxy Server.
Proxy server is an intermediary server or application that intercepts the requests for resource from client (browser) and forward them to appropriate server (File server or Web server) with aim to provide enhanced security and lessen network…
Looking for changing the thumbnail image while sharing your website or blog link or Customizing the default thumbnail each time on Facebook?? You can do it by adding a simple meta tag in your page’s header section.…