Monday, January 30, 2012

HTML5 Ising Simulation - CodeProject®

Introduction to Article by Florian Rappl


Exploring a simple physics simulation of ferromagnetism with the displaying power of HTML and multi-threading over WebWorker


HTML5 Ising Simulation - CodeProject®
Enhanced by Zemanta

Thursday, January 26, 2012

Notification Control in Silverlight - CodeProject®

Introduction to Article by Jawahar Suresh Babu

We used to see a Notification tool tip in Windows 7/Vista to inform something about particular context. For example, Capslock warning will be given through a balloon tip on Passwordbox, if capslock has ON. Or sometimes low battery information will be displayed on the Taskbar.


Notification Control in Silverlight - CodeProject®

Tuesday, January 24, 2012

Simple Gestures on Android - CodeProject®

English: Food2u running on an Android phone. E...
Image via Wikipedia
Introduction to Article by Fredrik Bornander

How to use simple touch events to capture gestures on the Android platform


Simple Gestures on Android - CodeProject®
Enhanced by Zemanta

Zipping using System.IO.Compression - CodeProject®

Introduction to Article by Tecfield

This post shows how to create a zip package using System.IO.Compression



Zipping using System.IO.Compression - CodeProject®
Enhanced by Zemanta

Monday, January 23, 2012

App Inventor Goes Open Source with MIT | Widgets Lab

MIT Center for Mobile Learning is now live! They took over App Inventor from Google. Fun time!!!  Click: http://appinventoredu.mit.edu/developers-blogs/hal

App Inventor Goes Open Source with MIT | Widgets Lab
Enhanced by Zemanta

Android project structure (Eclipse) - CodeProject®

English: http://www.findwhosephonenumberthisis.com
Image via Wikipedia
Introduction to Article by Bart Dubois


Memo about structure of the android project and Support Package.


Android project structure (Eclipse) - CodeProject®
Enhanced by Zemanta

Advanced Debugging in Visual Studio - CodeProject®

The Microsoft Visual Studio .NET logo.
Image via Wikipedia
Introduction to Article by Pankaj Chamria

Many of us developers do not look beyond the basic F9, F10, F11, F5 and Watch windows while debugging in Visual Studio. Due to this we end up wasting hours debugging an issue or simulating a condition which ideally could have been achieved in a matter of minutes if we utilized the rich debugging features available out of the box in Visual Studio.
Advanced debugging tips are scattered all over the web but I thought that a consolidated list would be very useful for developers to embrace and start using the techniques.


Advanced Debugging in Visual Studio - CodeProject®
Enhanced by Zemanta

Sunday, January 22, 2012

Animations in HTML5 - CodeProject®

English: W3C HTML5 Badge in SVG.
Image via Wikipedia
Introduction to Article by Florian Rappl

HTML5 is becoming more and more popular. With the increasing popularity of mobile devices such as tablets and smartphones, the need for alternatives to the popular Flash plugin from Adobe has also been growing. Just recently, Adobe announced that Flash will no longer be supported for mobile devices. This means that Adobe itself will focus on HTML5 as a key technology for those devices - and desktop systems sooner or later.
One disadvantage of HTML was the lack of multimedia techniques. In HTML, you could not display a video or draw on the screen. With HTML5, new elements such as  and have been introduced. Those elements give developers the possibility to use multimedia technology in "native" HTML, just by writing some JavaScript in combination with HTML. A basic action that should be provided by multimedia technologies is animation. In HTML5, there are some ways to create such actions.
In this article, I will only compare the new   element with the upcoming CSS3 animation technique. Other possibilities would include the creation and animation of DOM elements or SVG elements. Those possibilities will not be included in this discussion. It should be noted from the beginning that the canvas-technology is supported in the current releases of all major browsers, while CSS3 animations are only possible in the latest editions of Firefox and Chrome. The next IE will also provide CSS3 animations.


Animations in HTML5 - CodeProject®
Enhanced by Zemanta

Friday, January 20, 2012

Aggregated Intelligence: Visual Studio Achievements–Gamification of software development

Want points for doing your job? If you use Visual Studio you can add an Add-On that gives you XBox 360/Playstation 3 style Achievement points while you do your job. Here is an example:



Aggregated Intelligence: Visual Studio Achievements–Gamification of software development

