Posts tagged HTML
Save Word Documents as PDF With novaPDF
0
NovaPDF Professional Desktop lets you towards design PDF records from any printable document, involving emails, MS Office documents, Web pages, text. It works as a printer driver and you can print from any Windows application that embraces printing, predetermined novaPDF Professional Desktop as the default printer and the document shall be converted and retained as PDF file. Features involves customizable conclusion, PDF protection, PDF relates, PDF bookmarks, text/image compression, or profiles.
Continue reading “Save Word Documents as PDF With novaPDF” »
WordPress Super Cache
0
WP Super Cache is a static caching plugin for WordPress. It develops html documents assisted exactly by Apache without processing comparatively hefty PHP scripts. By utilising this plugin you will pace up your WordPress blog significantly. Continue reading “WordPress Super Cache” »
How to embed facebook videos in web page
1
Face book didn’t allowed in start to embed face book videos to third party applications or websites. Now face book has enabled this feature, but for many users this is very difficult, as their is no plugin available for this.
Here is a simple solution for this.
Open face book video page.
Every video uploaded on Facebook has a unique ID that you can find in the browser’s address bar (look for the value of parameter “v”).
See yellow highlighted area in picture below.

Copy that number and replace it with xxx in the code below.
<object width="400" height="224" > <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.facebook.com/v/xxx" /> <embed src="http://www.facebook.com/v/xxx" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"> </embed> </object>
Copy this code to any page you want to publish this video.
Hope It Works.


WordPress Plugin: Get Recent Comments
0This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. You have comprehensive control about their appearance. This ranges from the number of comments, the length of the excerpts up to the html layout. You can let the plugin order the comments by the corresponding post, or simply order them by date. Continue reading “WordPress Plugin: Get Recent Comments” »