outward bound mexico

Posted by on Sep 10, 2010 in CMS Wordpress Development | Comments Off

Read More

Highlight Current Page or Category – WordPress

Posted by on Aug 11, 2010 in Blog, CMS Wordpress Development | Comments Off

I recently installed the Simple Sidebar Navigation for a client and they wanted to highlight the current page. I went searching for the answer and ran into the wordpress codex, dynamic menu highlighting, but it was a lot more simple. When it came down to it, I added the following to the suckerfish CSS: .current_page_item a { color: #0099cc !important; } Now it highlights the current sub-page navigation. Some investigation information: You might see several options when viewing with Firebug, including: .current-menu-item { } – targets only the menu item the visitor pressed to get to...

Read More

Aloha: The HTML5 Editor

Posted by on Jul 20, 2010 in Blog, CMS Wordpress Development | 0 comments

HTML5 brings it on a whole new level.  Advanced app building calls for a good editor. Features No reload. No popup. No need to preview Floating menu – lightweight context menu Insert the table with the size you want with just one click Editing and formatting text without Markup Faster editing and loading time WYSIWYG for dynamic content Support HTML5 Contenteditable Developed by Gentics Software GmbH; Aloha Editor is available for download under AGPLv3 License.  You can find further information, demos & download on Aloha Editor...

Read More