Laliwala IT Services

Laliwala IT Services
Website Development

Friday, March 9, 2012

Domain Name Registeration - IT company

Domain Name Registeration: The number of registered domain names has gone up to more that 225 million, IT company VeriSign said today. "Nearly six million domain names were added to the Internet in the fourth quarter of 2011, bringing the total number of registered domain names to more than 225 million worldwide across all domains," said Domain Name Industry Brief published by VeriSign. The '.com' and '.net' which are called Top Level Domains (TLDs) experienced an aggregate growth in the fourth quarter, reaching a combined total of 113.8 million names, the report said. "This represents approximately 2 % increase in the base over the third quarter of 2011 and an 8 percent increase over the same quarter in 2010," it said. New .com and .net registrations totaled 7.9 million during the quarter representing 4 % rise year over year in new registrations. The '.com' and '.net' saw continuity of old websites with renewal rate for the fourth quarter reaching 73.5 %from 73.3 %in the third quarter in last year.

Information Technology Company, Cloud Computing Centers

Information Technology Company Microsoft International has shown interest in investing in the fields of education, e-governance and others in the state of Tamil Nadu (india). Jean Philippe Courtois, president, Microsoft International on Friday met Tamil Nadu Chief Minister Jayalalithaa Jayaram on Friday at Chennai and discussed about further investments in the fields of education, e-governance among others. It may be noted, Microsoft Corporation signed a MoU entered with the Tamil Nadu in November, 2005, which was aimed at accelerating Information Technology literacy amongst Government School teachers and students in Tamil Nadu (india). He added, Microsoft company is desirous of extending their core programmed like faculty empowerment for non - Information Technology faculty at higher education level, peer coaching programmed for select teachers to serve as peer coaches for colleagues, nurturing innovation and entrepreneurship among students in higher end education / Information Technology Departments and Nurturing software start ups and establishment of Cloud Computing Centers which will serve as a Centre of Excellence in cloud computing, according to Tamil Nadu government’s release. The released added, the Chief Minister Jayalalithaa Jayaram promised all help in collaboration with Microsoft Corporation for the training programmed and in establishing the Cloud Computing Centers in Tamil Nadu.

M commerce payment services

Mobile Payment Gateway (online M commerce payment services) : Telecom operator Bharti Airtel has launched first of its kind mobile wallet service 'airtel money' in two state One in Maharashtra and second in Goa circle recently. With M commerce payment services, customers can make payments and transfer money (online M commerce payment services) across the country. The national availability of airtel money follows the success of service’s first phase of launch in Delhi NCR and Chennai in last year. According Airtel, In this two state (Maharashtra, Goa) at Bharti Airtel, has crossed 50,000 subscribers within the first 10 days of its roll out in Maharashtra and Goa state. The service is now available in 700 cities and towns across the country. Bharti Airtel has Crosse 180 million customers in the country. The service is operated by its wholly owned subsidiary Bharti Airtel M Commerce Services (AMSL). Airtel money service (online M commerce payment services) will be made available to customers in all the 23 telecom circles in the next three months. Commenting on this, Mr.RameshMenon, chief executive officer, Maharashtra and Goa at Bharti Airtel, said, "As per the Reserve Bank of India’s (RBI) approval, the former has a daily spending limit of Rs 10,000 and the latter Rs 50,000. The Bharti Airtel charges Rs 5 for transaction up to Rs 500, and above transaction charge, Rs 10. The customers could choose from two airtel money accounts: express and power accounts. The company had partnerships with over 1,800 brands across the country who will accept payments via airtel money (M commerce payment services)." The brands include utility provider such as Tata Power Company, Maharashtra State Electricity Board, telecom (BSNL/MTNL), Reliance Energy, Indra - prastha Gas. Also, the insurance companies, organised retailers, mutual funds, movie theatres and local merchants and many more… who will now accept payments via airtel money (M commerce payment services).

Auto Tutorial Computer










New Computer Development In US, Scientists in the US say they have developed a computer which can respond to student emotions and boredom. A Scientists Group from University of Notre Dame, the University of Memphis and Massachusetts Institute of Technology has in fact come up with what they claim is the emotion-sensing computer software that models and responds quickly to students' cognitive and emotional states, including frustration and boredom. The new technology, that matches the interaction of human tutors, not only offers tremendous e-learning possibilities for students, but also redefines human with computer interaction, the scientists say in a release. Known as ‘AutoTutor’ and ‘Affective AutoTutor’, the programmed can gauge the student's level of knowledge by asking probing questions; analyzing the student's responses to those questions; proactively correcting misconceptions; responding to the student's own Problems. The programmed can even sense a student's frustration or boredom via facial expression and body posture and dynamically changing its strategies to help the pupil conquer those negative emotions, say the scientists. Most of the 20th century systems required humans to communicate with computers through computer, icons, menus and pointing devices. But humans have always communicated with each other through speech and a host of nonverbal cues such as facial expressions, face to face contact, posture and gesture. In addition to enhancing the content of the message, the new technology provides information regarding the cognitive states, motivation levels and social dynamics of the students, Scientists Group leader Sidney DeMello said. DeMello added: Much like a gifted human trainer, Auto-Tutor and Affective Auto-Tutor attempt to keep the pupil balanced between the emotions of boredom and bewilderment by subtly modulating the pace, direction and complexity of the tutorial task.



Wednesday, March 7, 2012

hwo to create liferay theme

Liferay theme development tutorial


In this tutorial we will cover the essential files and code needed to create a basic liferay theme.

  1. CSS
  2. HTML
  3. Velocity
  4. Java script
  5. Jquery
  6. Alloy

1. CSS
CSS stands for (Cascading style sheet)
Styles define how to display HTML elements on page


Why CSS is Used in Liferay theme?

Css is used to give good formatting and style for text
Styles define how to display HTML elements
External Style Sheets can save a lot of work
Make a global change
More flexibility
Change the appearance and layout of all the pages


2. HTML
in Liferay theme
HTML is simple but use to giving structure of template for the theme
Using Html we make table in template HTML is used only developed Static page


3. Velocity liferay theme

Velocity Language consists of.......
Java-based template engine
Open source software project
Reference objects defined in java code
Control statements
Arbitrary java methods
Java code cannot be embedded in pages
And here is it application:
A. Web applications.
B. Source code generation.
C. Automatic emails.
D. XML transformation.


4. Java Script in liferay theme

JavaScript is important to provide functionality of event that means using java script we can create input box, button, list box drop down etc
The Main use of JavaScript in theme is:
1. Functionality
2. Validate forms
3. Communicate with the serve

5. Jquery used in liferay theme

Query is a library of JavaScript Functions.

jQuery is a lightweight "write less, do more" JavaScript library.

The jQuery library contains the following features:

• HTML element selections
• HTML element manipulation
• CSS manipulation
• HTML event functions
• JavaScript Effects and animations
• HTML DOM traversal and modification
• AJAX
• Utilities

6. Alloy in liferay theme
• Is Liferay's open-source JavaScript library.
• It is a JavaScript library,
• CSS framework,
• set of HTML recipes and a taglib library.
Important of Alloy:
Simple code for professional UI
Custom form tags
Classes are available for Alloy Modules
Improve coding efficiency
Browser compatibility


Structure of liferay theme


2. Creating liferay theme from Plug-in
Open command prompt and write


Create "




For More Liferay Tutorial : Liferay Theme Development Training