(Christophe Coenraets) NOTE: This is the PHP version of this article and its companion app. A Java version is available here.
Other News
Hack-Proofing Your ASP.NET Applications
(Adam Tuliper) Almost every day, the mainstream media reports that another site has been hacked. These constant intrusions by prominent hacker groups leave developers wondering if those groups are using advanced techniques for their nefarious work. Although some modern attacks can be quite complex,
Selecting Suitable Semantic Web Service Composition, Using Promethee Method and Non-Functional Parameters
(Masoud Goli, Shahab Bayati, Ardeshir Bahreininejad, Hassan Abolhassni and Ahmad Faraahi) So far many methods are introduced to compose Web services. In order to automate Web service composition, concepts from semantic Web technology are used. By using this technology, we can compose Web services in
Need a Quick App Deployed to the Web? Try RapidBiz from VACAVA
(Chris Smith) In our continuing search for tools that can help developers build or extend applications easily and quickly, we turn our spotlight on RapidBiz, a development toolset from VACAVA, an IBM Business Partner that was named a finalist earlier this year in the annual IBM Beacon Award competit
Multi Row Inserts in T-SQL
(Bob Pearson) A new feature in SQL Server 2008 is the ability to insert multiple rows with one insert statement!
GP Developer Tip: List All Parameters for a SQL Server Stored Procedure
(Steve Endow) Occasionally I work on a Dynamics GP integration where I have to call a Dynamics GP stored procedure from a .NET application. As always, there are several ways to do this, but I typically use one of two approaches.
XQuery support in DB2 10 for z/OS
(Matthias Nicola) If you think that mainframe computers are old dinosaurs that only run ancient COBOL code – think again! Now mainframes also run XQuery!
DB2, Big Data and Cloud Computing Webinar
(Leon Katsnelson) The coolest part of my job is the opportunity to work with hottest technologies. I’ve been lucky over the years to be able to pick an emerging technology that I thought was going to make an impact on IT and immerse myself in it. Right now I find myself torn between two areas that I
Oracle database consolidation is a paradigm shift
(Jeff McCormick) If you’re like most companies, the success of more than two decades of mid-range relational database deployments has created an IT dilemma – a lot of databases and an increasing total cost of ownership (TCO).
dbms_metadata.get_ddl & ORA-31603
(Apun Hiran) I wanted to allow a database user/schema called TEST (other than user with SYSDBA privileges) to have privileges to run dbms_metadata.get_ddl for any object in the database. Basically for other schemas in the database. Even though I provided execute privileges on the package and even DB