blogging@Zed-Axis
Second Generation of Web
Posted On: Sep 26, 2008   
 
Web 2.0 stands for the Second Generation of World wide Web. The phrase Web 2.0 was coined by O'Reilly Media (a publisher of computer literature) in 2004. Previously World Wide Web was a collection of websites but now it is a completed computing platform serving web applications to end users and the main trend is to replace desktop computer applications and put them on the web for users that's why Web 2.0 is going to be source, media and platform for many purposes. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Globalization Testing
Posted On: Sep 25, 2008   
 
Globalization testing is a method to find out the problems in application design that could be possibly be taken to a level of globalization. Globalization testing assures you of the fact that it supports international platforms, with appropriate codes that are able to handle the changes in environment without crashing the functionality. Globalization testing tests functionality of the product in any culture/locale settings with every type of international input possible. Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  1 Comment
Concentrate on the UI Testing
Posted On: Sep 25, 2008   
 

Because

(First Impression is the Last impression)

People run behind attractive things, go anywhere, but only those things are successful which have the combination of attraction and quality. Same rule follows in our software industry, if your software has attraction and quality then customer will follow you. Now you people will be thinking about the USP of software and the most appealing USP is “USER INTERFACE” (UI).

Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Magical Steps Behind Software Testing
Posted On: Sep 22, 2008   
 
These days where every industry are facing lot of competition against its products or application, only those companies could survive in this market, that offer safe, secure and quality product or application to customer. There are some magical steps behind to develop quality product or application. Just follow these steps and deliver a quality product to your customer. Take a one step further with the following steps and be a preferred choice of your target customers: Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Importance of Web Usability
Posted On: Sep 22, 2008   
 

Usability in website means that there should be a user centric way of doing things in website design process. Usability should not be an afterthought. Testing and fixing a website after it has been built is useless and not likely to produce good results.

Advantages of planning usability into our website will result in increased customer satisfaction, efficiency, success, and completion along with reduced long-term development, training and support costs.

Read More...
 
Posted In :  Web Design
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
SEO for Better Rankings
Posted On: Sep 22, 2008   
 
SEO (Search engine optimization), is the process of making our website to appear higher in search engine results pages. Page rankings depends on a number of factors, search engines evaluate our website’s relevance and readability before passing on it a position or ranking on the search engine results page. The more relevance the search engines determine our website has for a given search, the higher the website will rank. SEO is the art of getting a website to work optimally with search engines like Google, Yahoo, MSN etc. Read More...
 
Posted In :  Search Engine Optimization
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
What is JavaScript
Posted On: Sep 18, 2008   
 
JavaScript is a scripting language. It is a trademark of Sun Microsystems. The main use of JavaScript is to interact with HTML that provides HTML a programming tool. Its looks like JAVA but it is more easy and flexible than JAVA. JavaScript uses prototypes instead of classes for defining object properties. It also supports most of the current browsers. It is a client side language. You can validate text fields, disable buttons, validate forms, or change the background color and many more with your page. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Using CSS Sprite in Web Pages
Posted On: Sep 18, 2008   
 
A CSS sprite is a technique to create a single image file that contains all the images laid out in a grid, requiring only a single image and only a single server call. It is a technique to decrease the number of HTTP requests made for image resources referenced by our site. It can be very effective for improving website performance, particularly in situations where many small images, such as menu icons, are used. CSS property “ background-position” can be used to shift the visible area of the combined image. This technique has also been used on the Yahoo! home page. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Ajax for Quick Responsive Websites
Posted On: Sep 18, 2008   
 
Ajax is a term that refers to the use of a group of technologies together. Earlier web applications submit user completed forms to a web server and the web server responds by sending a web page back. This makes applications run more slowly and awkwardly than their native counterparts. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Bug Tracking Tools
Posted On: Sep 17, 2008   
 
Bug Tracking tool is a utility to file out the bugs during application testing. This tool helps to file out and view bugs that appear during the software life cycle. This tool is basically used by Testers and Developers. Testers test the application and report the bugs using bug tracking tools and Developers view and then resolve those bugs with appropriate resolution status. Bug tracking tool is a very easy and useful way to track the application bugs. Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  1 Comment
Risk Management in Software Development
Posted On: Sep 17, 2008   
 
