Archive for the ‘Plugins’ Category

Show Related Comments From Social Media Sites on your Blog

Friday, July 17th, 2009

wordpress-logoPlugin’s were the heart and soul for a wordpress blog to run its functionality smoothly, there were lots of plugins available, Now i would like to write about a plugin named BackType Connect to find conversations on other social media that’s related to your content and displays them inline or alongside the comments on your blog.

Features

It Displays comments from other blogs, Twitter, FriendFeed, Digg, Reddit, and more and displays them on your blog. You can configure exactly what sources you want to display related conversations from Summarize, display comments inline, or append them to the end of your comments section Your readers can even respond to the comments BackType Connect displays Currently, this plugin supports conversations from:

Twitter – tweets that link your posts
FriendFeed – on the entries for your posts
Digg – on the submissions for your posts
Reddit – on the submissions for your posts
Hacker News – on the submissions for your posts
Other blogs – whenever someone links one of your posts

Download BackType Connect plugin Here

How To Highlight HTML Codes in Blog Posts

Tuesday, July 14th, 2009

It is always suggestible for the author to write posts in very attractive and beautiful way so that the reading ability and enthusiasm of the visitor remains live. In this post I will explain how the procedure to highlight codes( Whether it may be CSS, PHP, Java, HTML…) in different colours. There were lots of plugins for wordpress which serves the purpose but here I am choosing Syntax Highlighter Wordpress Plugin. Just Follow the simple instructions and you can play in colours with codes.

1. First download Syntax Highlighter Wordpress Plugin.

2. Now install the plugin and activate it. ( To know How to install Wordpress plugin, just check this post)

3. Now create the code you wish to post

<pre class="brush:[code-alias]"> …Your Code Here </pre>

replace the "[Code-alias]" segment with the type of code you have. You can see all the available brush alias here.

For Example a C# code will look like this:

Hello1.cs

public class Hello1

{

public static void Main()

{

System.Console.WriteLine("Hello, World!");

}

}

The screenshot to see how this plugin highlight’s your codes is attached for your reference.HTML Code highlighter

Speed Up Your Wordpress Blog With WP-Super Cache

Monday, July 13th, 2009

wordpress plugins WP-Super Cache is a must have plugin for all wordpress users. This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your web server will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. Making sure that your blog will load with a great speed.. Click here to download WP Super Cache plugin.

How To Install WP-Super Cache Plugin:

  1. You should have the Apache mod mime and mod rewrite modules installed and WordPress fancy permalinks enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use the slower WP-Cache part of the plugin.
  2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
  3. Upload this directory to your plugins directory. It will create a ‘wp-content/plugins/wp-super-cache/’ directory.
  4. If you are using WordPress MU you will need to install this in ‘wp-content/mu-plugins/wp-super-cache/’ and the file wp-cache.php must be copied into the mu-plugins directory.
  5. WordPress users should go to their Plugins page and activate "WP Super Cache".
  6. Now go to Settings->WP Super Cache and enable caching. If you see an error message or a blank screen you may need to fix it. See the "FAQ" section later in this readme for instructions.
  7. mod_rewrite rules will be inserted into your .htaccess file. Look in your web root directory for this file. It should look similar to this:

    -----------------.htaccess-----------------
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]
    
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{QUERY_STRING} !.*attachment_id=.*
    RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    -----------------.htaccess-----------------
    
  8. After you have enabled the plugin, look for the file "wp-content/cache/.htaccess". If it’s not there you must create it. It should read:

    # BEGIN supercache
    <IfModule mod_mime.c>
      AddEncoding gzip .gz
      AddType text/html .gz
    </IfModule>
    <IfModule mod_deflate.c>
      SetEnvIfNoCase Request_URI \.gz$ no-gzip
    </IfModule>
    <IfModule mod_headers.c>
      Header set Cache-Control 'max-age=300, must-revalidate'
    </IfModule>
    <IfModule mod_expires.c>
      ExpiresActive On
      ExpiresByType text/html A300
    </IfModule>
    
    # END supercache
    
  9. Apache must be configured to allow the modules above. If you receive a "500 internal error" when serving requests to anonymous users you need to dig into your Apache configuration. This configuration in my virtual host works for me:

    <Directory /home/www/>
    AllowOverride All
    </Directory>
    
  10. wp-content/advanced-cache.php loads the caching engine. This file is generated by the plugin. Make sure the path in the include_once() is correct.

Save As XPS/PDF: Microsoft Office 2007 Addin

Tuesday, July 7th, 2009

Searching for Word to PDF converter, a simple plugin ” Save as PDF or XPS Add-in for 2007″ from Microsoft allows you to export and save to the PDF and XPS formats in all 2007 Microsoft Office programs. It also allows you to send as e-mail attachment in the PDF and XPS formats in a subset of these programs.

To install this download just follow these simple instructions:

1. Download the file by clicking here.
2. Double-click the SaveAsPDFandXPS.exe program file on your hard disk to start the Setup program.
3. Follow the instructions on the screen to complete the installation.

install-save-as-xps-pdf-plug-in

Instructions for use:

After you install this download open the document you want to publish and then, depending on the program you are using, select Save or Publish to PDF or XPS from the Office or File menu.

save-documents-in-pdf-or-xps-format-with-microsofts-save-as-pdf-or-xps-office-add-in

How To remove save as XPS/PDF :

To remove the download file, delete the file SaveAsPDFandXPS.exe.

1. On the Start menu, point to Settings and then click Control Panel.
2. Double-click Add/Remove Programs.
3. In the list of currently installed programs, select Microsoft Save as PDF or XPS Add-in for 2007 Microsoft Office programs and then click Remove or Add/Remove. If a dialog box appears, follow the instructions to remove the program.
4. Click Yes or OK to confirm that you want to remove the program.

Page Speed:Firefox SEO Add-On By Google

Tuesday, July 7th, 2009

As we all know that Search Engine Optimization tricks and techniques have been developed not just to make search engines crawl our sites, but also to make our most beloved readers happy too. Although it is fact  that blogs generally take a little longer time to load when compared to commercial websites, as blogs will be loaded with widgets, JavaScript and CSS files etc. but for readers who are mainly interested in the content, will like to see the blogs load as quick as possible.google-_code_logo
So for optimizing the loading time of your blog is really necessary for both search engines and readers. Now Google has itself created a special tool (a firefox add-on, that works along with firebug): that’s called Page Speed. Being an open source project Google has again left the boundaries undefined and a lot scope for it’s further development…

So do give it a try & if you are a developer have some hands-on it.

Here is the official Video For Improving website performance with Page Speed