Yearly Archives: 2008

Ajax for Expression Web

If you are using Expression Web for your site in ASP.NET, may be you encounter with one of those problems, it doesnt work with custom controls in the toolbox or custom controls dont display and you get an error like unknown server tag ajaxtoolkit error message !!! To solve this issue, you have to install…

Continue Reading »

Hiding a div

I think there are a lot of people like you work a lot in code instead of design mode, for those in my situation, following a little tip to hide our big div that we create. It will allow us to see the code a little clear and more easy to work, and of course,…

Continue Reading »

Securing ajax request

Secure your request is very important since it will prevent someone to steal or to get in your datas. Following a way to do it. You have to be able to generate a secure key from the server and after to affect the key the following code : $_SESSION['Env_UserSession']['AjaxKey'] = $key_sec From the customer side,…

Continue Reading »

How to create a form in a simple click

It is very difficult to create a form, at least for people who have no knowledge about programming. There is a web site which proposes for those people to create a form in a very easy way. You just have to go to this site http://www.jotform.com , create an account (it s free totally) and…

Continue Reading »

Ajax Alternatives?

Its difficult to claim perfection in anything, even Ajax. While Ajax has enhanced the web experience for many users, and there is not shortage of people constantly praising its merits, it is perhaps no longer the newest standard. Sure, it allows relatively easy integration of interactive elements in web pages, but is it really all…

Continue Reading »

BARBER OF UNCOUTH TOWN

I thought that shaving pangs of silent victims must be rumour But then I reviewed my stand in a good humour One incident changed my convictiona s it was a fact stranger than fiction Once before facing an interview I wanted to revamp my unkempt view So went to a Barber’s shop He was busy…

Continue Reading »

CRETIVITY ORIGINALITY AND INSIGHT

Creativity and originality are two most precious things because these qualities distinguish a genius from ordinary mortals.Looking at the falling apple Newton thought why it did not go up.This critical thinking is the original way of looking at an ordinary day today 2 happening.Einstein’s Theory of relativity and his equation E=MC are the greatest instances…

Continue Reading »

Getting Started with Ajax

The start of 2005 saw the rise of a relatively new technology, dubbed “Ajax” by Jesse James Garrett of Adaptive Path. Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest() object to communicate with server-side scripts. It can send as well as receive information in a…

Continue Reading »

Introducing Asynchronous Java Script and XML (Ajax) in ASP.NET

One of the most important challenges web application developers face is the requirement for a fast and responsive user interface. AJAX was primary designed and developed with the intent of providing a fast and responsive user interface to address these challenges. According to Enrich Peterson, “AJAX-enabled pages provide a slick, responsive user experience, making web-based…

Continue Reading »

Getting started with AJAX using PHP : Tutorial

AJAX stands for Asynchronous JavaScript And XML. Any server side technology that supports JavaScript also supports AJAX. AJAX is a browser technology, and is therefore independent of web server platforms. In this article we will learn about what AJAX is, how it works, and how can we use AJAX with PHP. Please remember, AJAX is…

Continue Reading »