Web development

Word Press Redirect Loop Problem After Upgrading to 3.1 for Sites Hosted on Windows Servers

If your WP site is hosted on a windows server and you want to upgrade to the 3.1 you might end up a redirect loop error while attempting to access your site homepage after the upgrade is completed. However you can get to the WP back-end with no issue. Even if you try to install a fresh 3.1 on a windows server you will face the same problem.

All pages that have /index.php at the beginning of their permalinks come up with no problem means that the post pages if permalink is set in such a way that the /index.php is at the beginning of it would be accessible.

Deactivating all plugins, switching to Word Press 3.1 default theme won’t fix the issue because this is not a theme-related or plugin-related problem.  Even altering the permalink structure would not resolve it. Clearing the browser cookies also won’t fix it. Read the rest of this entry »

Web Inspectors

Web Inspector has made web development and debugging easier by allowing web developer to simply browse the live DOM structure of a web page in a collapsible compact structure user-friendly interface.

Different web inspectors have different features but most of them have some main common features and that are as follow:

  • Highlighting the node on the page while it is being selected in the DOM hierarchy.
  • By clicking a node you can dig deep into the DOM hierarchy which is perfect for debugging web pages with nested structures.
  • All the CSS rules applied to a selected node can be viewed under the “style pane” with the overridden properties crossed out. This live easy access to CSS styles is perfect for fixing cross-browser issues.

Latest versions of most of the major browsers have their own built-in web inspector tools. Read the rest of this entry »

My YouTube Channel My YouTube Channel My Google Profile