Category: Quick link


Customize WordPress FEED


remove_all_actions( 'do_feed_rss2' );
add_action( 'do_feed_rss2', 'sp_events_feed_rss2', 10, 1 );

function sp_events_feed_rss2( $for_comments ) {
$rss_template = get_template_directory() . '/feed-sp_events.php';
if( get_query_var( 'post_type' ) == 'sp_events' and file_exists( $rss_template ) )
load_template( $rss_template );
else
do_feed_rss2( $for_comments ); // Call default function
}

Reference : http://codex.wordpress.org/Customizing_Feeds


Download grepWin Now

As a developer i do need search and replace some text on many files and need this for sometimes for subfolder and to make it simple i like to use grepWin. its a real nice software to use and it save many of my time,,, you can try also ….


Introduction

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.

Using TCPView

When you start TCPView it will enumerate all active TCP and UDP endpoints, resolving all IP addresses to their domain name versions. You can use a toolbar button or menu item to toggle the display of resolved names. On Windows XP systems, TCPView shows the name of the process that owns each endpoint.

By default, TCPView updates every second, but you can use the Options|Refresh Rate menu item to change the rate. Endpoints that change state from one update to the next are highlighted in yellow; those that are deleted are shown in red, and new endpoints are shown in green.

You can close established TCP/IP connections (those labeled with a state of ESTABLISHED) by selecting File|Close Connections, or by right-clicking on a connection and choosing Close Connections from the resulting context menu.

You can save TCPView’s output window to a file using the Save menu item.

More info …http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

Basic Joomla! template


Check this link http://docs.joomla.org/Tutorial:Creating_a_basic_Joomla!_template