There is a lot of shareware and freeware (jEdit, Notepad++) to do complex search and replacement in files but none is supporting these kind of operations in zip files spread across many subdirectories. Luckily Oxygen Editor can
- Do case sensitive or insensitive searches,
- Search and replace across multiple files in multiple subdirectories,
- Search and replace also in ZIP files,
- Advanced regular expression search/replace,
- Is free to evaluate for 30 days!
Use the Menu "Find" and select "Replace in Files" or use the shortcut CTRL+SHIFT+H

Oxygen can also create backup of every changed zip files, as xxxxxxx.zip.bak as shown in the picture above.
Category: Tools
Published Date
Written by Administrator
Hits: 350


Even if the sample is quite small (600 responses), it still interesting going through these compiled data
Some time ago we ran a survey asking a few questions about the build process, specifically the tools that are used to do incremental builds and how much time those builds take. We had over 600 responses, so now it’s time to count the results.
This is the first time that we’ve published results on the incremental build process, so the information is more likely to serve as a guide than an authoritative information source.
Read More here
Category: Tools
Published Date
Written by Administrator
Hits: 5504
Webpages as Graphs
With this funny applet, you can judge of the complexity of a web page by just generating it’s graph! my homepage is way too complex compare to google for example :-)
What do the colors mean?
blue: for links (the A tag)
red: for tables (TABLE, TR and TD tags)
green: for the DIV tag
violet: for images (the IMG tag)
yellow: for forms (FORM, INPUT, TEXTAREA, SELECT and OPTION tags)
orange: for linebreaks and blockquotes (BR, P, and BLOCKQUOTE tags)
black: the HTML tag, the root node
gray: all other tags
Nothing new some of you will cry, as this java applet is available since 2007.. Yes but..
The main difference, is that I provide you the last bit of code to make it work on your own server, or locally in any php environment. The magic part that is difficult to get is the function that retrieve the html content of any page and pass it to the applet.
Read more: Web page as Graphs with source code
Category: Tools
Published Date
Written by Administrator
Hits: 5526