• About Me
  • My Slides

WindyGallery's Weblog

~ I am a normal man in quite imperfect little World.

WindyGallery's Weblog

Monthly Archives: April 2010

Java Interface

26 Monday Apr 2010

Posted by windygallery in Developer

≈ Leave a comment

Tags

interface, java

public class TestReadInterfaces {

 B b;
 C c;    

 public TestReadInterfaces()    {
 A a = new A();
 Class [] fs = a.getClass().getInterfaces();
 for (int i=0; i<fs.length; i++)    {
 System.out.println(fs[i].getName());
 }
 }

 public static void main(String[] args) {
 new TestReadInterfaces();
 }

}

class A implements B, C {

}

interface B {

}

interface C {

}

Mobile Web Development

12 Monday Apr 2010

Posted by windygallery in Developer

≈ Leave a comment

Tags

browser, development, mobile

Mobile Web Design Trends For 2009
http://www.smashingmagazine.com/2009/01/13/mobile-web-design-trends-2009/

Designing for the Mobile Web
http://articles.sitepoint.com/article/designing-for-mobile-web

XHTML Mobile Website Templates
http://mobiforge.com/starting/story/xhtml-mobile-website-templates

Google Mobile Browser
http://www.google.com/gwt/n

Detect Mobile Browser
http://detectmobilebrowser.com/

jQuery

12 Monday Apr 2010

Posted by windygallery in Developer

≈ Leave a comment

Tags

jquery, tutorial

jQuery is a JavaScript Library for improving web user interface by writing less code.
http://jquery.com

jQuery Tutorials for Designers
http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/

jQuery in Wikipedia
http://en.wikipedia.org/wiki/JQuery

jQuery Selectors
http://www.tutorialspoint.com/jquery/jquery-quick-guide.htm

JQuery Documentation & APIs
http://docs.jquery.com/Main_Page
http://api.jquery.com/category/effects/

Special Effects
PreLoader
http://dinolatoga.com/2009/04/26/how-to-create-a-visual-image-preloader-using-jquery/

Reel, Spinm Round
http://jquery.vostrel.cz/reel?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed%3A+annaroi+%28%E0%B9%81%E0%B8%AD%E0%B8%99%E0%B8%AD%E0%B8%A3%E0%B9%88%E0%B8%AD%E0%B8%A2%29

Lazy Image Loader
http://www.appelsiini.net/projects/lazyload

Subscribe

  • Entries (RSS)
  • Comments (RSS)

Archives

  • August 2017
  • November 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • May 2012
  • February 2011
  • January 2011
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • April 2009
  • March 2009
  • November 2008
  • October 2008

Categories

  • Developer
  • Events
  • Games
  • IDeas
  • Love
  • Photos

Meta

  • Register
  • Log in

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • WindyGallery's Weblog
    • Already have a WordPress.com account? Log in now.
    • WindyGallery's Weblog
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar