(Ivan Korhner) Since Java SE 5.0, developing multithreaded applications became much easier due to the task executor framework. Instead of working with low level synchronization constructs, the framework introduces the concepts of Task and Executors.
Author: SSWUG Research
$animate:before, $animate:after, $animate:close And The ngAnimate Enter Workflow In AngularJS
(Ben Nadel) After my blog post yesterday, on animating an element in from a mouse-click location in AngularJS, I was a little irked that I couldn’t get consistent results from the “$animate:before” and “$animate:after” events triggered by the $animate service.
Extracting API Data Using PowerShell and Loading into SQL Server
(Tim Smith) We’d like to minimize using third party tools to extract data from APIs to load into SQL Server and wanted to know if we could implement solutions with PowerShell without too much overhead.
The DB2Night Show #157: DB2 LUW 10.5 FP5 New Encryption with George Baklarz
(Scott) 100% of our audience learned something! By George, IBM got Encryption Right! Beginning in DB2 LUW 10.5.5, full instance, database, and related objects and files can be easily encrypted.
MySQL Admin 101 for System Admins – key_buffer_size
(Ronald Bradford) As discussed in my presentation to NYLUG, I wanted to provide system administrations with some really quick analysis and performance fixes if you had limited knowledge of MySQL.
ORA-01873 error running SAP pre-upgrade scripts
(Amit Bansal) While trying to run pre_upgrade_status.sql script for DB upgrade (10.2.0.4 to 11.2.0.4), we got following error
Show and Paging in ASP.Net Gridview Using jQuery
(Rahul Saxena) This article explains how to show and do paging in an ASP.Net Grid View using jQuery.
A Simple Data Binding Trick for an iOS App
(Wallace McClure) Applications and businesses live on data. Data is what makes a business a business, generates value for customers, and allows a company to generate income. Displaying data to a user is a common operation, especially in mobile.
SQL SERVER – Transaction Log Backup Failing After Rebuilding Database Log File
(Pinal Dave) Speaking at community events get me really energized. It is wonderful to connect with people who build some of the greatest code ever for their respective organizations. Last weekend, I was at a conference in Delhi and it was an awesome opportunity for me to meet a number of you.
Using the HtmlAgilityPack to parse HTML in ASP.NET
(Mike Brind) Hardly a week goes by without someone asking a question in the ASP.NET forums about parsing HTML for one purpose or another. Mostly, the questions are couched in terms of ‘finding values’ or similar, prompting responses from the community that recommend one regular expression pattern or