Recently changed documents

Features

More documents like this are at:  Enterprise Integration

4-Oct-13

Features

Understanding Fragments through Key Questions

More documents like this are at:  Fragments and Dialogs

27-Sep-13

Understanding Fragments through Key Questions

Shoes: what are good companies

More documents like this are at:  Products

19-Sep-13

Shoes: what are good companies

Protecting kids for unintended internet content: Open DNS and Routers

My Experience with Samsung Galaxy S4

More documents like this are at:  Android 1.5

17-Sep-13

You will find here my experience using Galaxy S4 from Samsung. You will also find things like how to create wi-fi hotsport or tether it to a computer etc.

How can I install older office products

More documents like this are at:  Computer Hardware

15-Sep-13

How can I install older office products

You may have to watch #oblivion three times to realize it is still disappointing

Midnight in Paris is not a bad flick!

More documents like this are at:  Movies

9-Sep-13

Midnight in Paris is not a bad flick!

Samsung Galaxy S4

More documents like this are at:  Products

8-Sep-13

Samsung Galaxy S4

Reportedly Sleep boosts Myelin cell production

More documents like this are at:  Health

4-Sep-13

User Experience

More documents like this are at:  00.15-Research

28-Aug-13

User Experience

Samsung Chromebook is hugely Underwhelming!

More documents like this are at:  Products

28-Aug-13

Samsung Chromebook is hugely Underwhelming!

Retaining fragments across configuration changes

More documents like this are at:  Fragments and Dialogs

21-Aug-13

Retaining fragments across configuration changes

Can multiple servers wait on the same port?

More documents like this are at:  Tomcat

12-Aug-13

Can multiple servers wait on the same port?

what are the various connector node attributes?

More documents like this are at:  Tomcat

12-Aug-13

what are the various connector node attributes?

Lean Analytics by Alistair Croll

More documents like this are at:  Books

7-Aug-13

Lean Analytics by Alistair Croll

A list of databases in the market place

More documents like this are at:  CS-SQLServer

6-Aug-13

Persistence is a corner stone of all computer applications. The approach to persistence in an application **should** carry lot more weight than the frameworks that are normally used to display or manipulate that data.

Persistence and Databases takes a new precedence with web where a variety of databases can all of a sudden open up new alleys to programability over the web.

This trend is evident in a number of multi-tenanted cloud based systems such as Salesforce or Microsoft Dynamics or Parse.

As a web developer these database are important to me because I salivate what can be done with each the strengths that each database bring to the table to push the programmable web by end users.

The goal is no longer where one database rules it all. Bring the diversity and exploit each for their strengths through the cloud.

A Road map for Learning Android

More documents like this are at:  Android Basic UI

2-Aug-13

We (Sayed, Dave, and I) have spent over 4 years exploring and writing about Android. We have published 5 books in that space on Android and a numerous research notes.

Jitesh, A good friend of mine, has asked me a question a while ago: In what order should I learn Android? When do I know I know Android?

As if that is not an incentive enough, the ever enterprising Paul Bittutsky from Stanton prep borrowed my book to learn Android. Now I am compelled to give a road map.

This is a feeble attempt in answering that question. You can use this as a roadmap or a guidepost for your learning of android.

For the rest of the article click on the title above...

What is Genymotion?

More documents like this are at:  Android 1.5

30-Jul-13

What is Genymotion?

Should I buy a chromebook

More documents like this are at:  Computer Hardware

30-Jul-13

Should I buy a chromebook

Key conferences

More documents like this are at:  Android 1.5

29-Jul-13

Key conferences

Yaramitha Vanamaalina

More documents like this are at:  Music

26-Jul-13

Yaramitha Vanamaalina

Android Security News

More documents like this are at:  Android 1.5

26-Jul-13

Android Security News

This article should answer the following questions or have the topics that include

What are client side widgets?
What are template servers?
What is the architecture?
Can you show me some diagrams?
What tools did you use?
Are there code snippets for important concepts?
Role of CSS in template servers?
What essential CSS do I need to learn?
What are the files that this architecture is implemented in?
  Javascript filenames
  Files in the CMS
Are there synergisitic technologies that already address this?
Are there other technologies that already do this available to public?
what are the limitations at the moment?
How can this be further improved?
What is the future?
References

Silly Grapefruit

More documents like this are at:  Shells: My Writes

25-Jul-13

Grape is not a fruit
as there is Grapefruit,
And Grapefruit is not Grape!!

css running notes

More documents like this are at:  CSS

22-Jul-13

css running notes

twitter facebook google icons

More documents like this are at:  CSS

20-Jul-13

twitter facebook google icons

Online stores

More documents like this are at:  00.15-Research

19-Jul-13

Online stores

This art effort from google is remarkable

More documents like this are at:  Humanities Current

15-Jul-13

This art effort from google is remarkable

Comments in css

More documents like this are at:  CSS

13-Jul-13


<style>

/* css comments */

.someclass
{
 attribute1:value;
 a2:value;

/* More css comments */
 attribute1:value;
 a2:value;

}

/* More css comments */
</style>