Wednesday, August 15, 2012

Less - The dynamic stylesheet language.


http://lesscss.org/

LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino.

Tutorial

http://verekia.com/less-css/dont-read-less-css-tutorial-highly-addictive





Friday, July 27, 2012

Database Tools, Tutorials


pgAdmin III :- pgAdmin III is a comprehensive PostgreSQL database design and management system


PostgreSQL tutorials :- http://www.postgresql.org/docs/8.0/static/index.html


MySQL Workbench :-MySQL Workbench provides a graphical tool for working with MySQL Servers and databases


MySQL Administrator :- MySQL Administrator is a program for performing administrative operations, such as configuring your MySQL server, monitoring its status and performance, starting and stopping it, managing users and connections, performing backups, and a number of other administrative tasks.








www.klairvoyant.in

Monday, July 23, 2012

Installing the JDK in debian

1) Download and Uncompressed the JDK file


2) move the JDK directory to /usr/lib/jvm

Example
sudo mv ./jdk1.7.0_02  /usr/lib/jvm/jdk1.7.0

3) run

sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.7.0/bin/java" 1
sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk1.7.0/bin/javac" 1
sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/jdk1.7.0/bin/javaws" 1

4) Run

sudo update-alternatives --config java

Press enter to keep the current choice[*], or type selection number: 3


5) confirm the success of new installation 

java -version

6) Repeat the step 4 for:

sudo update-alternatives --config javac
sudo update-alternatives --config javaws



www.klairvoyant.in

Tuesday, May 15, 2012

Mobile web Development

Tools

1) PhoneGap:-Based on HTML and JavaScript.

http://phonegap.com/

2) jQuery Mobile:- Touch-Optimized Web Framework for Smartphones & Tablets

http://jquerymobile.com/


www.klairvoyant.in

Elance Tracker how to install in a 64 bit debian machine

1) Download  Adobe AIR 2.6.0 Linux   ( which is the last version available for Linux)
( http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin )

2)  Make it executable  (chmod +x AdobeAIRInstaller.bin)

3)  run it with root previlage   (sudo ./AdobeAIRInstaller.bin)

4) download elance Tracker  for Linux

5) Force installation of elance Tracker:  (sudo dpkg -i --force-architecture TrackerSetup_v2.1.1.deb)








www.klairvoyant.in

Friday, April 27, 2012

What is favicon?

A favicon is a graphic image associated with a particular Web page. Display them as a visual reminder of the Web site identity Format for the image you have chosen must be 16x16 pixels or 32x32 pixels, using either 8-bit or 24-bit colors. The format of the image must be one of PNG (a W3C standard), GIF, or ICO.



www.klairvoyant.in

jQuery Plugin Sources

Saturday, February 11, 2012

Google Web Elements

Google Web Elements allow you to easily add your favorite Google products to your website.

http://www.google.com/webelements/#!/custom-search





http://klairvoyant.in