Software Testing is critical phase of any software development project. Developers and testers must ensure that the new developed Application/Product meets the requirements of the customer and products are reliable and able to operate consistently to the laymen under any circumstances. Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Software Testing from a Tester's View
Posted On: Sep 16, 2008   
 
Software Testing Practices Software Testing is a process to detect or uncover the defect in particular Software under specified circumstances. No one can claim that this application is totally bug free. But with following the process of testing you can be assured it that this application is bug free under these circumstances (According to client specification). During the beginning of software evolution, main focus of industry was only coding. Industries used to focus a lot on the coding in Software Development Process. Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
JavaScript for Interactive Web Pages
Posted On: Sep 15, 2008   
 
JavaScript is an object based scripting language created for developing Internet applications. We can develop server applications or client applications with JavaScript. We can also embed JavaScript code in Web pages, which are written in HTML (Hypertext Markup Language). JavaScript is an extension to HTML that helps us create more sophisticated Web pages than we ever could with HTML alone. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Structuring Web Pages Using XHTML
Posted On: Sep 11, 2008   
 
XHTML (Extensible Hypertext Markup Language) is similar to HTML. If anyone knows how to create Web Pages using HTML, then he already knows most of what he needs to know about creating Web pages using XHTML. Although HTML can define both the appearance and the structure of a Web page, XHTML defines the structure of a Web page while relying on other technologies, such as CSS (Cascading Style Sheets), to state the formatting information. XHTML is a markup language like HTML, but was made to conform to the XML standard. Read More...
 
Posted In :  Web Design
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Using Web Standards in Web Pages
Posted On: Sep 11, 2008   
 
WWW is a common space where users can share information to work together, play, and socialize. But in this period of tremendous growth, the Web needs guidance to realize its full potential. Web standards provide the necessary guidance and help to ensure that everyone has access to the information we are providing, and also make web development faster and more enjoyable. Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
CSS Hacks Using Browser Specific Selectors
Posted On: Sep 08, 2009   
 

Earlier, the main problem with the CSS has been lack of browser support. CSS Browser Selector gives us the ability to write specific CSS code for each operating system and each browser. To send different CSS rules to IE, we can use the child selector command, which IE can’t recognize. The child selector command involves two elements, one of which is the child of the other. So, html>body refers to the child, body, contained within the parent, html.

Read More...
 
Posted In :  Web Development
Posted By :  Zed Administrator


Zed-Axis Blog  1 Comment
Beware of Phishing
Posted On: Sep 08, 2008   
 
What is Phishing? Now a days it is known to send an email to user falsely claiming to be an established company in an attempt to get user’s private information that will be used to spy in future without user knowledge. The email is basically directed towards you to click on a link that is directed to a website and prompt you to update your personal information. The linked website is the exact actual copy of the company website claimed over the net Read More...
 
Posted In :  Others
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Blogging and Related Definitions
Posted On: Sep 02, 2008   
 
Blog is short form of "weblog". In other words it refers to an online diary which can subscribe and can be organized into categories. Blog is similar to an empty ebook on which we can write anything, can add pictures, images, audio, videos and can take the comments from people's all over the web and make us popular over the Internet. Read More...
 
Posted In :  Others
Posted By :  Zed Administrator


Zed-Axis Blog  1 Comment
VerificationValidation Model
Posted On: Sep 01, 2009   
 
The objective of Verification & Validation is that it assures that our software application meets user's needs. Both are the testing processes but the difference between Verification & Validation is that In Verification we focus on process testing and in Validation we focus on the Product testing. After completing Verification process, the Validation process starts. Read More...
 
Posted In :  Software Testing
Posted By :  Zed Administrator


Zed-Axis Blog  Comment!
Follow us on Facebook Follow us on TwitterRSS Feed LinkedIn
 Recent Posts
Happy Holi
Google Buzz At the first Glance
Hackers Beware Gmail Now Comes with Secured Encryption
Recession Gone By Software Companies in Delhi are now Recruiting Actively
Software Company Delhi Growing Story of IT Parks in Delhi India for Software Companies
 Tags
 Subscribe
AddThis Feed Button
Zed-Axis BlogSubscribe to Zed-Axis Newsletter
 Categories
 Take our opinion Poll
 Media Updates
 News
 Press Releases
 Zed-Axis@Twitter
 Archives
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009