Saturday, October 24, 2009
Thursday, September 17, 2009
Social Networking free PHP softwares
http://sourceforge.net/projects/openpne
http://www.phpizabi.net/Social Networking+Blogs also availbale in the site..*************************************************
Social Networking free softwares with Blogging also availableElgg - Free Social Networking
Applicationhttp://elgg.org/http://elgg.org/about.phphttp://groups.google.com/group/elgg-development*************************************************
http://www.boonex.com/products/dolphin/good for video/music social networking sites
check this linkhttp://www.techmixer.com/download-free-music-from-social-music-services-using-free-musiczilla/
Friday, September 4, 2009
Wednesday, August 5, 2009
Google Map sample code
You are free to copy and use this sample. License can be found here: http://code.google.com/apis/ajaxsearch/faq/#license-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps API Sample</title> <script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIAAAA1XbMiDxx_BTCY2_FkPh06RRaGTYH6UMl8mADNa0YKuWNNa8VNxQEerTAUcfkyrr6OwBovxn7TDAH5Q"></script> <script type="text/javascript">
var map = null; var geocoder = null; function showAddress(address) { map = new GMap2(document.getElementById("map_canvas")); geocoder = new GClientGeocoder();//alert(address);//var address ;//address ='3,madurai street,perambur'; if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { map.setCenter(point, 13); var marker = new GMarker(point); map.addOverlay(marker); map.setUIToDefault(); marker.openInfoWindowHtml(address);
} } ); } }</script>
</head> <body onload="showAddress('Ramakrishna Math,mylapore,chennai')" style="font-family: Arial;border: 0 none;"> <p> <input type="text" size="60" name="address" value="1600 Amphitheatre Pky, Mountain View, CA" /> <input type="submit" value="Go!" /> </p>
<table border=2 bgcolor="green"><tr><td> <div id="map_canvas" style="width: 500px; height: 300px"></div></td></tr></table>
</body></html>
Tuesday, July 28, 2009
how to install spell checker in open office
I have installed by using below link
http://extensions.services.openoffice.org/project/en_US-dict
Sunday, July 12, 2009
Google Map code
I have spent 2 days to find exact solution for my requirements.I did small redesign of code which i have got from code.google.com
Code available at http://code.google.com/apis/ajax/playground/?exp=maps#map_geocoding_simple
add map.setUIToDefault();
to get the normal header and other section
Saturday, July 11, 2009
Google Map code got from code.google.com-Excellent
Today i got an excellent code generator tool from google.(google map generator ,languale converot,Graph generator and more..)
URL:-
http://code.google.com/apis/ajax/playground/?exp=maps#map_geocoding_simple
Friday, July 10, 2009
Saturday, June 27, 2009
tips to prevent the hacks
I tried to check pages with web-sniffer.net, but they time out before I can get any results.
Have you checked out any of the resources to guide you in your evaluation?
Malware & Hacked Sites FAQ - Request a Reviewhttp://sites.google.com/site/webmasterhelpforum/en/faq-malware-and-hacked-sites
Tips for Cleaning & Securing your Website - StopBadware.orghttp://www.stopbadware.org/home/security
How to remove the "This site may harm your computer"http://25yearsofprogramming.com/blog/20071223.htm
Tuesday, June 23, 2009
Thursday, June 4, 2009
Smit fraud Fix
SmitFraudFix is a tool created to remove various desktop hijackers, adware and malware installed by Zlob family of trojans.
Operating System:Windows 2000/XP
License:Freeware
Refer the Link to get more info about this tool.
http://www.precisesecurity.com/tools-resources/adware-tools/smitfraudfix/
Sunday, May 10, 2009
Lakshman blog and Free PHP hosting !
Lakshman blog..
http://freegraphicsworld.blogspot.com/
Thursday, April 23, 2009
Google tips for hacked sites
http://googlewebmastercentral.blogspot.com/2008/04/my-sites-been-hacked-now-what.html
most of the sites which has been hosted by local web hosters always have risk.if they are not properly updaing the antivirus or patches , then it would give the option for hacker.. we should always go to best webhoster. otherwise we can have google or yahoo kind of hosters to avoid the hacking..
Sunday, April 19, 2009
Prevent Malware and Hacked
http://www.google.com/safebrowsing/diagnostic?site=www.yahoo.com
I Heard normal hacking is
1.XSS(cross scripting)
2.SQL injection
One of my client site has been infected by same scenario
(some JS has been inserted into homw page ,eventhoug i delete it will update with in 2 hrs)
http://www.google.com/support/forum/p/Webmasters/thread?tid=5f46270bc7fd5b4a&hl=en
I have answerd for that issue..
suggestion
1.when you are using the FTP or content management tool to upload the code ,make sure that pc dont have malware or virus (otherwise hacker will st the UID and PWD)..
2.Go for well protected webhosting service...