Technology – Wordpress – Free Wordpress Themes


Archive for September 2009

Download RBG Color Finder Retriever Free

Sep 20th, 2009 | By steve soe | Category: Downloads

color-finderThis tools is to retrieve any color on the Desktop and return the RBG hex, html, dec color values. During Web site designing or playing around with graphics, sometimes we need a tool like this to know  RGB color value of a particular region.  An example — you need to know the background color value [...]



How to make Wordpress categories & pages into horizontal menu

Sep 19th, 2009 | By steve soe | Category: How-To, Wordpress

Some of my readers asked me how I created my horizontal menu using Wordpress WP-Categories & WP-Pages. The short answer is — I added the following two code in header.php page.

<?php wp_list_pages(‘title_li=&depth=1&exclude=’); ?>  /* For Pages */

<?php wp_list_categories(’sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0′); ?>   /* For Categories */

Most of the Wordpress Themes have CSS tags for menu [...]



How to find out HP EVA model

Sep 15th, 2009 | By Steve Soe | Category: How-To, Server Storage

Here is the table regarding EVA models:

Model IOSCAN output
EVA3000 HSV100(A/P) or HSV101(A/A)
EVA5000 HSV110(A/P) or HSV111(A/A)
EVA4xxx/6xxx HSV200
EVA8xxx HSV210
EVA4400 HSV300

Note:
A/P – Active/Passive, for VCS 3.xxx
A/A – Active/Active, for VCS 4.xxx
VCS – Virtual Controller Software (i.e., EVA firmware)
HSV – Hierarchical Storage Virtualization (controller)

If you have HP-UX OS, use diskinfo -v to get the f/w revision.



What is difference between RAID 5 and RAID 6

Sep 15th, 2009 | By Steve Soe | Category: Server Storage

RAID 5–Striped set with distributed parity. Distributed parity requires all drives but one to be present to operate; drive failure requires replacement, but the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the [...]