New pages
From ALSwiki
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)- 16:16, 23 December 2011 WordPress Plugin Development (hist) [242 bytes] Astevens (Talk | contribs) (New page: http://ottopress.com/2009/wordpress-settings-api-tutorial/ How to use the Settings API)
- 17:59, 21 December 2011 Canvas Child Themes (hist) [498 bytes] Astevens (Talk | contribs) (New page: * http://codex.wordpress.org/Child_Themes WordPress Codex: Child themes and how to use them.)
- 13:22, 26 August 2011 Migrating from Joomla 1.5 to 1.7 (hist) [3,131 bytes] Astevens (Talk | contribs) (New page: Now that Joomla 1.7 is out and I'm still at 1.5, I'm skipping 1.6. These are notes on my migration. Set up the new site location and point a dns at it, I use http://stage.sitename.com/ ...)
- 17:38, 29 July 2011 Semantic Stuff (hist) [3,981 bytes] Astevens (Talk | contribs) (New page: - [http://wiki.dbpedia.org/About DBpedia] the community effort to extract structured information from Wikipedia and to make this information available on the Web.)
- 17:31, 29 July 2011 Techie HowTo (hist) [2,379 bytes] Astevens (Talk | contribs) (New page: ==Cygwin== * Installing Dig on Cygwin == Ubuntu Linux == My home server, running Win2K, failed to reboot after it's last update. The problem turned out to be a bad disk. I decided to a...)
- 19:36, 27 April 2011 Migrating from Joomla 1.5 to 1.6 (hist) [2,249 bytes] Astevens (Talk | contribs) (New page: == Just notes at this point == I've done one so far. # Create a new "stage site" to work with. Leave the old one as it is, for now. ## Dump existing data base ## Create a new one and copy ...)
- 17:09, 27 April 2011 Joomla 1.5 (hist) [744 bytes] Astevens (Talk | contribs) (New page: * Joomla Overview == Installing, administering and updating == * Installing Joomla 1.5 * Customizing the Footer * Set up the Sections * Setting Up the Menus *...)
- 18:35, 24 January 2011 Subversion (hist) [1,025 bytes] Astevens (Talk | contribs) (New page: ==Importing a new project== To import a project of a directory and have it show up under a repository with name <svn name>: $ svn import <path-to-project-dir> http://<subversion url>/webw...)
- 16:53, 18 September 2010 Install MediaWiki (hist) [4,389 bytes] Astevens (Talk | contribs) (New page: Decide on a location - subdirectory or subdomain. I like subdomains. For alstevens.org, I use wiki.alstevens.org. For Dreamhost, use the domains >> manage domains page on the DreamHost co...)
- 22:03, 24 November 2009 Installing Dig on Cygwin (hist) [528 bytes] Astevens (Talk | contribs) (New page: Dig (domain information groper) is part of the bind package. * Install bind using cygwin setup * Get your nameserver * Create the file: /cygwin/etc/resolv.conf * Add the correct names...)
- 22:12, 18 April 2009 SSH Server (hist) [108 bytes] Astevens (Talk | contribs) (New page: To connect remotely, you'll need SSH. Installation is trivially easy: $ sudo apt-get install openssh-server)
- 21:40, 18 April 2009 Remote Backup with RSync (hist) [1,167 bytes] Astevens (Talk | contribs) (New page: A detailed description of how to do this is here: http://linuxgazette.net/104/odonovan.html A Sample rsync command that I use is: $ rsync -e ssh -av user@alstevens.org:/home/astevens/wik...)
- 21:29, 8 November 2008 Upgrading WordPress (hist) [857 bytes] Astevens (Talk | contribs) (New page: Make a copy of the current directory: cp -a currentdir newdir)
- 19:47, 3 November 2008 Lisp Notes (hist) [19 bytes] Astevens (Talk | contribs) (New page: Lisp Overview )
- 15:28, 3 November 2008 Updating Joomla (hist) [816 bytes] Astevens (Talk | contribs) (New page: Detailed, but general, documentation is available at: http://docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version My cookbook oriented approach, for a Dreamhost linux server is: *...)
- 16:25, 14 September 2008 Update MediaWiki (hist) [500 bytes] Astevens (Talk | contribs) (New page: Updating may require doing a data base update. To do that: * Edit the file in your mediawiki home directory: AdminSettings.sample * Change the user name and password to one with full pri...)
- 16:16, 14 September 2008 Updating Ubuntu (hist) [980 bytes] Astevens (Talk | contribs) (New page: == Using apt == It takes two commands to do a complete update. * First update the database of available packages: sudo apt-get update * Then, upgrade everything: sudo apt-get upgrad...)
- 15:47, 11 August 2008 Installing phpBMS (hist) [1,388 bytes] Astevens (Talk | contribs) (New page: While I don't actually bill a lot, I do occasionally. For several years, I've managed to get by with an access-based system that I put together over a few weekends. I've long since forgott...)
- 15:12, 24 July 2008 Installing SugarCRM (hist) [1,508 bytes] Astevens (Talk | contribs) (New page: SugarCRM is a customer relationship management system, comparable to salesforce. The company sells small business and enterprise editions. They make the community edition available for fre...)
- 17:54, 18 July 2008 Dynamic DNS (hist) [2,361 bytes] Astevens (Talk | contribs) (New page: === Create an account with DynDNS === choose a host name set it to point to your current ip address: https://www.dyndns.com/account/create.html === Make sure you have ssh and libio-so...)
- 17:54, 19 June 2008 Hacking the Com Newsfeeds Template (hist) [643 bytes] Astevens (Talk | contribs) (New page: This isn't recommended best practice. Better would be to create a new mod newsfeeds with additional parameters to enable more confguration options. I want newsfeed summaries without any h...)
- 14:03, 16 June 2008 Install Googlemap Plugin (hist) [393 bytes] Astevens (Talk | contribs) (New page: * Sign up for a google map key. * Install the plugin using the joomla admmin interface. * Configure the paramaters. * Use google maps to get the parameters of the map you want to show. * E...)
- 19:13, 9 June 2008 Creating Extensions (hist) [2,305 bytes] Astevens (Talk | contribs) (New page: == Overview == I wanted to embed selected weblinks in articles. After some searching, I decided the best course of action would be to write my own plugin. Professional Joomla! (Programmer...)
- 19:30, 4 June 2008 Installing PHP Eclipse (hist) [2,613 bytes] Astevens (Talk | contribs) (New page: == Installation == Download and install Eclipse PDT All-In-One. Project page: http://www.eclipse.org/pdt/ The download page is here: http://download.eclipse.org/tools/pdt/downloads/ * Un...)
- 21:40, 24 April 2008 Install JCE Editor Plugin (hist) [689 bytes] Astevens (Talk | contribs) (New page: This is a far better editor than the default. Download it from: http://www.joomlacontenteditor.net/ Use the standard admin install.)
- 19:36, 22 April 2008 Add AddThis (hist) [670 bytes] Astevens (Talk | contribs) (New page: AddThis is a simple little social bookmarking sharing button. Adding it to a page, lets users bookmark and share the page using several dozen popular social bookmarking sites. Stats on boo...)