Wednesday, January 18, 2012

HTML5 animation using a texture atlas - CodeProject®

Deutsch: HTML5 Logo English: HTML5 official lo...
Image via Wikipedia
Introduction to article by Ed Welch

In last week’s tutorial we used the canvas control to make a character’s eyes follow the mouse. This week Nelly the elephant is back again. This time we will add some animations and use a texture atlas. If you are reading this on Code Project you can see the code in action at the original blog entry.

HTML5 animation using a texture atlas - CodeProject®
Enhanced by Zemanta

Expert Cheat Sheets & Tutorial Guides for Developers | DZone Refcardz

Here are some free cheat sheets for Computer programmers. Take a look. These are very useful!!!!


Expert Cheat Sheets & Tutorial Guides for Developers | DZone Refcardz
Enhanced by Zemanta

Enterprise Mobility Apps, Platforms & Devices - Enterprise Mobile Applications







Enterprise Mobility Apps, Platforms & Devices - Enterprise Mobile Applications

Monday, January 16, 2012

Android Apk File: iTap mobile RDP remote client Android App Full Download

Remote control your Windows PC from your Android Phone!

Android Apk File: iTap mobile RDP remote client Android App Full Download
Enhanced by Zemanta

HTML5/CSS3 graphic enhancement: buttons, inputs - CodeProject®

Introduction to Article by DrABELL

Suggested technique does not require any graphic files like .jpg or .png, etc. All aesthetic enhancements, like: rounded corners, color gradients, borders and shadows are achieved exclusively via CSS3 styling, thus resulting in very small digital footprint and fast web page load.

Following code snippet demonstrates web page novel styling technique using HTML5/CSS3 advanced features: rounded corners, gradients (in particular, color-stop property), shadows applicable to HTML5 elements, in particular, input, button and div elements.


HTML5/CSS3 graphic enhancement: buttons, inputs - CodeProject®
Enhanced by Zemanta

Sunday, January 15, 2012

Home Automation with Netduino and Kinect - CodeProject®

Introduction to article


Home automation has been an interest of mine for a long time. There is a bunch of bad technology in the marketplace and the products are too expensive so I decided to build my own. I started out with the Arduino microcontroller which was really fun but the code quickly became hard to maintain because it was not object oriented. Additionally it could not do multithreading or real debugging with breakpoints and such. I refactored the code for C# and the .NET Micro Framework. I choose the netduino plus, http://www.netduino.com/netduinoplus/specs.htm, for the microcontroller which has a built in Ethernet adapter for network communication.


Home Automation with Netduino and Kinect - CodeProject®
Enhanced by Zemanta

File Inventory - A Hybrid Version Control System - CodeProject®

Introduction to Article

Occasionally, I need to know the files in a directory have been added or removed recently. For example, I want to know if an image file has been deleted or added in picture directory. It is similar to the functionalities of Version Control System without the cumbersome of setup, check-in, check-out and separate storage; something simple and easy to use. Window OS does not include such a tool and I can not find anywhere mentioned.
Arms with knowledge of nowadays programming technology and Google Search, it seems not too difficult to write one.
In this article, I will show how I:
  • Convert idea into design
  • Write an Inventory class to inventory files
  • Save persistent data to SQLite database
  • Call to a .bat which runs different sql scripts each time
  • Discuss some future enhancement and variety to design


File Inventory - A Hybrid Version Control System - CodeProject®
Enhanced by Zemanta

Friday, January 13, 2012

Google releases Android Design app guidelines | Hello Android

Here is a great thing: Google has a new website to teach the guidelines to make the most of the design of Android 4.0. Just got to Android Design.

Google releases Android Design app guidelines | Hello Android
Enhanced by Zemanta

Implement Windows authentication and security in WCF Service - CodeProject®

Here is a great article

Here, I’ll explain how we can implement Windows authentication with transport level security in intranet environment.


Implement Windows authentication and security in WCF Service - CodeProject®

Android Apk File: Copy Paste It 4.06 CyberAndroid

Check this out!
Overview: Copy text from ANY screen to your clipboard. Then, paste it into any text box.
Requirements: Android OS 1.5+

UNIVERSAL COPY AND PASTE!

*May require a rooted phone (depends on phone)*


