(Aleksandr Kuzminsky) MySQL 5.6 introduces a new feature – microseconds resolution in some temporal types. As of 5.6.4 TIME, TIMESTAMP and DATETIME can have a fractional part. To create a field with subseconds you can specify precision in brackets: TIME(3), DATETIME(6) etc.
Author: SSWUG Research
Writing Web API Client Code for Multiple Platforms Using Portable Libraries
(Youngjune) The Microsoft ASP.NET Web API Client Libraries make it easy to write .NET clients that interact with RESTful HTTP services. Unfortunately, until recently the Web API client libraries did not support all platforms. Because of this limitation, developers had to maintain different code, dep
Cross-Fading Images With AngularJS
(Ben Nadel) In AngularJS, your Controllers don’t know anything about your DOM (Document Object Model) – they know about data and about exposing behavior. Views, on the other hand, are all about the DOM; but, they know nothing about user interactions. All user interactions and UI (User Interface) eve
Data Visualization With d3.js
(K. Scott Allen) Last week I had an idea for visualizing the flow of patient data through an algorithmic process and tried out d3.js. d3 is short for data-driven documents. If you follow the previous link you’ll find some impressive visualizations made with d3 and SVG (the d3 Show Reel is just one e
CSV to XML convertor using Ruby
Many of us might come across situation where you need to write to XML. I found a simple snippet which does it by taking CSV as input file.
JQuery : Flashlight Effect using JQ…Try This…
(Sathish Kumar) Your mouse works as a flashlight and you can read the content only where you are moving your mouse.
Comparing SQL Server and Oracle background processes
(Ben Snaidero) As I mentioned in a previous tip, that compared datatypes between SQL Server and Oracle, given that I’ve worked with both technologies I constantly find myself thinking in terms of one and comparing it to something in the other. This tip will give an overview of the different backgrou
How to find the db2 database create date
(Jack Vamvas) To find the database creation date execute a query on the syscat.tables. Example:
My first steps with Oracle 12c
(Brendan Tierney) Oracle 12c was released just over a week ago and I’ve finally managed to get round to installing it.
Latest jQuery interview questions and answers
Below is the list of latest and updated jQuery interview questions and their answers for freshers as well as experienced users. These interview question covers latest version of jQuery which is jQuery 2.0.
