Quantcast
Channel: Jack @ Web Development » Web
Browsing latest articles
Browse All 13 View Live

HTML5 Development Tools For Web Developers

  Webdirections Webdirections is a fine concourse for codes that permits them to check, search and try-out with their codes. It has got some of the humblest click choices as HTML5 Tools, CSS Tools, and...

View Article



Cookies in ASP.NET

A cookie is a small bit of text that accompanies requests and pages as they go between the Web server and browser. The cookie contains information the Web application can read whenever the user visits...

View Article

Jekyll

Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through Markdown (or Textile) and Liquid converters, and spits...

View Article

How to Remove Render-Blocking JavaScripts

Render means loading, so if a javascript is render-blocking, it means that the javascript is keeping the page from loading. Google recommends to remove javascripts that interfere with loading the above...

View Article

Apache or Nginx, which is better to host a WordPress website

NGINX is a very fast Webserver, its faster than Apache (under similar conditions) because it doesn’t need to spawn new processes or threads for each request like Apache does. Hence it also has a low...

View Article


Disabling WordPress Automatic Updates

Disabling automatic updates in WordPress is easy. Simply add this line of code in your wp-config.php file: define( 'WP_AUTO_UPDATE_CORE', false ) This will disable the WordPress automatic updater, and...

View Article

Best Practices for Developing Mobile Web Apps

Developing web pages and web applications for mobile devices presents a different set of challenges compared to developing a web page for the typical desktop web browser. The following is a list of...

View Article

width versus device-width for mobile website

In CSS media the difference between width and device-width can be a bit muddled, so lets expound on that a bit. device-width refers to the width of the device itself, in other words, the screen...

View Article

Browsing latest articles
Browse All 13 View Live




Latest Images