Roberto Abraham Scaruffi

Monday 11 May 2015


New Articles, Tech Blogs and Tips

.NET Framework

  (6 votes) by DriveByCoder (updated 20 hours ago)
An introductory look at Microsoft's Unity.
  (5 votes) by Mike Oberberger (updated 13 hours ago)
When GetProperty leaves you wondering if there really is a property named "Addreess" (sic) on the Type, using an Expression may be a better option.
  (4 votes) by rahulsahay20 (updated 3 days ago)
ASP.NET 5 Features - Part 1

Arduino

  (0 votes) by Sergiy Bogdancev (updated 13 hours ago)
Getting first USB device descriptors

Boards / Embedded devices

  (1 votes) by Intel Corporation (updated 3 days ago)
This guide explains how to install the Eclipse IDE on Windows, OS X, or Linux.
  (0 votes) by Intel Corporation (updated 3 days ago)
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
  (0 votes) by Intel Corporation (updated 3 days ago)
In this series of blogs, I will explore the various ways that the Linux capability can be integrated into an Arduino sketch, and how to leverage existing code, to make IoT development much simpler.
  (0 votes) by Intel Corporation (updated 3 days ago)
This guide contains steps to have your Orbotix Sphero* check Twitter and change its colored lights in response to new tweets posted using the hashtag #intelmaker.
  (0 votes) by Intel Corporation (updated 3 days ago)
Connecting the Intel® Edison board to your Android Phone with Serial Port Profile (SPP)
  (0 votes) by Intel Corporation (updated 3 days ago)
Play audio from your Intel® Edison via Bluetooth using Advanced Audio Distribution Profile (A2DP)

C / C++ Language

  (3 votes) by Marius Bancila (updated 2 days ago)
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK

C#

  (6 votes) by khanzzirfan (updated yesterday)
Creating circular arrow of an svg image

Client side scripting

  (2 votes) by Jamie Munro (updated 2 days ago)
