Thứ Năm, 19 tháng 2, 2015

The Daily Build - 20 Feb 2015. Hello Android - The Hello World Application

The Daily Build - 20 Feb 2015. Hello Android - The Hello World Application
Click here Field Service Management, Logistics, ERP, Healthcare ...
100+ Drag Drop, Gantt style Scheduling, UI Design and Text Analytics - Industry Tested software components for managing, reporting, presenting Enterprise Information in any development platform - Silverlight, WPF, Windows, .NET, ActiveX, OCX, COM – Get Started Today!

New Articles, Tech Blogs and Tips

.NET Framework

  (1 votes) by Max R McCarty (updated 8 hours ago)
How to prevent XSS in ASP.NET
  (1 votes) by Anton Angelov (updated 22 hours ago)
If you compare your expected DateTime with the real one, they usually won't be equal because of the seconds, milliseconds, etc. Because of that we need a better way to assert DateTimes with some kind of delta.

ASP

  (0 votes) by Francis S Michael (updated 23 hours ago)
CodeProjectiTextSharp is a most popular PDF Library to create,modify and do some additional manipulation with PDF files. In this article, I'm going to explain how to convert an text file to PDF while uploading. Ground work:                           Before starting we need to download the iTextSharp

Boards / Embedded devices

  (0 votes) by REX ST JOHN (updated 12 hours ago)
In this article I will be demonstrating how to create a basic Node.js application using Intel Mashery's JamBase API with Intel Edison and XDK. You will find accompanying GitHub source in the provided repo.
  (0 votes) by REX ST JOHN (updated 12 hours ago)
This guide explains how to connect to your Intel IoT Platform using the Eclipse IDE on Windows*, OS X*, or Linux*.
  (0 votes) by REX ST JOHN (updated 10 hours ago)
In this guide, you'll connect to the Intel® Edison board through a terminal and update the firmware on your board.

Caching

  (1 votes) by Hrvoje Batrnek (updated 14 hours ago)
Seamless caching and easy implementation of any virtual method in any class.

Design and Architecture

  (3 votes) by Rasik Bihari Tiwari (updated 15 hours ago)
Let's understand exactly what is Dependency Inversion principle and what it is not. How people confuse it to be dependency injection which is it NOT.

Edit Controls

  (3 votes) by Jan Martin H. (updated 14 hours ago)
This is how to create a simple numbers only Textbox that will always work

Game Development

  (7 votes) by Vahe Karamian (updated 3 hours ago)
The third article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (0 votes) by Right Handed Monkey (updated 23 hours ago)
Get Hours of Training in Unity and 3D Modeling for an Extremely Low PriceThis is such a good deal I figured others may be interested in it.  Over at Slashdot Deals there is a 'name your own price' bundle for some pretty extensive game development courses.  The courses are hosted by Udemy.  If you wa

Hardware & System

  (0 votes) by Joan Magnet (updated 8 hours ago)
Base class for OMRON PLC communications

Libraries

  (3 votes) by Yin Kan (Gavin) Lee (updated 14 hours ago)
Create Excel File using Openxml without loading the entire DOM

Other .NET Languages

  (1 votes) by Anton Angelov (updated 22 hours ago)
Generic properties validator C# and VB.NET code

PHP

  (0 votes) by Right Handed Monkey (updated 21 hours ago)
If you are using iconv to filter out invalid characters for strings and you migrate to PHP 5.5, you may experience the nasty bug that bit me.Currently I am converting all my web data from a nice UTF-8 format to ISO-8859-1 (otherwise known as ISO Latin-1) for use for inserting into PDF reports using

Product Showcase

  (0 votes) by Nathan Carver (updated 12 hours ago)
The goal of this document is to show you how to write code and connect the hardware to establish BLE communication between an Intel Edison and a Bluetooth 4.0-equipped Android device, using free software tools and low-cost, off-the-shelf hardware.
  (0 votes) by Nathan Carver (updated 12 hours ago)
This DIY project shows you how to convert a store-bought toothbrush holder into an IoT home appliance.
  (0 votes) by REX ST JOHN (updated 12 hours ago)
