htmlSQL: Query HTML Elements Like SQL
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...
View ArticleCountry Lists In HTML And SQL
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...
View ArticleFree SQL Injection Vulnerability Scanner By HP
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...
View ArticleFree IP / Geolocation Database And API: WIPmania
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....
View ArticleSQLServerPedia: A Wiki On SQL Server
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...
View ArticleOpen Source Digital Asset Manager: Razuna
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,...
View ArticleA Guide To Prevent SQL Injection: Bobby Tables
SQL injection, the technique of manipulating SQL queries by sending custom SQL statements using forms or other requests (POST, GET..) to attack databases, is probably the nightmare for many dynamic...
View ArticleSingle-File PHP Database Framework – Medoo
Medoo is a lightweight (~8kb) PHP framework for working with SQL databases. The framework comes as a single file and works with MySQL, MSSQL, PostgreSQL, SQLite (and more). It has methods for all the...
View ArticleBuilding SQL Querystrings With JavaScript: Squel.js
Sometimes, we don’t know how our SQL query will look like exactly as there are times that the query needs to be created dynamically. Or, you may just be looking for a solution that will make SQL...
View Article