Any regular readers may have noticed that I finally got around to updating and adding a new book under "My Books" on the right-hand side of the screen.  Yes, I not-so recently published my third book (and second with O'Reilly) earlier this year.The book is called 20 Recipes for Programming PhoneGap
  (0 votes) by Abhishek Maitrey (updated yesterday)
Part 3 of learning AngularJS
  (0 votes) by Peter Occil (updated yesterday)
Describes projection and view transforms commonly used in 3D graphics, such as perspective and orthographic transforms.
  (0 votes) by Jamie Munro (updated yesterday)
JavaScript: Easy Creation of "Countdown Timers"

Code Generation

  (1 votes) by rahulsahay20 (updated 2 days ago)
CodeProject Hi Friends, In Build 2015, Scott Hanselman announced one really cool tool Visual Studio Code. I thoroughly enjoyed his presentation. So, as soon as he done with the presentation, i just downloaded the same from http://bit.ly/visual-studio-code and started testing … Continue reading

Database

  (3 votes) by Shemeer NS (updated yesterday)
Passing multi row value (table) to Stored Procedure using Table Valued Parameters (TVPs) and User Defined Table Types (UDTTs)

Document / View

  (0 votes) by Jamie Munro (updated 3 days ago)
A new feature in CakePHP 2.1 is the ability to make one view extend another view.  This is a very neat feature; it's actually quite similar to the concept of Jquery templating.  The concept behind it is relatively straight forward.  You define one view that contains common elements that will be upda

Game Development

  (0 votes) by Vahe Karamian (updated 2 days ago)
This article will cover the basics of network programming using Network View in Unity 3D. We will be creating an Authoritative Server based networking environment showcasing the basics functions of network programming using Unity 3D and C#.

Hardware & System

  (0 votes) by Jamie Munro (updated 3 days ago)
Well, since one of my most popular all-time blog posts is Login system with CakePHP in under 10 minutes I think it's time that I update it to version 2.x (currently 2.2 at the time of writing).  The original post was probably written for version 1.2 or 1.1 and there have been several changes made, e

Java

  (2 votes) by Ranga Karanam (updated 2 days ago)
This is Part 1 of the 4 part series on interview questions about Collections. We discuss interview questions about different collection interfaces in this part.

Libraries

  (3 votes) by David A. Gray (updated 13 hours ago)
This article describes a class that adds color to console program displays.

Miscellaneous

  (5 votes) by Peer Adi (updated yesterday)
This is a liquid container control for displaying liquid level in container or tank.
  (0 votes) by David A. Gray (updated 3 days ago)
Share Win32 string resources without the risk of conflicting resource IDs

Node.js

  (2 votes) by Harish Palaniappan (updated 2 days ago)
A simple flickr api image extractor that will construct links to flickr api images.

PHP

  (0 votes) by Jamie Munro (updated 2 days ago)
Yesterday's article actually got me a little amped up about coding conventions – Comparing a while loop against a foreach loop of an array – because I never thought I would actually have to do a comparison between a while loop and a foreach loop on an array!  If we go back and revisit the post, I wa
  (0 votes) by Jamie Munro (updated 2 days ago)
Are you confused by the title?  I was when I first got the idea to even write this blog as well.  I was recently perusing the CakePHP change logs and came across an interesting commit – Optimization for Hash Method.The optimization is quite simple, this code:while (($key = array_shift($parts)) !== n
  (0 votes) by Jamie Munro (updated 2 days ago)
In a recent blog post – It's LEMP Not LAMP – I discussed about making the switch to using NGINX (pronounced Engine-X).  I had little-to-no issues getting by basic Wordpress blogs up and running.  However, for some reason I couldn't get my older CakePHP sites up and working.I was racking my brain for
  (0 votes) by Jamie Munro (updated 2 days ago)
PHP: Require/Include vs Autoloader
  (0 votes) by Jamie Munro (updated yesterday)
CakePHP Version Comparison with PHP Version Comparison

Reviews on Third Party Products and Tools

  (0 votes) by Val Okafor (updated 2 days ago)
Fill PDF Form in Android
  (0 votes) by Kevin Mack (updated yesterday)
Well as I posted on my course site.  I am officially closing out the Spring 2015 semester.  This semester was plagued with several scheduling problems, and as a result at times felt a little rushed.  So today I held a "make-up" of my advanced topics class and invited people to meet me at Panera Brea

SharePoint Server

  (0 votes) by Namkem (updated yesterday)
The article is a description of the SharePoint 2010 Sequential Workflow project in VS2010. The generated solution, .wsp, allows user to quickly create SP 2010 Workflows just by writing an XML file and uploading it to the SharePoint WFE.

SQL Reporting Services

  (1 votes) by Jamie Munro (updated 3 days ago)
If you use a framework of some sort, you probably haven't thought about SQL injection for some time – in fact it almost seems dated to even discuss it.  However, security should never be overlooked and it's important to not trust third party applications and people by default!  So what is the best w

Testing and QA

  (0 votes) by Jamie Munro (updated 2 days ago)
I have a few thoughts for some testing/comparison of mysql tables that I have been curious about.  Before starting though, I thought it was prudent that I should give it some thought about the approach.  The first thing that came to mind was altering the A Simple But Effective Speed Comparison code

Uncategorised Technical Blogs

  (1 votes) by rahulsahay20 (updated 2 days ago)
When to choose what?
  (1 votes) by Bryan O'Connell (updated 2 days ago)
Exploring TypeScript and what makes it sweet
  (0 votes) by Jamie Munro (updated 2 days ago)
What I learned this summer
  (0 votes) by Jamie Munro (updated 2 days ago)
A simple but effective speed comparison
  (0 votes) by Jamie Munro (updated yesterday)
MVC 3 Routing Example

You may also like...

Research Library

Sponsored by IncrediBuild
The process of releasing new software can be complex and lengthy. A rapid feedback cycle that notifies whether the latest build of the software...

Updated Articles, Tech Blogs and Tips

Applications & Tools

  (15 votes) by syed shanu (updated 15 hours ago)
In this article we will see how to use an AngularJs Filter, AngularJs Sort, AngularJs Animation, Image Mouse Over and Mouse Out Event.

Audio and Video

  (29 votes) by Evgeny Pereguda (updated 21 hours ago)
Simple lib for capturing live-video from web-camera by using Media Foundation

Files and Folders

  (285 votes) by Uzi Granot (updated 21 hours ago)
PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.13 enhancements: stream output, table page break, image quality and standard 128 encryption.