web design
  • 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

  • October 06, 2010 by admin

    San Francisco Web Design in SOMA

    Xillent Studios have just settled into another design lab right off of the San Francisco Bay Bridge in SOMA. There are many new web designs coming out from our design lab. This new location is located off of 3rd Street about … Read More

  • January 17, 2010 by admin

    Happy Martin Luther King, Jr. Day!

    Hope everyone is resting up this weekend and enjoying the coming Monday not working. Those of you who still have to work on Monday should go and ask your boss for that day off. If your boss says “NO” then … Read More

  • January 14, 2010 by admin

    Donating to Haiti Victims

    Recently, Haiti was hit with an 7.0 earthquake. Bill Clinton and Wyclef Jean have made it easy to make contribution to this region and its victims. To donate $5, text “Yele” to 501501 and $5 will be charged to your … Read More

  • January 02, 2010 by admin

    Blog Sites and the Company that benefits

    After spending the last 2 months finishing up some work on several projects, I find myself looking back at some of these projects and estimating which project will take off more than others. Even when we thought that we have … Read More

  • October 23, 2009 by admin

    Gym Software

    Xillent is proud to be releasing its gym software for online uses. We have been working in the sport/entertainment industry for almost a decade and compiled a solution for gym and mma school owners. This martial arts software includes the … Read More

  • August 27, 2009 by admin

    MMA Template

    We are the best in the MMA industry when it comes to websites and MMA templates creation. Sometimes our new clients are much satisfied to know that they are working with knowledgeable professionals in their industry. It is perfect to … Read More

  • August 06, 2009 by David

    JQuery Accordion Style Toggle

    Goal: Build an accordion style toggle for a page with multiple info boxes. Example: http://www.xillent.com/pipeline/sales_info.asp?cid=29 First Attempt: Use jquery script: Problem with First Attempt: We want the image inside the header to show “minus” when we click on it. However, … Read More

  • 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

  • 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