(ManiacDan) In this programming tutorial, we will look at how to create and manage your own custom sessions in PHP using MySQL as the storage engine.
Other News
SQL Server: Short Code Doesn’t Mean Smart Code
(aasim abdullah) Recently a blog reader shared an interesting thing. This mail was basically in response to my early post Why to Avoid TRIM functions in WHERE and JOIN clauses, where we have discussed, that why we should avoid functions (user defined or system) in where clause columns, because thes
Plan an Upgrade before Support Ends
(Susan Visser) In a year the support for DB2 for z/OS Version 8 will end. April 30, 2012 to be precise. Are you ready to upgrade to DB2 9 or 10? There is lots of help for you to make sure you are ready and to help you protect your mission critical data without little or no downtime.
Using AntiXSS 4.1 Beta as the Default Encoder in ASP.NET
(Jon Galloway) Cross-site scripting attacks, or XSS, are a common web application vulnerability in which an attacker uses your website to present malicious code to another user. OWASP sums it up like this:
Using Forms Authentication in ASP.NET MVC Applications
(Bipin Joshi) Most of the real world web applications require security in one form or another. As far as ASP.NET is concerned Forms Authentication is the most popular and common method of protecting your website from unauthorized access.
Units System for SVG Patterns
(Darla Ferrara) Applying patterns in SVG offers a way to use a predefined object to fill the color needs within the shape. The pattern repeats at regular intervals until the space is full.
Private Variables Do Not Necessarily Break Prototypal Inheritance In Javascript
(Ben Nadel) After blogging this morning about how poor constructor logic can break prototypal inheritance in Javascript, I wanted to clarify that I was not trying to imply that the use of “private” variables breaks prototypal inheritance.
How to remove the ribbon tabs in list forms in SharePoint 2010
(Vijai Anand) In this article we will be seeing how to remove the tab and the group from the ribbon interface in list form.
Rewriting SOAPAction headers with WebSphere DataPower SOA Appliances
(Ali Ahmed El Gamal) When WebSphere DataPower is used to transform a SOAP/HTTP back-end Web service to a different front-end Web service interface, the configuration should transform the HTTP SOAPAction to the correct value expected by the back end. This article describes different solutions for doi
Clean unused space when a variable-length column is dropped from a SQL Server table or indexed view
(Nitansh Agarwal) Whenever rows or columns are deleted from a table, SQL Server reuses space to accommodate new data. However, this is not the case when a variable length column is deleted. The space used by this type of column is not reclaimed automatically.
