CMS Talk: Goodbye Joomla, Hello Modx...December 9th, 2007 I have been an avid user of Mambo and now Joomla since 2001. taragana.com is designed using Joomla.
New Version of Taragana.Com Released Using MODx CMSMarch 3rd, 2008 Our website ( taragana.com ) needs to continuously adapt to our growing business. The old website was based on Joomla CMS, which despite its strength, was pretty hard to easily customize for our complex needs.
How to Delete a Certain Web-Page URL from your Internet Browser HistoryJanuary 19th, 2009 This is such a simple trick that if I tell you how, you will laugh your hearts out. But its extremely useful nonetheless.
MySQL SQL Delete NotesNovember 27th, 2007 To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table. Delete using the temporary can take two forms.
MODx 0.9.6.3 Open Source Content Management System - A Detailed OverviewJanuary 9th, 2009 MODx is an open source PHP Application Framework with powerful features that help you take control of your online content. It empowers developers and advanced users to give as much control as desired to whomever they desire for day-to-day website content maintenance chores.
How To Recursively Delete Files And Directories Using JavaJune 15th, 2006 How can you recursively delete files and directories in windows? You can select them in explorer (in windows) and delete it, right?
The problem with the explorer approach is that if one or more files and / or directories cannot be deleted then the whole process fails. Try cleaning your Local Settings\temp directory to see an example.
How To Display Current Year in PHPMarch 1st, 2008 The most common use of this is to display the current year in the copyright message dynamically. Anyone who really knows PHP should be able to do it easily.
How To Delete Property From java.util.PropertiesAugust 23rd, 2008 This isn't a trick question. For a long time you couldn't delete a property from java.util.Properties class.
Google Pages Introduced and WithdrawnFebruary 24th, 2006 Google seems to have developed a habit of introducing new services and then withdrawing them due to high demand and reintroducing them selectively later. Google Web Accelerator, Google Analytics and now Google Pages, all follow this overused pattern.
How To Display / Delete IP Route Cache on LinuxOctober 20th, 2007 While configuring your routing (like load balancing with dual ADSL connections) you would often need to view the current route cache and also to occasionally delete the current cache. Here is how you can do it.
How To Safely Redirect /index.php To / Using .htaccess / ApacheJune 28th, 2008 Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php.
How To Delete Trash From Command Line in Linux / Fedora Core 6May 2nd, 2007 The Trashcan on your Fedora Core desktop (tested for gnome) is actually located in ~/Trash directory. So a simple commaond as below should clear your trash:
rm -rf ~/.Trash/*
Why did I need this?
There were some files in the Trash can which I didn't have permission to clean.
I can't Delete Files from my Linux Trashbin- SolutionMarch 13th, 2009 Annoyed with heap of file which are consuming space in your trash bin and you can not do a thing about it? Every time you try to delete it from there, permissions violation errors generate. So what do you do? Will you keep it there ignoring anything? Well, I haave a solution for you.
Firefox Tip: How to retain multiple open pages (tabbed) across operating system restartMarch 25th, 2005 I often work with multiple webpages open at the same time. I have tendency to use online documentations and work mostly on browser based applications.
Angsuman's Translator Plugin Pro / Gold: StatisticsJune 13th, 2007 Angsuman's Translator Plugin Pro & Gold collects and display useful statistics on the functionality of the plugin as well as the intelligent caching engine. The statistics is available from Translator Plugin Pro Options panel in Basic tab and in Advanced -> Cache Management tab.
December 17th, 2007 at 7:42 am
Glad to see that you are enjoying MODx. I have deployed dozens of sites using MODx since 0.9.2. It may not be obvious from the manager but you can easily purge deleted documents (permanently) from the tree by clicking on the Garbage Can icon in the manager. This is the purge command and all deleted documents will no longer be in the tree and cannot be undone. Alot easier than using phpMyAdmin.
Hope this helps,
Jay
December 18th, 2007 at 10:31 am
Thanks for the simpler solution.