tag:blogger.com,1999:blog-35212214525976259692009-05-27T10:12:59.278-07:00BLOGGER TEMPLATESsai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-3521221452597625969.post-71239707557749828062008-08-04T00:09:00.000-07:002008-08-04T00:09:09.289-07:00Official Gmail Blog: Making security easier<a href="http://gmailblog.blogspot.com/2008/07/making-security-easier.html">Official Gmail Blog: Making security easier</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-7123970755774982806?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com1tag:blogger.com,1999:blog-3521221452597625969.post-62189893420714217002008-04-04T12:24:00.000-07:002008-04-04T12:35:04.741-07:00Compatable webhosts for Pligg InstallationMake sure You choose best possible webhosting for pligg hosting<br /> <br /><ul><li> Pligg scripts take huge CPU load on the Server .</li></ul><ul><li> As Pligg uses More Ajax scripts when you choose shared hosting connection make sure you ask support prior about pligg hosting .</li></ul><ul><li> Some of the Hosting providers doesnot support pligg installation on your hosting account</li></ul> Some of compatable webhosts Listed below<br /><br /><br /><br /><br /><b><a rel="nofollow" href="http://www.dreamhost.com/r.cgi?84605">DreamHost</a> </b>- We regularly test Pligg on a <a rel="nofollow" href="http://www.dreamhost.com/r.cgi?84605">DreamHost</a> server. They also provide a One-Click Pligg install.<br /><a rel="nofollow" href="http://www.midphase.com/newaff/redir.pl?a=0.156754513577656&c=1&creative=Banners%7CmidPhase%7CTextLinks%7CTextLink&redirURL=" target="_blank"><b>Midphase </b></a><br /><b><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=https://www.godaddy.com/gdshop/hosting/shared.asp" target="_blank">Godaddy</a></b><br /><b><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.readysetconnect.com/" target="_blank">ReadySetConnect</a></b> - I'm not a big fan of the service itself (they once lost all of my site's data and all backups), but I know that previous (older) releases worked with Pligg.<br /><b><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.mbshost.com" target="_blank">MBShost</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://lunarpages.com/" target="_blank">LunarPages</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=https://www.servint.net/specials/" target="_blank">Servint.net</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.bluehost.com/" target="_blank">BlueHost</a><br /></b><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.mxhub.com/" target="_blank"><b>MXhub</b></a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://cubichosting.net/" target="_blank"><b>CubicHosting</b></a><br /><b><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=https://www.servint.net/specials/" target="_blank">Servint</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.site5.com/" target="_blank">Site5</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.4uhosting.co.uk/" target="_blank">4uHosting</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.siteground.com/" target="_blank">SiteGround</a><br /><a href="http://www.pligg.com/forum/externalframe.php?frame=true&go=http://www.servage.net/" target="_blank">Servage</a><br /><a href="http://www.mediatemple.net/">Mediatemple </a> - which i have hosted my website <a href ="http://www.indiantags.com">Indiantags.com</a> .<br /><br /></b><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-6218989342071421700?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com0tag:blogger.com,1999:blog-3521221452597625969.post-56509553185249974922008-04-04T11:52:00.000-07:002008-04-04T12:08:19.585-07:00How To activate Related Links In PliggThis tutorial explains how to activate related links in Pligg<br /> <br /><ul><li> First of all You need to use URL method 2 to work this properly</li><li> Secondly go to libs/html1.php file and edit function related_stories function. replace with below code.</li><li>Note : This is working fine with my website <a href ="http://www.indiantags.com">Indiantags.com</a><br /></li><li>If you are still facing problems in resolving this issue follow this thread<br /></li><li><a href="http://forums.pligg.com/general-help/8358-activating-related-links-3.html">activating related Links</a><br /></li><li>You can give me comment so that i can help you<br /></li></ul><blockquote><pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 226px; text-align: left;"> function related_stories($storyid, $related_tags, $category){<br />// this returns similar stories based on tags in common and in the same category <br />global $db;<br />$related_tags="'".str_replace(",","', '",addslashes($related_tags))."'"; // This gives us the proper string structure for IN SQL statement<br /><br />// Select 10 stories that share tags with the current story and order them by number of tags they share <br />$sql = "SELECT ".table_links.".link_title, ".table_links.".link_title_url, COUNT( ".table_tags.".tag_link_id ) AS relevance, ".table_tags.".tag_link_id FROM ".table_tags.", ".table_links." WHERE ".table_tags.".tag_words IN ( ".$related_tags." ) AND ".table_tags.".tag_link_id = ".table_links.".link_id AND ".table_links.".link_status != 'discard' AND ".table_links.".link_id != ".$storyid;<br /> $sql.= " GROUP BY ".table_tags.".tag_link_id, ".table_links.".link_title, ".table_links.".link_title_url ORDER BY relevance DESC LIMIT 10";<br /><br />$related_story = $db->get_results($sql);<br />$related_story = object_2_array($related_story);<br />return $related_story; <br />}</pre></blockquote><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-5650955318524997492?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com1tag:blogger.com,1999:blog-3521221452597625969.post-65258176899602074612008-03-30T07:27:00.000-07:002008-03-30T08:39:07.212-07:00How to add New Modules To PliggThis Tutorial will help in installing new modules to pligg.<br /> First of all Download all The modules from www.pligg.com which are required.<br /><br /> Upload all the modules to Modules folder where you installed pligg.<br /><br /> Now go to admin panel and click on module management and you will see option install thats it .<br /><br />These are the simple steps to install modules to existing pligg.<br /><br />NOTE : check for compatability while uploading modules. Some modules might not work for some pligg versions<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-6525817689960207461?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com0tag:blogger.com,1999:blog-3521221452597625969.post-30541652166611292192008-03-30T00:13:00.001-07:002008-03-30T00:13:49.985-07:00Pligg Category Management Video<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ujbR5tGp_dU&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/ujbR5tGp_dU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-3054165216661129219?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com0tag:blogger.com,1999:blog-3521221452597625969.post-58903301483062892762008-03-30T00:10:00.000-07:002008-03-30T00:12:41.313-07:00How To Install Pligg 9.9<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/oTdNN0n8N74&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/oTdNN0n8N74&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-5890330148306289276?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com1tag:blogger.com,1999:blog-3521221452597625969.post-1315717201609459242008-02-27T08:42:00.000-08:002008-02-27T08:52:52.282-08:00<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_JPuTB6kR78o/R8WTUW5WseI/AAAAAAAAAFc/KhbsYm5DvRo/s1600-h/html-image-captions.jpg"><img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_JPuTB6kR78o/R8WTUW5WseI/AAAAAAAAAFc/KhbsYm5DvRo/s320/html-image-captions.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5171701725057692130" /></a><br /><br /><br />Websites like BBC or The New York Times always display images and pictures inside a box that is aligned either to the right or left of the web page. (see screenshot on the right)<br /><br />You’ll also notice a 1-2 sentence long text caption just below the photograph containing brief description of the image, copyright information, etc.<br /><br />There are two advantages of adding image captions in web pages:<br /><br />1. Stylish and Read Friendly - Your visitors can easily get the context of the image from the small caption without having to read the full story.<br /><br />2. SEO Friendly - Since captions describe the image in text and are located in close proximity to the image, they could be very effective in getting your images rank well on image search engines.<br /><br />How to Add Text Captions and Align Images on Web Pages ?<br /><br />With simple CSS and HTML, you can quickly add text captions to images very similar to BBC or Wikipedia:<br /><br />Before we get into the code, here’s a snapshot of the end product. The Google logo is aligned to the right of the browser, is enclosed inside a box with borders that also contains a text caption.<br />Here’s the HTML+CSS code for the above implementation:<br /><br />Step 1: Add the following CSS code to an external CSS file or to your blog template under the HEAD section.<br /><blockquote><style type="text/css"><br />.picture { background-color: #F9F9F9;<br />border: 1px solid #CCCCCC; padding: 3px;<br />font: 11px/1.4em Arial, sans-serif; }<br />.picture img { border: 1px solid #CCCCCC;<br />vertical-align:middle; margin-bottom: 3px; }<br />.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }<br />.left { margin: 0.5em 0.8em 0.5em 0; float:left; }<br /></style></blockquote><br />Step 2: Now insert the following HTML code anywhere in the web page. The process is exactly the same as inserting regular images but we have just enclosed that inside a DIV tag<br /><br /> <blockquote><div class="picture left" style="width:278px;"> <img src="google.gif" width="276" height="120" alt="Google Logo" /> <br />Image Caption goes here. </div></blockquote><br />In the above example, we add the file google.gif left aligned and the image has dimensions 276×120.<br /><br />Replace left with right if you want to right align the image box. You’ll also need to modify the style:width of the DIV tag such it is equal to image width + 2.<br /><br />You can also fiddle with the CSS to change the font name, size, border colors, background, margins, etc.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-131571720160945924?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com0tag:blogger.com,1999:blog-3521221452597625969.post-92046857682497300072008-02-27T08:31:00.000-08:002008-02-27T08:40:53.063-08:00Add Captions and Graphics to Photos on Website<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.labnol.org/wp/images/2008/02/perez-hilton-blog-images.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.labnol.org/wp/images/2008/02/perez-hilton-blog-images.jpg" alt="" border="0" /></a><br />Photo Crank is as online service that lets you add captions and entertaining graphics to web photos on the fly - you could use this either for fun (like running a caption contest) or for collecting feedback on certain photos.<br /><br />You can add Line of code to your blogger template and you can add captions to your images and graphics to your images where people can comment on your image<br /><br />www.photocrank.com | <a href ="http://www.photocrank.com/WidgetMaker.aspx">Add to Your Blog</a>| <a href ="http://www.photocrank.com/WidgetChoice.aspx">Choose Your Widget</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3521221452597625969-9204685768249730007?l=templatetown.blogspot.com'/></div>sai krishnahttp://www.blogger.com/profile/15205857845352458729noreply@blogger.com0