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

Sunday, January 8, 2012

Android Apk File: Duke Nukem 3D Android Game Download.

Yes!!! We can play Duke Nukem on Android!


Android Apk File: Duke Nukem 3D Android Game Download.

Silverlight File Manager - CodeProject®

Introduction to Article

Silverlight applications have no direct access to the file system of server. To gain access to the server file system needs to be done the proxy (gateway) page.
I created a gateway class for processing requests. The class can be used in the ASP .NET WebForm and ASP.NET MVC projects.
File Manager is created as custom control based on the ListBox. The control has a method for sending requests to the server.
All requests are sent asynchronously via helper class. The helper class is optimized for File Manager, but it can be easily modified for other purposes.
Data exchange is carried out in the JSON. Is it optimal for traffic volume.



Silverlight File Manager - CodeProject®
Enhanced by Zemanta

Thursday, January 5, 2012

Multitouch and gesture detection part 2 | Hello Android

English: An image depicting a one finger drag ...
Image via Wikipedia
Introduction to Article

In my previous article I showed how to create a simple class that handles the basic gesture events such as ACTION_DOWN, ACTION_MOVE, ACTION_POINTER_DOWN, ACTION_POINTER_UP, ACTION_UP. Combinations of these, you can implement all of touch gesture stuffs thats you need in your work with a touch screen phone.


Multitouch and gesture detection part 2 | Hello Android
Enhanced by Zemanta

156 Useful Run Commands

Windows logo
Image via Wikipedia
Another bookmarkable Reference site! This one lists 156 run commands for windows and what they do!

156 Useful Run Commands
Enhanced by Zemanta

VB.NET and C# Comparison

English: Logo for C Sharp (programming language)
Image via Wikipedia
Here is an awesome side-by-side comparison between VB.Net and C#. It really comes in handy when you know how to do something in one of these languages but not sure how to do the corresponding thing in the other! This one is a must. Bookmark this one!

VB.NET and C# Comparison
Enhanced by Zemanta

Tuesday, January 3, 2012

Kinect & HTML5 using WebSockets and Canvas - CodeProject®

Kinect for Xbox 360 logo
Image via Wikipedia
Introduction to Article
Kinect defined Natural User Interaction. HTML5 redefined the Web. Currently, there are various tutorials describing how to interact with a Kinect sensor using Windows Forms or WPF for the user interface. But what about using a web interface for handling Kinect data? Trying to combine those two hot, cutting-edge technologies, I came up with a pretty and open-source solution, which I am going to describe in this blog post.


Kinect & HTML5 using WebSockets and Canvas - CodeProject®
Enhanced by Zemanta

Monday, January 2, 2012

Google Plus Brand Page - Blogger Widgets

Image representing Blogger as depicted in Crun...
Image via CrunchBase
Image representing Google as depicted in Crunc...
Image via CrunchBase
I found out about two great articles today about integrating Google+ features into Blogger!


During the initial launch, Google Plus was limited to personal profiles unlike it’s rival Facebook which had a platform where brands can create pages for themselves. Plus was then a platform for connecting people to people and not with brands.During the initial phase it never allowed Brands to Create profiles for themselves by imposing strict name checks while creating the profile. In 2011 November Google however released it’s equivalent of the Facebook Pages, which they have termed as Google Plus Brand Pages.


How to Create a Google Plus Brand Page - Blogger Widgets


If you have already created a Google Plus Brand Page, then it is time to promote your Brand Page right from your Blog. You can do so by adding a Google Plus Page Badge on your Blog. The Page Badge has two variations.The standard badge displays the profile pictures of the people who have +1 ed your Brand Page along with the +1 count and an Add to Circles Button. The badge has a minimal version as well.



Add Google Plus Page Badge to Blogger

Enhanced by Zemanta

Using Google Calendar with VB.NET and ASP.NET - CodeProject®

Introdution to article from Code Project that is really, really useful!

I searched and searched, but I couldn't find any complete examples which showed how to directly work with the Google Calendar API, so after piecing together my solution from many many different examples, I decided to publish this small project as much for my own need to cement the methodologies in my own mind as to help others who may also need to do the same


Using Google Calendar with VB.NET and ASP.NET - CodeProject®
Enhanced by Zemanta