Follow the link to find out more about the apps in this commercial.
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Monday, April 28, 2014
Sunday, April 27, 2014
Gifprint - Convert Animated Gifs to Printable Flipbooks
This site lets you turn animated gifs into printable flipbooks!
Gifprint - Convert Animated Gifs to Printable Flipbooks
Gifprint - Convert Animated Gifs to Printable Flipbooks
Screenr | Instant screencasts: Just click record
No need to install anything! This allows you to record what is your screen and broadcast it.
Screenr | Instant screencasts: Just click record
Screenr | Instant screencasts: Just click record
Labels:
Instant Screencasts,
Screencast,
Screenr,
tools,
Web Tools
10 Minute Mail
Welcome to 10 Minute Mail
Beat spam with the best disposable e-mail service.
Read more at http://10minutemail.com/10MinuteMail/#5S3tJQi6if6TkHF6.99
Welcome to 10 Minute Mail
Beat spam with the best disposable e-mail service.
Read more at http://10minutemail.com/10MinuteMail/#5S3tJQi6if6TkHF6.99
Welcome to 10 Minute Mail
Beat spam with the best disposable e-mail service.
Read more at http://10minutemail.com/10MinuteMail/#5S3tJQi6if6TkHF6.99
10 Minute Mail
Dashboard - IFTTT
Here is an interesting service. It works on Android, iOS, and from the Internet.
Dashboard - IFTTT
IFTTT lets users mash up different services into "recipes" that can do
things like automatically download new Facebook photos you're tagged in
to Dropbox, send starred emails to Evernote, or call you in response to a
text message so you can escape a bad date. But connecting it to a
device extends the possibilities even further.
Dashboard - IFTTT
Saturday, April 26, 2014
How To Move Tumblr To BlogSpot
Here a couple of articles on how to import Tumblr posts into Blogger.
How To Move Tumblr To BlogSpot
Tumblr2WordPress: Export Your Tumblr to WordPress
How To Move Tumblr To BlogSpot
Tumblr2WordPress: Export Your Tumblr to WordPress
Tuesday, April 22, 2014
Monday, April 21, 2014
Essential Tweaks for Your New Samsung Galaxy S5 - Tested
I just got the the Galaxy S 5 and I like it .Here are two links that I have found useful!
11 Essential Tweaks for Your New Samsung Galaxy S5 - Tested
Galaxy S5 Features: What to Enable and Disable
11 Essential Tweaks for Your New Samsung Galaxy S5 - Tested
Galaxy S5 Features: What to Enable and Disable
Friday, April 18, 2014
How to write once, and test encrypted data storage for Windows, Mac, Linux, Solaris, Android and iOS - CodeProject
Labels:
Android,
Cross-platform,
Database,
Encryption,
iOS,
Linux,
MAC,
Windows
Reaction GIFs - Say it with a GIF!
Need to find the perfect animated gif to express emotion!? Try this site!
Reaction GIFs - Say it with a GIF!
Reaction GIFs - Say it with a GIF!
How to use Onedrive Features in a Windows Phone 8 Application - CodeProject
This article goes over how to use One Drive in Windows 8 Applications!
How to use Onedrive Features in a Windows Phone 8 Application - CodeProject
How to use Onedrive Features in a Windows Phone 8 Application - CodeProject
Monday, April 7, 2014
Microsoft's universal Windows apps run on tablets, phones, Xbox, and PCs | PCWorld
Here is something that’s come up.
Microsoft has decided to not die and hit Google and Apple harder. Last week, Microsoft
announced Universal Apps. Using Visual
Studio 2013, you can write one app that will run on PCs, Tablets, and smart phones
running Windows 8 (and Xbox One). This
means that a Windows tablet might be a reasonable alternative to use for field
recording and impacts any future mobile
developing you are going to do .
Here is some more information:
Adding sound to your HTML5 games for Intel® Architecture-based Android* devices - CodeProject
Introduction to Article
Adding sound to your HTML5 games for Intel® Architecture-based Android* devices - CodeProject
Sound is one of the most significant components for building interactive
games. A game requires not only a high caliber of graphics and alluring
story line, but also sound impacts to awe the players. Adding sound
effects to your game/application not only enhances its entertainment
value, but also contributes to the application’s/game's general cachet
of quality.
Adding sound to your HTML5 games for Intel® Architecture-based Android* devices - CodeProject
Using the touch screen in your HTML5 games on Android* devices powered by Intel - CodeProject
Introduction to the following article
Using the touch screen in your HTML5 games on Android* devices powered by Intel - CodeProject
With the dramatic acceptance rate of smartphones and tablets has come an
enormous shift in the way spontaneous experiences are delivered on
these touch devices. Native application developers have incorporated
touch events to improve the user experience and change the way users
interface with their content. Mobile devices such as smartphones and
tablets generally have a capacitive touch-sensitive screen to capture
interactions made with the user's fingers. As the mobile web evolves to
enable increasingly sophisticated applications, web developers need a
way to handle these events. For instance, almost any fast game requires
players to press several buttons at once, which, in the perspective of a
touchscreen, infers multi-touch.
Using the touch screen in your HTML5 games on Android* devices powered by Intel - CodeProject
Labels:
HTML5,
Mobile Devices,
Programming,
Touchscreen,
Tutorial
Creating your first HTML5 spaceship game for the Android* OS on Intel® Architecture - CodeProject
This is what you need for a tutorial for writing HTML5 games on Android.
Creating your first HTML5 spaceship game for the Android* OS on Intel® Architecture - CodeProject
New Features in WCF 4.5 - Part 1 - CodeProject
Article Intro
New Features in WCF 4.5 - Part 1 - CodeProject
Windows Communication Foundation v 4.5 released with lots of new
features and we have already highlighted those features in previous WCF Tutorial.
Now, we wanted to dive deeper and explore each new feature in more
detail. Here in this WCF Tutorial - Part 1, we are going to discuss the
following two new features in more details:
- Simplified Generated Config Files
- Validating WCF Configuration
New Features in WCF 4.5 - Part 1 - CodeProject
Faster page rendering by downloading JS/CSS before server generates full page - CodeProject
Intro:
Faster page rendering by downloading JS/CSS before server generates full page - CodeProject
When a dynamic page is executing on the server, browser is doing nothing
but waiting for the html to come from the server. If your server-side
code takes 5 seconds to perform database operations on the server, then
for that 5 seconds, user is staring at a blank white screen. Why not
take this opportunity to download the Javascript and CSS on the browser
simultaneously? By the time server finishes doing its work, server will
just send the dynamic content and browser will be able to render it
right away. This optimization technique can improve the performance of
any dynamic page that takes some time to finish its job on the server,
and has some js and css to download.
Faster page rendering by downloading JS/CSS before server generates full page - CodeProject
IronPython: A Quick WinForms Introduction - CodeProject
This is an article about how to make Iron Python run in WinForms in Visual Studio
IronPython: A Quick WinForms Introduction - CodeProject
IronPython: A Quick WinForms Introduction - CodeProject
Labels:
IronPython,
Microsoft Visual Studio,
Programming,
Python,
Visual Studio
Sunday, April 6, 2014
Mathematical Expression Parser Using Recursive Descent Parsing - CodeProject
Here is a good article regarding using recursive descent to create math expression parser.
Mathematical Expression Parser Using Recursive Descent Parsing - CodeProject
Mathematical Expression Parser Using Recursive Descent Parsing - CodeProject
Wednesday, April 2, 2014
Accessibility Checker: Test WCAG2 & Section 508 Compliance
Use the following link to run automated check on web sites for accessibility and code standards!
Accessibility Checker: Test WCAG2 & Section 508 Compliance
Accessibility Checker: Test WCAG2 & Section 508 Compliance
Labels:
Social meda,
tools,
Web,
Web Design and Development,
Web services
StatCounter - Free Invisible Web Tracker, Hit Counter and Web Stats
here is a service for collecting statistic for many websites and social media.
StatCounter - Free Invisible Web Tracker, Hit Counter and Web Stats
StatCounter - Free Invisible Web Tracker, Hit Counter and Web Stats
Post Limit Checker
Here is a great tool for checking to see how many posts away you are from your daily post limit in Tumblr!
Post Limit Checker
Post Limit Checker
Subscribe to:
Posts (Atom)