-
July 01, 2012 by admin
Adobe Edge Preview – Creating an Animated Bird
In our studio we have decided to test out Adobe Edge Preview. With the first test run project we’ve create a simple bird flight animation in HTML5. The first thing that we did is draw out the bird (not the actual bird that we are currently using). We did this in different frames: Perching bird, flapping bird, facing bird, and a couple of open wing drawings. Read More
- Filed under: Blog, Code Sharing, Jquery
- No Comments »
-
August 06, 2009 by David
Session Logout redirect using Ajax
PROBLEM: How to create a session control that automatically logs out the users when the session times out? In ASP, even when the session has timed out, you will still stay on the same page unless you request a new … Read More
- Filed under: ASP, Code Sharing
- 1 Comment »
-
March 06, 2009 by bcherry
Custom .NET Collection Filters with C# Extension Methods
Have you ever had a collection (it doesn’t matter what kind of collection), and done some filtering on it using LINQ methods? For example, the following: This is a pretty common usage of the LINQ extension method Where(). The above … Read More
- Filed under: C#
- No Comments »
-
February 05, 2009 by admin
PHP Soap call for WSDL Envelope and Payload
In this tutorial I will show you how to make a PHP SOAP call without declaring the long array like other examples on PHP.net and show a little hack around their built in SOAP class. First we have to understand … Read More
- Filed under: Code Sharing, PHP
- 8 »
-
February 04, 2009 by admin
Web Design Cool List
Here is a web design cool list that our firm made and it is being used or was used by millions of cool individuals. Some of these designs did not happen overnight and was worked out with our clients. 1.) … Read More
- Filed under: C#, Xillent Talk
- 5 »
-
January 31, 2009 by David
Digg, del.icio.us, technorati, blinklist, furl, reddit and other blogspheres links tutorial
In this tutorial you will learn how to use digg, del.icio.us, technorati, blinklist, furl and reddit links on your posts for your blog site. To add a quick link on your blog to all of the popular bookmarking sites, simply … Read More
-
January 19, 2009 by Mark.C
How to declare variables in the .NET framework using C#
DEFINITIONS: A variable is a specific location used to store data. In order to declare a variable you have to state a data type. Some common data types are: HOW TO: Examples of declaring ints: Examples of declaring doubles: Examples … Read More
- Filed under: C#, Code Sharing
- 1 Comment »
-
November 26, 2008 by Mark.C
Xillent CSS rollover menu bar
The method used to create the orange menu bar seen on Xillent doesn’t use any lists, unlike many other CSS rollover menus found on the web. All that is used here is one containing div, and four smaller inner divs. … Read More
- Filed under: CSS
- No Comments »