(Jovan Popovic) JQuery DataTables plugin is an excellent client-side component that can be used to create rich-functional tables in the web browser. This plugin adds lot of functionalities to the plain HTML tables that are placed in web pages such as filtering, paging, sorting, changing page length
Other News
Little known SQL*Plus SHOW command options
(Eddie Awad) The SQL*Plus command SHOW shows you the value of a SQL*Plus system variable, or the current SQL*Plus environment.
XML Parsers – Validating Vs. Non-Validating
(Darla Ferrara) An XML parser is a tool to validate your code to ensure it is well-formed. Even through XML is simplistic, it does need to have proper syntax and form.
Enabling IntelliSense and Refreshing IntelliSense Data in SSMS 2008
(Jugal Shah) There may be times when IntelliSense in SQL Server Management Studio 2008 is not working or does not display the latest schema changes. To resolve these issues you can follow the below solution.
Locking Down Your Database Feedback
DBTechCon – Spring 2011 Are you ready for DBTechCon 2011. We have over 70 sessions taught by some of the best in the industry. All full members of SSWUG.ORG receive a deep discount, so you may want to consider signing up for full membership. What better way to stretch your training budget; no hotels, no travel, just great content presented […]
XML Tutorial
This tutorial explains what XML is, how it’s used, and where it fits into the world of Web services. You’ll find XML articles, tutorials, examples, tips, tools, white papers, expert advice and more to pump up your XML know-how quickly.
XML Tips
(Paul Sweatte) Use document.getElementsByTagName to parse XML tags and firstChild.nodeValue to get values.
Capturing Screenshots for Automated Error-Reporting
(Jonathan Evans) Automated error reporting is essential, especially if you’re close to your customers. Bugs in applications will always happen – but the way that you deal with them can make a big difference to you and your users.
How To Use Group By in LINQ to SQL
(Ged Mead) Most of the LINQ query operators are fairly straightforward, but for some reason I’ve always found Group By to be a bit tricky. So I thought a sample that uses Northwind might help, in case anyone else is having trouble using it.
PHP URL Validation Functions
Validating URLs is important to form handling and PHP data processing. Currently there are numerous solutions for validating URLs. This article will take a look at some of the most commonly used methods of validating URLs in PHP: the Regex method and the PHP built-in Filter_validate_URL.
