Blog
Can't find that blog article you were looking for, try our search field at the top-right of the screen. It works really well and will usually return a number of entries to choose from.
To leave a comment for a particular article, please click on the title of that article.
Demo: 9 Rama Ct, Toowoomba
We have released this new Joomla extension (plugin) to allow an administrator to add a clickable map icon next to an existing/new address within their content. Once a user clicks on this link they will be presented with a new window/tab with the address preloaded into a Google map query. This allows a user to then find directions to the address in mind, print the map or use any other native functionality that Google has included with their mapping tools.
Hi all,
We have migrated to a new template layout due to a move away from RocketTheme usage. Our decision is based on easier management practices that allow us to build and maintain a consistent end-user experience, not to mention less work-load for us.
Please bear with us while we iron out a few bits of weirdness (like missing menus we can't yet explain). We hope you enjoy the new layout, please leave a comment below to tell us what you really think.
Regards,
Noel Dixon - Noxidsoft
Creating zip files from the "Compress" feature in OSX is nice and convenient, however you end up adding Mac hidden directories and files as well. Normally this would include things like .DS_Store and .svn if you are using version control.
It is possible to exclude these files without buying an application to do it and this technique can be extended to exclude other files and directories as needed. Whether you are familiar with the "Terminal" or not, you should find it quite easy to implement and we can make use of the exclude directive (-x) to do away with these annoyances.
Wikipedia states:
Website development requires an evolving explanation, as it is a product of numerous contributions by individuals, corporations, and technologies. It uses aspects of Web design that is one example of a Web application that are components of Web development, all affected by changes made to the Internet. These collaborated efforts are constantly modifying elements of developmental aspects. The process encompasses the combination of chronology while simultaneously adapting and incorporating the changing applications of contributions.
Ref: Wikipedia - Website development
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains example.com \
--no-parent \
http://www.example.com/examples/
This wget command downloads the website www.example.com/examples/ in it's entirety following hyperlinks recursively.