Android Apk File: Copy Paste It 4.06 CyberAndroid
Enhanced by Zemanta

Thursday, January 12, 2012

Android Apk File: MathStudio 5.2 CyberAndroid

I am soo gonna install this one!


MathStudio, formerly SpaceTime, is the most comprehensive math app available for Android phones and tablets. Whether you need a simple calculator to do your finances or a replacement for your TI graphing calculator, MathStudio is the most powerful and versatile calculator available on the Android Market.



Android Apk File: MathStudio 5.2 CyberAndroid
Enhanced by Zemanta

Wednesday, January 11, 2012

Display Google Analytics Using .Net - CodeProject®

Introduction to Article

Google provides a set of client libraries for interactingwith GData-enabled services, in a variety of programming languages. Using theselibraries, you can construct GData requests, send them to a service, andreceive responses.

Below is a list of services you can access:

Blogger
Calendar
Calendar Resource
Code Search
Contacts
Content API for Shopping
Documents List
Email Audit
Email Settings
Google Analytics
Google Apps Provisioning
Google Health
Google Webmaster Tools
Notebook
Picasa Web Albums
Spreadsheets
YouTube

For the purpose of this tutorial we will be accessing GoogleAnalytics using the the .net Client Library which is available from here.


Display Google Analytics Using .Net - CodeProject®

Android Apk File: Where is My Car 1.4 CyberAndroid

Intro

Overview: How many times have you lost your car in parking lot? Thousands of times?
Requirements: 2.1+


Android Apk File: Where is My Car 1.4 CyberAndroid

Advanced Debugging in Visual Studio - CodeProject®

The Microsoft Visual Studio .NET logo.
Image via Wikipedia
Introduction to Article

Many of us developers do not look beyond the basic F9, F10, F11, F5 and Watch windows while debugging in Visual Studio. Due to this we end up wasting hours debugging an issue or simulating a condition which ideally could have been achieved in a matter of minutes if we utilized the rich debugging features available out of the box in Visual Studio.
Advanced debugging tips are scattered all over the web but I thought that a consolidated list would be very useful for developers to embrace and start using the techniques.


Advanced Debugging in Visual Studio - CodeProject®
Enhanced by Zemanta

Tuesday, January 10, 2012

Monday, January 9, 2012

Making a simple Twitter app using iOS 5, Xcode 4.2, and storyboards - CodeProject®

Image representing Twitter as depicted in Crun...
Image via CrunchBase
introduction to Article


How to use iOS 5, Xcode 4.2, and storyboards to create a simple Twitter app that will list tweets and show details about each tweet.


Making a simple Twitter app using iOS 5, Xcode 4.2, and storyboards - CodeProject®
Enhanced by Zemanta

HTML5 Eyes that follow the mouse - CodeProject®

English: W3C HTML5 Badge in SVG.
Image via Wikipedia
Introduction to Article

I made a cute flash movie of an elephant ages ago. Among other things, the eyes of the elephant followed the cursor. Unfortunately subsequent flash security updates broke the functionality (if you want mouse move events outside the flash control, you need special permissions). So, I decided to convert it to HTML5. To see the result in action you need to go to the origonal blog entry.


HTML5 Eyes that follow the mouse - CodeProject®
Enhanced by Zemanta

Always Innovating Announces The HDMI Dongle - An Itty Bitty Alternative To The Set-Top Box | Hello Android

Dongles
Image by ghbrett via Flickr
I want to get one of these

Always Innovating, a company which "leverages the latest developments in open source technologies worldwide to create innovative products that solve real problems for consumers," will be debuting a new device at CES this year – the HDMI Dongle. The Dongle looks to replace the set-top box for those who aren't interested in buying a hefty (or more expensive) GoogleTV device.
AI's HDMI Dongle is essentially a complete system on a chip, and has some incredible specs for such a tiny device. Supposedly starting at just $79, the device comes with a Cortex-A9 processor (capable of 1GHz to 1.8GHz speeds, depending on configuration), between 256MB and 1GB RAM, Wi-Fi, Bluetooth, and NFC Connectivity, an accelerometer, and a bundled remote.


Always Innovating Announces The HDMI Dongle - An Itty Bitty Alternative To The Set-Top Box | Hello Android
Enhanced by Zemanta