24
Jan
// php the_time('Y') ?>
It generally becomes a problem for creative agencies to manage the project files (designs, mockups, contracts, etc.) created within years.
Razuna is an open source application for storing, categorizing & sharing digital assets easily.
It can manage files in every format (Word, Excel, PDF, images in all formats, videos, etc.).
The application has an advanced search & categorization system for locating the files quickly.

Razuna has an open API for integrating it with 3rd party softwares (there is a plugin for WordPress integration), using data stored in websites, etc.
It is a multilingual application that also has an Adobe AIR-based desktop tool besides the web interface.
Razuna is totally based on open standards (J2EE/CFML/SQL/XML).
Requirements: Tomcat J2EE Server
27
Apr
// php the_time('Y') ?>
SQLServerPedia is a wiki that is concentrated on SQL Server that is edited & administered by SQL Server professionals.
There is a serious amount of content that is well-categorized & easy to reach. Some of the categories are:
- Architecture & configuration
- Monitoring SQL Servers
- Performance tuning & more..

There are also various podcasts which are great for watching & learning the details from professionals.
And, besides the editors, there are bloggers & other contributors who help the content get wider.
For any developer who is into SQL Server, SQLServerPedia is a must-bookmark.
29
Aug
// php the_time('Y') ?>
WIPmania provides IP to country database and API which is free to use for both personal & commercial projects.
The database comes in SQL, CIDR & text formats & updated in every 2 months.

If you don’t want to use the database and use the API, a simple query like:
http://api.wipmania.com/123.45.67.89?google.com
returns you a 2 digit country code (google.com is the URL where the query is made from). API usage is free until 10,000 queries/day.
29
Jun
// php the_time('Y') ?>
Scrawlr is a free software for scanning SQL injection vulnerabilities on your web applications.
It is developed by HP Web Security Research Group in coordination with Microsoft Security Response Center.

Scrawlr crawls a website while simultaneously analyzing the parameters of each individual web page for SQL Injection vulnerabilities.
After the scanning process, if it can find, it even shows your database table names as a proof of the possible SQL injection vulnerabilities.
9
Jun
// php the_time('Y') ?>
Most of the membership forms include a country list.
Urbano Alvarez is presenting ready to use country list data in several languages.
The lists are in the HTML format as:
<select id="countrySelect" >
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="DZ">Algeria</option>
<option value="AS">American Samoa</option>
</select>
For country lists in SQL format, you can also use the files at:
10
Apr
// php the_time('Y') ?>
htmlSQL is a PHP class for querying HTML using a SQL-like query.
It saves you from writing complex regular expressions to extract values.
htmlSQL example:

This query returns an array with all links that contain the attribute class="list".
Isn’t it great?
How to use?
You simply insert the PHP files from th download package and that’s all.