(Ameet Phadnis) My entire career I have been looking for ways to automate the development process for developers. The urge to find new solutions might be coming from my laziness to keep on doing the same stuff over and over again. Around 4 years ago I had designed a way to create Stored Procedures o
Other News
Paginating Result Sets for a Search Engine Built with MySQL and PHP 5
(Alejandro Gervasio) If you’re a PHP developer looking for an approachable guide on how to build an expandable search engine with MySQL and PHP 5, then this series of articles might be quite useful to you. Welcome to the second installment of the series that began with “Building a Search Engine with
SSWUG Fantasy Football Leagues Forming!
SQL Server Show Posted Friday Watch the latest episode of SelectViews Here. The show has information about SQL Injection, Cross-Site Scripting, a minicast on working with the surface area configuration tools in SQL Server 2005, upcoming events and more. There is even a "segment selector" now that lets you jump around the show to specific segments you want to check […]
How to Set Up Podcasting and Vodcasting
There are various forms of web syndication available to web site owners. The syndicated distribution of media is known as Podcasting. In this article we will focus on delivering different audio and video (sometimes called Vodcasting) media to your subscribers.
DB2 DWB 9.5 Beta Update
(Philip Nelson) The closed and open betas of IBM’s Data Server Developer Workbench (DSDWB) 9.5 are now using the same code release (previously the closed beta had a later drop than the open beta).
Oracle, MySQL and PostgreSQL feature comparison – Part 1
(Sean Hull) With the ever-burgeoning feature sets available in modern databases, it’s difficult to separate the wheat from the chaff. There are plenty of high-level data warehousing features in Oracle for instance that you might never need. Moreover, there may be some other features such as ACID com
WPF Layout – The WrapPanel
(Ged Mead) As its name implies, this kind of panel is designed to dynamically change the layout of its children by wrapping them horizontally or vertically as necessary in order to try to keep displaying them for as long as possible. Obviously, if you don’t set minimum size values it will eventually
Customizing Analysis Services Cube Using Analysis Management Objects (AMO)
(Christophe Fiessinger) This post describes the steps required to perform SQL Analysis Services 2005 Project Server 2007 Cube customization using Analysis Management Objects (AMO).
Query_cache and column level privileges
(Vadim Tkachenko) Recently we were puzzled by question how query_cache works with column level privileges. The question was appeared as we discovered function query_cache_send_result_to_client is called before real parsing of query, so at the moment of execution the query_cache is not able to know w
XML for Beginners
(Farhan Ali) The Extensible Markup Language (XML) is a general-purpose markup language. It is classified as an extensible language because it allows its users to define their own tags. In Software Engineering extensible refers to the system that can be modified by changing or adding features. Its pr