Friday, October 31, 2014


Monday, August 4, 2014

Telescope & Meteor

Telescope is an open-source app that lets you easily set up your own online community. It's built with Meteor, a real-time Javascript framework, and you can use it to create your own discussion board, social news site (like Hacker News or Reddit), or collaboration space.


A Few Of Telescope's Features

Real-time Updating
Watch as posts and comments update live.

Invite-only Access
Control access to make Telescope either private or public.

Notifications
Never miss a reply thanks to built-in email notifications.

Markdown Support
Markdown makes it easy to format your posts beautifully.

Flexible Authentication
Telescope is flexible: log-in however you want.

Responsive & Mobile-ready
Acesss your site from your phone, tablet, or desktop.

Multiple Views
Rank posts by date, votes, or view the best posts of each day.

Meteor - A better way to build apps

Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started

Sunday, July 27, 2014

CSS Media Queries for iPads & iPhones


iPad Media Queries
iPad in portrait & landscape
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* STYLES GO HERE */
}

iPad in landscape
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* STYLES GO HERE */
}

iPad in portrait

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* STYLES GO HERE */
}

iPad 3 & 4 Media Queries

Retina iPad in portrait & landscape

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
/* STYLES GO HERE */
}

Retina iPad in landscape

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
/* STYLES GO HERE */
}
Retina iPad in portrait

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
/* STYLES GO HERE */
}

iPad 1 & 2 Media Queries

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){
/* STYLES GO HERE */
}

iPad 1 & 2 in landscape

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
/* STYLES GO HERE */
}

iPad 1 & 2 in portrait

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
/* STYLES GO HERE */
}

Wednesday, August 26, 2009

Tips for New emerging Ajax Framework - Jquery

The simplicity, advanced features and strong support are common arguments for developers preferring jQuery against other JavaScript-frameworks. In fact, jQuery is one of the most popular JavaScript frameworks, with powerful tools that can significantly improve the user’s interaction with Web applications. jQuery has an additional advantage in that it allows developers to select elements on a page using CSS-like syntax.

To help you improve your skills, in this article we present 50 useful new jQuery techniques and tutorials that have been created recently and that could make the development of your next website an easier and more interesting experience than the last.

Please visit this url:

http://www.smashingmagazine.com/2009/08/23/50-useful-new-jquery-techniques/

regards,


Satheesh kumar.M
+919841206303
blog:http://satheeaseelan.blogspot.com

Monday, January 5, 2009

User Interface tool

Axure RP enables application designers to create wireframes, flow diagrams, prototypes, and specifications for applications and web sites faster and easier than creating static mockups with their current tools.

catch that @ http://www.axure.com

Friday, January 2, 2009

To get particular value in an arraycollection

Script :-

arraycollectionname[number].arrayname

To Save Pdf form using adobe pdf live cycle

script for saving adobelive cycle form
app.execMenuItem("SaveAs");


and also reader extension needed to save filled data