June 19, 2012

Ninja Simple Icon Menu


Ninja Simple Icons, helps you simple set up a menu of icons on your website.Simple install the module, fill out the params, pick your images, and publish its as simple as that
  • Vertical Orientation
  • Horizontal Orienation
  • CSS and XHTML Valid
  • Allows you to hide from non registered users.
  • Have Up to 10 items.

June 4, 2012

Find and Replace using regular expression in dreamviewer

For example: C 206.36 407.64 211.95 407.43 216.27 410.62 

To find  C 206.36 407.64 211.95 407.43

Use given below regular expression
C(\s*\d{3}\.\d{2}){4}\s*

To replace 216.27 410.62  by 216,410


 To be find  the digit use : \.\d{2}\s* 
 To replace by  ,