Recently changed documents

A nice solution to use google docs as the input to your CMS

submitting a large form through ajax

More documents like this are at:  jquery

3-Oct-12

submitting a large form through ajax

Formalize microtemplating engine in Aspire

More documents like this are at:  Aspire Notes

1-Oct-12

Formalize microtemplating engine in Aspire

Another Jquery sample

More documents like this are at:  jquery

1-Oct-12

Another Jquery sample

Collected notes on JQuery

More documents like this are at:  CS-JavaScript

1-Oct-12

What is API level and how is it used?

More documents like this are at:  Android 1.5

29-Sep-12

What is API level and how is it used?

What are the Java projects in Apache?

More documents like this are at:  CS-Java

29-Sep-12

What are the Java projects in Apache?

How to reorient your energy?

More documents like this are at:  00.15-Research

29-Sep-12

How to reorient your energy?

UX Resources for Android

More documents like this are at:  Android Basic UI

28-Sep-12

Whats up with Dell Boomi?

More documents like this are at:  00.15-Research

28-Sep-12

Whats up with Dell Boomi?

How can I high light a phrase in Microsoft word persistently?

OpenGL Textures

More documents like this are at:  OpenGL

22-Sep-12

OpenGL Textures

Modelling tools for 3D

More documents like this are at:  OpenGL

22-Sep-12

Modelling tools for 3D

Relationship between texture target and texture name?

More documents like this are at:  OpenGL

22-Sep-12

Relationship between texture target and texture name?

What is a Download manager

More documents like this are at:  00.15-Research

21-Sep-12

What is a Download manager

tbd: figure out how this could be useful to websites.

Qualcomm Efforts on Android

More documents like this are at:  Android 1.5

21-Sep-12

whats new in windows server 2012?

More documents like this are at:  00.15-Research

21-Sep-12

whats new in windows server 2012?

What is work.com?

More documents like this are at:  00.15-Research

20-Sep-12

looks like a cloud based HR/performance/team management tool from Saelsforce.

What is OpenCL? Note it is not OpenGL...

More documents like this are at:  00.15-Research

20-Sep-12

What is OpenCL? Note it is not OpenGL...

Mathematics of Bending/Folding Surfaces

More documents like this are at:  00.15-Research

19-Sep-12

Mathematics of Bending/Folding Surfaces

Research log on understanding Custom Attributes in Android

More documents like this are at:  Android 1.5

18-Sep-12

Research log on understand Custom attributes

OpenGL ES 2.0 Sample Code

More documents like this are at:  OpenGL

17-Sep-12

OpenGL ES 2.0 Sample Code

How to take a snapshot on an android device

More documents like this are at:  Android 1.5

17-Sep-12

How to take a snapshot on an android device

what is DDMS?

More documents like this are at:  Android 1.5

17-Sep-12

what is DDMS?

What is Get Satisfaction?

More documents like this are at:  00.15-Research

14-Sep-12

What is Get Satisfaction?

How can I debug OpenGL errors?

More documents like this are at:  OpenGL

14-Sep-12

How can I debug OpenGL errors?

What is fragment testing?

More documents like this are at:  OpenGL

14-Sep-12

The output of frament processing is to figure out the target pixels and their characteristics. However before these pixels are written to the framebuffer to become part of the screen they have to undergo number of tests. Does the pixel position in the framebuffer is currently owned by this OpenGL context or Is that controlled by someone else. If the depth testing is on, is this pixel behind another pixel? Is there a stencil active that may block this pixel from showing? These are are called fragment tests. If the pixels don't pass the test they won't be written to the frame buffer.

opengl books and resources

More documents like this are at:  OpenGL

13-Sep-12

opengl books and resources

what is color sum?

More documents like this are at:  OpenGL

13-Sep-12

How to add the primary and secondary colors of a fragment (pixel)