This small plugin for Joomla! add a message inviting iPhone/iPad users to add the web application to the home screen.
Add2Home has been updated to version 1.7.0 for Joomla 2.5. For existing users the update will display in the Extensions Manager under Updates. If you do not have this currently installed, you can click the link below and install as normal via the Extensions Manager.
New ideas/features/bugs are always welcomed either through forums or by using feedback
This release contains the Last code update: 2013.01.18 – v2.0.5 – v2.0.5 of Add To Home Screen
Device compatibility: iPhone/Ipod touch >=3.1.1, iPad >=3.2.
Full list of changes available in GIT commit 30d197d47a665806dac32fba6ea08d08f6d76ae9

IT IS MANDATORAY TO COMPLETELY REMOVE ALL VERSION < 2.6.0 BEFORE INSTALLING THIS NEW ONE!
Go to the Extension Manager under the tab Manage, enter in filter "tag", select all and click Actions – Uninstall
Reason: I did change a lot of folder name and file casing casing to be more Joomla compliant
Don’t be scared you will not loose any Tags or data from your database! uninstalling do not remove currently any tables!
![]()
This extension for Joomla! 2.5 allow you to inline a set of images from your favorite online gallery: Smugmug, Flickr, Picasa, Gallery2/Gallery3 and YouTube or any RSS feed in any article.
CedPhotoFeed Joomla extension consist of
I would like to wish all our readers Happy Holidays, Season's Greetings, Merry Christmas or whatever you say in your part of the world. As we celebrate our 9th anniversary we're thrilled what we've achieved in 2012 and are looking forward to another exciting year in 2013, with even more new features in the pipeline, even more of the high quality content that made this site what it is today. Whatever you're doing today, enjoy yourselves and thank you for being a part of waltercedric.com!
![]()

This interesting code snippet is from cedTag and let you retrieve WikiPedia description using OpenSearch API. It use the Client Url Library cURL. Released under GPL v3
/** * @param $searchTerm * @param string $wikipediaServer * @return array|string [text, description, url] */ public function getDefinitionFrom
($searchTerm, $wikipediaServer = 'http://en.wikipedia.org') { $url = $wikipediaServer.
'/w/api.php?action=opensearch&search=' .
urlencode($searchTerm) . '&format=xml&limit=1'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_HTTPGET, true); curl_setopt($ch, CURLOPT_POST, false); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_NOBODY, false); curl_setopt($ch, CURLOPT_VERBOSE, false); curl_setopt($ch, CURLOPT_REFERER, ""); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_MAXREDIRS, 4); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERAGENT,
"Mozilla/5.0"); $page = curl_exec($ch); $xml = simplexml_load_string($page); if ((string)$xml->Section->Item->Description) { return array((string)$xml->Section->Item->Text, (string)$xml->Section->Item->Description, (string)$xml->Section->Item->Url); } return ""; }
Privacy Statement | Copyright Notice | Licenses
© 1999-2012 Waltercedric.com. Designed by Cédric Walter. Sitemap
Reproduction without explicit permission is prohibited. All Rights Reserved. All photos remain copyright © their rightful owners. No copyright infringement is intended.
Disclaimer: The editor(s) reserve the right to edit any comments that are found to be abusive, offensive, contain profanity, serves as spam, is largely self-promotional, or displaying attempts to harbour irrelevant text links for any purpose.