-
Recent Posts
Recent Comments
- john on Joomla multilingual search error: Warning: sprintf() [function.sprintf]:
- Simon on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Cristian on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Insurance on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Gangadhar on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
Archives
Categories
- Adobe
- Artisteer
- Broadband
- Browsers
- Business Directory
- cpanel
- CSS
- Domain Names
- Dreamweaver
- Google Map
- I-Tech Web Design North Wales
- Internet Explorer
- Internet Explorer
- JCE
- jomres
- Joombah jobsboard
- Joomfish
- Joomla
- map
- Microsoft Windows
- MySQL – phpMyAdmin
- NWH News
- Outlook
- Outlook Express
- Performance
- Permalinks
- Printers
- SF404SEF
- Sky
- test
- TomTom GO 520
- Uncategorized
- wamp server
- Web Business News
- Website Hosting
- Website Marketing
- Wordpress
- Youtube
Meta
Monthly Archives: March 2011
Upgrade Sobi2
Uninstall Old Version * Remove all plug-ins using the Sobi2 plug-in manager. Don’t remove the database tables for the plug-ins. * Uninstall the component using the Joomla! Extension Manager (Extensions -> Install/Uninstall -> Components). Install New Version * Install your … Continue reading
Posted in Business Directory, Joomla
1 Comment
How to fetch geo coordinates in add/edit entry form
Create custome text field and add below code. <script src=”http://maps.google.com/maps?file=api&v=2&key={googleApiKey}” type=”text/javascript”></script> <div id=”map” style=”width: 500px; height: 340px”></div> <p><span>Type your address:</span> <input type=”text” size=”43″ id=”address” value=”Street, City” /> <input type=”button” value=”Search” onclick=”showAddress()” /></p> <script type=”text/javascript”> //<![CDATA[ var start_latitude = “62.103882522897855″; var … Continue reading
Posted in Business Directory, Joomla
Leave a comment