This guide contains steps for installing the Intel® XDK IoT Edition, as well as creating and running a simple application on the Intel® Galileo or the Intel® Edison board.

Programming Tips

  (0 votes) by Right Handed Monkey (updated 22 hours ago)
What is this NCEES exam and why would I want to take it?The NCEES is a governing body that is allowed to license people and companies to practice engineering.  Any company with "Engineer" in the title needs to have a professional engineer (PE) or they may get sued by the professional engineering soc

Static & Panel Controls

  (0 votes) by Right Handed Monkey (updated 22 hours ago)
[1] Why an abstract horse?  See below.What are static bindings?Static bindings are functions or variables that can be called on a class that don't need an object created to use them first.  For example, you don't need to use the new operator to call a static method or access a static variable.  Thes

Testing and QA

  (1 votes) by Anton Angelov (updated 22 hours ago)
If you are creating .NET libraries most probably you need to create NuGet packages to distribute your code. You can make your life easier if you create an automatic Jenkins Job for the purpose.

Tree Controls

  (0 votes) by Vyacheslav Chernykh (updated 8 hours ago)
CTreeView is the advanced TreeView control for .NET WinForms that supports more features, different layouts and any controls in the nodes.

Uncategorised Technical Blogs

  (0 votes) by Right Handed Monkey (updated 22 hours ago)
Apache Forbidden Access Issues Linking files to Apache on a new install of Cent OS 7 with Apache 2.4 was not quite as smooth as I imagined.The SetupI'm working a new server and I want to link to another location so I can use Dropbox to work on files locally and have them automatically updated to my
  (0 votes) by Right Handed Monkey (updated 22 hours ago)
Don't be caught looking like a fool when your website fails unexpectedly.  Find out errors ahead of time using automatic testing techniques.  In this article we discuss automatic regression testing.  Use PHP to setup your own continuous integration server.When you are responsible for a updating a we

Web Services

  (0 votes) by REX ST JOHN (updated 10 hours ago)
Accessing and Using IoT Analytic

Work Issues

  (1 votes) by SneakyPeet (updated 23 hours ago)
We can have value objects be more than just information carriers. We can have them do some work for us.A ScenarioGiven a contract and some time sheet data for an employee we need to calculate invoice lines for billing a client. We can use an object called an InvoiceLineCalculator to calculate the re

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

Android

  (34 votes) by Varavut (updated 15 hours ago)
learn to develop your first Android application
  (1 votes) by Right Handed Monkey (updated 9 hours ago)
This post explains how to use the WorxForUs Network framework to have an Android app that works robustly even in areas that have poor network connectivity.

Audio and Video

  (30 votes) by Sergey Alexandrovich Kryukov (updated 5 hours ago)
The convenience of this Sound Recorder is defined by its minimalism and understanding of the purpose

C / C++ Language

  (29 votes) by Michael Chourdakis (updated 8 hours ago)
One-call of any DLL function with custom parameters, implemented with C++ tuple and templates.

Client side scripting

  (5 votes) by newton.saber (updated 14 hours ago)
Learn Angular and Firebase API (AngularFire) for live storage of data via Internet using nosql db.

Database

  (12 votes) by Jörgen Andersson (updated 15 hours ago)
  (7 votes) by DrABELL (updated 10 hours ago)
Technique to extend capability of standard SQL by adding the Aggregate Product Function
  (1 votes) by DrABELL (updated 10 hours ago)
Generate large data series by using Cartesian Product and small data table

Game Development

  (12 votes) by Sergey Alexandrovich Kryukov (updated 6 hours ago)
Derived work: customizable Tetris with pure HTML + JavaScript + Canvas, using strict mode, complete with help and all classic Tetris operations

Product Showcase

  (0 votes) by Kevin_Hulse (updated 15 hours ago)
Use Atalasoft's DotPdf SDK to improve workflow processes with external customers.

Programming Tips

  (7 votes) by DrABELL (updated 2 hours ago)
Prime Factoriing algorithm implemented in free online Factorization Calculator

Không có nhận xét nào:

Đăng nhận xét