Wednesday, April 21, 2010

Software type list

I go into some website and its list down all its supported application.
here it is. Might be useful for me later if I want to do some project

Navigation
Fantastico Home
Control Panel Home

Blogs
b2evolution
Nucleus
WordPress

Classifieds
Noahs Classifieds

Content Management
Drupal
Geeklog
Joomla 1.5
Joomla
Mambo
PHP-Nuke
phpWCMS
phpWebSite
Siteframe
TYPO3
Xoops
Zikula

Customer Relationship
Crafty Syntax Live Help
Help Center Live
osTicket
PerlDesk
PHP Support Tickets
Support Logic Helpdesk
Support Services Manager

Discussion Boards
phpBB
SMF

E-Commerce
CubeCart
OS Commerce
Zen Cart

F.A.Q.
FAQMasterFlex

Hosting Billing
AccountLab Plus
phpCOIN

Image Galleries
4Images Gallery
Coppermine Photo Gallery
Gallery

Mailing Lists
PHPlist

Polls and Surveys
Advanced Poll
LimeSurvey
phpESP

Project Management
dotProject
PHProjekt

Site Builders
Soholaunch Pro Edition
Templates Express

Wiki
TikiWiki CMS/Groupware
PhpWiki

Other Scripts
Dew-NewPHPLinks
Moodle
Open-Realty
OpenX
PHPauction
phpFormGenerator
WebCalendar

Wednesday, April 7, 2010

Highlight table row when on mouse

What does this do?
Its highlight the table row when your cursor on the row
This is using CSS not using javascript.

Put this thing in your css
<style type="text/css">

.tablestes tr:hover { background-color: lime; }

.tablestes td:hover { background-color: red; }

</style>


And inside the html. name the table class into "tablestes"
<table class="tablestes">

<tr><td>Row 1</td></tr>

<tr><td>Row 2</td></tr>

<tr><td>Row 3</td></tr>

</table>

Sunday, April 4, 2010

About Me

Nothing much to talk about
This blog focused on something that I repeatedly used and want to remember it (got more draft than post)


Nickname: asipo
Location: malaysia
Email: keyboard4444 (@gmail.com) I seldom checking my email


If you are not a developer or programmer. This label might be useful, others will be just boring