me looking so small in this world

7 2007f June, 2007

my prototype utility functions cheatsheet

Filed under: prototype — rudyegenias @ 1:04 pm

Functions

$()
- shortcut to document.getElementById() function

$$()
- parses one or more CSS filtering expressions, analogous to the ones used to define CSS rules, and returns the elements that match these filters

$F()
- returns the value of any field input control, like text boxes or drop-down lists

$A()
- converts the single argument it receives into an Array object

$H()
- converts
objects into enumerable Hash objects that
resemble associative arrays

$R()
- simply a short hand to
writing new ObjectRange(lowerBound, upperBound, excludeBounds)

Try.these()
- makes it easy when you want to try
different function calls until one of them works

– This note has been copied from sergiopereira.com. All copyright goes to him. Examples of the function can be found here.

6 2007f June, 2007

reverse dns lookup

Filed under: linux, productivity — rudyegenias @ 3:00 pm

Using a shared hosting? You want to find how many web site shares the IP with you?

And its free.. it also list all the sites plus you have the ability to view the site on a frame on the right.. so much for the talk albeit I have to show the link.

http://myipneighbors.com

Cheers and enjoy..

3 2007f June, 2007

apache security

Filed under: apache, linux, security — rudyegenias @ 11:44 am

Today I found a blog about how to secure apache. Hope you consider this useful. :)

20 ways to Secure your Apache Configuration

Blog at WordPress.com.