Sunday, May 25, 2014

Saturday, May 24, 2014

Securing Login Credentials

In today's fastest going internet technology every popular website is compressing and prompting users for Login Credentials and improving the strength of password credential. They ask you to put strong password like mix and match or characters, numbers, symbols. These mix and match password keep your personal information safe from cybercrooks. But it become hard to remember. The solution is storing password locally. now the browsers have functionality to store your password on your local system. let suppose i am visiting a website http://www.abc.com and on the landing page it prompt for login. Put your login detail and as you put these detail and clicked submit or login browser will prompt you to save password. You need to click on it now if you visit this site latter and as you have opened http://www.abc.com it will come to your system with your login credentials you don't need to put it agian and you can simpally login.


Remember If you are using internet in cybercafe or any other public internet station don't save your password in its computer.

  

VoiceXML Architectural Model

The architectural model of Voicexml has the following components:



A document server (e.g. a Web server) processes requests from a client application, the VoiceXML Interpreter, through the VoiceXML interpreter context. The server produces VoiceXML documents in reply, which are processed by the VoiceXML interpreter. The VoiceXML interpreter context may monitor user inputs in parallel with the VoiceXML interpreter. For example, one VoiceXML interpreter context may always listen for a special escape phrase that takes the user to a high-level personal assistant, and another may listen for escape phrases that alter user preferences like volume or text-to-speech characteristics.

The implementation platform is controlled by the VoiceXML interpreter context and by the VoiceXML interpreter. For instance, in an interactive voice response application, the VoiceXML interpreter context may be responsible for detecting an incoming call, acquiring the initial VoiceXML document, and answering the call, while the VoiceXML interpreter conducts the dialog after answer. The implementation platform generates events in response to user actions (e.g. spoken or character input received, disconnect) and system events (e.g. timer expiration). Some of these events are acted upon by the VoiceXML interpreter itself, as specified by the VoiceXML document, while others are acted upon by the VoiceXML interpreter context.

Color Scheme for website

If you are looking to create a website. You must go form scratch. Scratch help you to design a good layout. For designing a website the first thing you need to think about colors. what should be the color of your website. Lets assume you are thinking to make your website in red and black how will you decide more colors give your website perfect feel. So here the solution is:

you can use Color Scheme for picking the best color according to your though



Here is the website link which will help you to choose colors http://colorschemedesigner.com/
Once the color has been selected you can start designing your layout.

Thursday, May 15, 2014

Responsite Design testing

Hi all Responsive designers, we always fetch issue in testing responsive design testing. The issue has been shorted with two Google chrome extensions "window resizer" and "Responsive Site View".

Using window resizer you can know at what exact pixel your responsive program is working or not then you can accordingly rectify your program

Now if you want to test if on any mobile platform you don't need to have that phone with you you can check it on your development computer or testing computer what you need only Google chrome with a extension "Responsive Site View" and problem is solved. And if you need to test it in a larger screen that your development computer screen you can also even check it with is custom screen feature.




Office for Linux openoffice 4.1

Apache has announced the release of OpenOffice Version 4.1 with update include a function for annotating text segments, support for iAccessible2, the ability to edit input fields in place, and improved cropping of graphics objects.

This suite will contain WRITER similler to microsoft word. CALC similler to excel IMPRESS similler to power point BASE similler to microsoft access. There are also extension packages and a Math package for constructing formulas and equations.

Monday, May 12, 2014

What is business analytic

Business analytic is the process of investigating past business report to get the real performances of business on the base of MIS or other analytic software. It helps increasing in business and decision making. Here a business analysis what has happened in past and what can be done to improve business.

Types of business analytic

  • Descriptive Analytic : It deals with past data of a business
  • Predictive Analytic : It answers what has happened in past
  • Prescriptive Analytic : It suggest what the next decision should be taken for improvement.
  • Decisive Analytic  : It support the decision using visual charts

Saturday, May 10, 2014

How to make a website responsive without boostrap

Hi every one,

This post will let you know you can make a website responsive without using boostrap. There are some simple css techniques which you have to use like meadia screen, maxwidth, minwith e.t.c.....

what you chould do is you can use first
write the simple css code in your stylesheet for desktop view
for mobile view use @media screen and (max-width: 520px) make all the div{width:100%;}
for image to make it responsite use img{max-width:100%}
you can also use grid.css for your layout

and here it is done. try it once

Common welth bank zencart plugin


This module will help you to integrate common welth bank gateway in your zencart store. After installing This module go to modules -> payment and edit cc via common welth bank. now you nedd do this

Enable MIGS Payment Module: True
Merchant-Hosted Integration Model: False
MIGS Test Host Simulator: False
and Accordingly update all the fields.



Plugin download link
https://www.dropbox.com/s/1kkue3vjjpgbpbs/common%20welth%20bank%20zencart%20plugin.zip

Hope this artical will shortout your problem

Friday, May 9, 2014