Category: Ask Guru
How to change / customize the load / render order of a wordpress plugin to make it appear first or last?

Wondering how to change the load or render order of a wordpress plugin? Here is how to do it.

By Gurudev with 0 comments
How to cancel an animation in JQuery before starting a new one?

JQuery animations are great, but they queue up when multiple animations are applied to the same object. To learn how to cancel a JQuery animation read this article.

By Gurudev with 0 comments
How to access inbuilt JQuery $ used by WordPress in javascript?

The JQuery framework used by wordpress is not accessible by other custom javascript. Here is how to access the JQuery object loaded by Wordpress instead of having to reload another JQuery script file.

By Gurudev with 0 comments
How to dynamically load javascript files using JQuery?

Want to load a javascript file asynchronously using JQuery? Here is how to do it.

By Gurudev with 0 comments
How to prevent browser caching of javascript files or images using PHP?

PHP script snippet to prevent caching of javascript files or images or any other files of your website by the browser.

By Gurudev with 0 comments
How to add CDATA text section to an XML Node element in PHP

How to add a CDATA section to an XML node in PHP?

By Gurudev with 0 comments
How to display / echo error messages in PHP to debug scripts?

How to debug php scripts and echo error messages to the browser?

By Gurudev with 0 comments
Read Multiline Text from XML file in ActionScript 3 with n

Tried using n in XML CDATA to create multiline text and failed reading it using Action Script? Then this article might help you.

By Gurudev with 0 comments
Manual Installation of Visual Studio 2008 Components

Manually installing Visual Studio 2008 Components from Command Prompt

By Gurudev with 0 comments
Superfetch has stopped working in Windows Vista!

How to address the issue in Windows Vista when it shows a message which says “Superfetch has stopped working”

By Gurudev with 0 comments
Title bar not visible in windows task manager

How to bring back the title bar which has become invisible in windows task manager

By Gurudev with 0 comments
Simplest Ajax Code Snippet

The simplest possible code snippet to implement javascript Ajax feature.

By Gurudev with 0 comments
How to Trim a string in Javascript

A javascript function based on regular expressions to trim a string of spaces on either sides.

By Gurudev with 0 comments
CSS float style to arrange images side by side

CSS style sheet snippet to arrange images side by side next to each other in a web page.

By Gurudev with 0 comments
SQL query to find the table name of a column

Query to find the table name of a column in Microsoft SQL Server

By Gurudev with 0 comments
SQL query to list the names of all columns in a table

Query to list all the columns in a database table in Microsoft SQL Server

By Gurudev with 0 comments
SQL query to check if a column exists in a table

Query to determine whether a column with the given name exists in a Mircosoft SQL Server database table or not.

By Gurudev with 0 comments
Setting a style to a Silver Light Element dynamically

Example code snippet to set a style to a silver light element dynamically.

By Gurudev with 0 comments
Silverlight Drawing only using XAML tags without using Javascript or Dotnet Code

Creating silverlight drawings without using Microsoft.Net or javascript, but only XAML tags in a HTML page.

By Gurudev with 0 comments
XamlParseException – The tag ‘Canvas’ does not exist in XML namespace

System.Windows.Markup.XamlParseException: The tag ‘Canvas’ does not exist in XML namespace

By Gurudev with 0 comments
IIS Not recognizing asp.net aspx files

One possible reason for IIS to NOT recognize aspx files would be that IIS was installed AFTER Microsoft.Net framework was installed.

By Gurudev with 0 comments
How to find the current webpage URL in Action Script 3?

Action Script snippet to find the current web page location

By Gurudev with 0 comments
How to Make HTML content appear on top of Flash movie

How to make flash movies always appear below the html content in a web page?

By Gurudev with 0 comments