May 16, 2008

AJAX

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > AJAX

free web hosting

AJAX



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : ajax

  1. Ajax: Achieve Ajax Program In 5 Lines Of Code! - (1)
    Well Last night, after a week of irritation and errors I finally created an easy Javascript object
    that easily and quickly allows you to develop an AJAX program in just 5 easy steps! Here's
    the link to the object I've created: http://www.demolaynyc.astahost.com/ajaxConn/ajaxConn.js
    Download it and read the Readme file that's under the same directory:
    http://www.demolaynyc.astahost.com/ajaxConn/Readme.html Basically what this object does is to
    connect to a server-side script (".php, .asp, .jsp, etc"), and what ever this script displays is
    sent back ...
  2. I Liked This Form Builder - It also uses Ajax (4)
  3. Ie 7 Issue With Ajax - Some ajax calls dont seem to work (1)
    function reload_char() { race_id = Ext.get('race').dom.value; gender =
    Ext.get('race_gender').dom.value; face = Ext.get('race_face').dom.value; hair_id =
    Ext.get('race_hair').dom.value; // race race_letter =
    Array('H','E','T','M','G'); race = race_letter ; /*
    //gender if(race == 'G' || race == 'M') { gender = ''; } //hair
    if(hair_id == 1) { hair = 'a'; } else { hair = 'b'; } image =
    '80px-'+race+gender+face+hair+&...
  4. Problems With Trying To Validate Ajax Called Html - (1)
    I've been validating my site on http://validator.w3.org so far so good but what I'm
    interested in is validating my page that has been modified by Ajax requests. Viewing the source code
    afterwards wont show the new code in Firefox and its the same for other browsers I believe(yes I
    have tried and cant remember ever seeing the newly inserted HTML in the source code). I'm
    certain my code is not going to be valid there because I've hacked away at getting it to work
    and its very long so there are bound to be mistakes hence the reason why I would want to va...
  5. Zk - the number 1 Ajax Framework (1)
    ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with
    little programming. Its an event-driven, component-based framework to enable rich user interfaces
    for Web applications. ZK includes an AJAX-based event-driven engine, a rich set of XUL and XHTML
    components and a markup language called ZUML (ZK User Interface Markup Language). With ZK, you
    represent your application in feature-rich XUL and XHTML components and manipulate them upon events
    triggered by user's activity, similar to what is done in desktop applications. Un...
  6. Ajax Functions On Free Host - Is free hosting supported an ajax scripts? (6)
    Is it possible to add an ajax scripts to a free webhosting? If possible i would like to create a
    website using a pure ajax scripts... /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" />.. An additional to this question is.. Is there a way ajax scripts will
    be suported by back button on browsers? (firefox, ie etc. supported)?...
  7. Php - Ajax: E-mail Protection, Clickable Image - (2)
    Description Concept sparked by the following topic: Email Address Protection From Spam Bots
    . The idea is to have an image, when clicked on, turn into selectable text. The e-mail is encoded,
    and that encoding is sent to the server through AJAX to be decoded via PHP. After it is decoded, it
    gets sent back to be inserted into a text field which is automatically selected upon clicking the
    image. I have decided to keep things limited to one page for now, where the concept can be easily
    seen. Code $get = $_GET ; if ($get != ""){ echo "...
  8. Integrity Checks Failing During Multiple Ajax Request - somehow the checks fail due to lag. (0)
    Heres my merit system at its current stage. http://sonesay.trap17.com/index.php note: select a
    character from the drop down list to see output. I've been working on this locally on my mac
    and because of little or no delay I did not see the problem until I decided to upload to the WWW.
    The problem lies in the adding of merits to each category. Although there are integrity checks on
    the PHP side before executing the update to mysql database it somehow fails because of the lag. i.e
    multiple 'add' buttons can be pressed before the section gets reloaded. so if...
  9. Ajax Request Messing Up Format - need help to figure out a better way to do this. (1)
    my merit system here. http://sonesay.trap17.com/chars.php I've got a heading where it
    includes a number being the total that can change. Initially I've loaded it with a default value
    of 0 and then after the ajax retrieval gets replaced with a dummy value of 1 for now(I will do
    correct calculations later). The problem here is I'm not sure how I'm suppose to layout the
    heading properly to allow ajax updates to take place and only affect the number count. What happens
    after the ajax call is the new output number in this case '1' is is put on a ne...
  10. Ajax - Internet Messenger (im) Connected To Ym, Jabber, Gtalk - (2)
    Internet Messenger (IM) server are becoming high interest nowdays since meebo.com launch its
    services that collaborate to other IM server. behind the service, AJAX take the best part on showing
    its power. with ajax technology, meebo becoming the busiest IM site in the world. there is another
    free source of ajax based-IM "Claros". It's collaborate into Jabber network such as Gtalk. And
    now i'm seeking of documentation about how to collaborate IM server (ajax based) into YM. please
    get me an info, thanks...
  11. Real Time Updating With Ajax - I need a bit help with ajax in this real time chat script. (5)
    CODE <script type='text/javascript'> function submitForm() {     var
    xhr;     try { xhr = new XMLHttpRequest(); }                     catch(e)
        {           xhr = new ActiveXObject(Microsoft.XMLHTTP);     } xhr.onreadystatechange
    =function() { if(xhr.readyState == 4) { if(xhr.status == 200)
    document.getElementById('c').innerHTML="SENT"; else
    document.ajax.dyn.value="ERROR CODE" + xhr.status; } }; var data=document.ajax.dyn.value;
    //var chat=document.aja...
  12. Ajax Code Need Help Debugging. - (9)
    I did a tutorial on ajax started to write my own It was all working well under safari but when i
    tried to test it out on other broswers it doesnt seem to work at all. I've spend a few hours
    already going over it and cant seem to figure it out at this stage. Heres the code that works under
    safari function createRequestObject(){ var request_o; //declare the variable to hold the object.
    var browser = navigator.appName; //find the browser name if(browser == "Microsoft Internet
    Explorer"){ /* Create the object using MSIE's method */ request_o = new ActiveXObj...
  13. Ajax - A New Technology - AJAX relies on Java Script (10)
    Recently i did one of my project using AJAX and i could experience the real advantage of this
    Language , What do you say about that ?...
  14. Faux Ajax Loading - Css Only - Pretend your site is Ajax based (3)
    Link: http://www.jlhaslip.trap17.com/samples/misc/ajax/index.html Check that out. The first page
    has information and the second and has the actual example of its use with sample CSS code. I find
    that when you visit a site which has a slow server and attempt to view 'large' Image files,
    it is pretty boring to sit and stare at a blank screen, so this little snippet of code can be used
    to give the visitor something to see to indicate that the image is being downloaded. I built a
    small animated gif that sits in the background of the space allocated for the image...
  15. How Can I Make An Auto-updating Shoutbox Type Script? - I have a few ideas involving AJAX but im looking for something more.. (4)
    Hi all. Ive just started to experiment with AJAX working with PHP and MYSQL to get data and display
    it and im looking to implement it into a shoutbox similar to the one here on the forums but i have a
    question... i know how to use ajax and JS to refresh the contents of a DIV every few seconds r so
    and that essentially reloads the shoutbox content as the REFRESH button does up there ^^ on the
    shoutbox but i think it silly that it should update every few seconds even if theres no new activity
    so what im looking for is a way of letting my AJAX know when there is a new ent...
  16. Concerns On Ajax With Java - (3)
    Source article from Sun: http://java.sun.com/developer/technicalArticles/J2EE/AJAX/ Well, from
    this article, it shows that Ajax can be achieved with Java using Java Servlets or JSP's. For
    those who don't know what AJAX is, it's an object in Javascript technology that allows for
    instant communication between client-side and server-side. It's like changing a page's
    content without having to reload the whole page. Let's move on... Now when I looked at the JSP
    source code, the servlet's function was to simply validate a text and send back a r...
  17. Ruby On Rails, Ajax, Scriptaculous, Etc. - (2)
    Since Web 2.0 has become one of the top buzzwords nowadays, I'm curious about the new languages:
    Ruby (on Rails), AJAX and scriptaculous are several methods programmers use to make web
    applications. I'd like to build some applications, but the trouble is where to start. How easy
    is it to make a web app in the first place? Which programs/languages have a learning curve
    that's not so steep? ...
  18. Remote Ajax - Wtf?! (1)
    Any reason why Ajax doesn't work remotely? It looks almost as if ajax only works if its getting
    or sending info from the same server. What gives? could this have anything to do with the possible
    abuse of brute force scripts? If so, wouldn't this be a limitation in the browser only? Are
    there any browsers that allow remote Ajax? ...or am I doing something wrong? (I left that question
    at the end for a reason... I am sure that my script is flawless seeing as it works perfectly if i
    try to access something locally, but the second I try something remote, no info ...
  19. Scripting Help On Ajax Shoutbox - (1)
    HI, I'm currently working on an AJAX web app. It's a shoutbox. I have here attached the .js
    file fully documented so it's easy to understand. Problem: An error message alert occurs in IE
    6 Help: I need someone who can fix a code so that the error won't show up in IE. Note: I've
    tested it under Firefox and Opera and it works very well. Here's the code: /** * ezShout -
    AJAX/PHP ShoutBox * by Albert Villaroman * * For help and tutorials on usage, please refer to
    manual * * Note: Due to JS lack of standard OOP conventions, treat "Shoutbox...
  20. Help With Ajax - I can't figure it out... (0)
    Hello, I have recentlty ran into a problem on my website : When a user logs in, it adds him to an
    active users list in the MySQL database, but if they don't click the "logout" button, and just
    leave the site, it keeps them in the active users list forever until I manually go into the database
    and take them out. I heard from a friend that you could use AJAX to find out if the user is active,
    if he's not and he stays inactive for a certain amount of time, then it will take him out of the
    active users list. So I go to learn AJAX because all of the other languages I...
  21. Ajax Web Apps - (0)
    Well I just finished learning AJAX and want to start an AJAX web application. the thing is that I
    don't know what kind of application I want to work on so I'm asking you guys to come up
    with one that will use HTML, CSS, Javascript and PHP. Nothing too big but nothing to small as well.
    I'm starting a small ShoutBox. I want a type of application that would be used by companies. I
    have a software in mind where companies like Fast Food restaurants could install on their websites
    and have customers easily make orders while employees will see incoming orders live...
  22. Script.aculo.us - A Library Of Ajax Scripts To Improve Your Website's Design - many ways to impress your visitors (0)
    SCRIPT.ACULO.US Homepage AJAX is a futuristic language used by experts to
    program the web. It adds many interesting features which will enhance your website. Click the link
    below for a demo of all the things you can do with the AJAX scripts available on script.aculo.us:
    http://wiki.script.aculo.us/scriptaculous/show/Demos The current version (1.7.0) of the entire
    library of their scripts is available as a download in ZIP , TAR.GZ and TAR.BZ2
    format. ZIP {146KB} TAR.GZ TAR.BZ2 Please see the documentation available on...
  23. Ajax And Php - question (9)
    Hi Dears i want learn Ajax , i know PHP and mysql , i want include ajax interface into my php
    projects . but i can not find tutorial about ajax in pixel2life.com or google. i need good tut about
    begin ajax and how its work and more samples to use if you have good link about ajax plz post here
    And if you about ajax software kit plz post here thanks /smile.gif" style="vertical-align:middle"
    emoid=":)" border="0" alt="smile.gif" /> ...
  24. Building A Chat Using Javascript, Php, And Ajax - (2)
    I have heard that you can build a chat for a website that would display the username, etc, using
    PHP, Javascript, and AJAX. So Im wondering how this can be done and if there are any tutorials on
    how to do it, or tutorials on AJAX. Thank you....
  25. Killer App For Creating Ajax Web Applications - Its Free! - (0)
    Its called PHP Designer 2006, and it supports advanced programming environment for PHP, HTML, XML,
    CSS, JavaScript, Java, Perl, VB, C#, Java & SQL, and all these technologies are perfect for Ajax.
    The work area is very easy and simple which makes it great for beginners. I recommend this for the
    people that want to start ajax. http://www.mpsoftware.dk/phpdesigner.php ...
  26. Backbase - A Great Ajax Development Framework - Has anyone tried it out yet? Its really cool! (2)
    Has anyone tried out BackBase yet? Its a great AJAX developing framework that allows you to create
    rich applications, using JS, XML and optionally some PHP. I was REALLY fascinated by this framework
    when I first tried it! You can create applications like Windows Live Mail, with customized
    context menus, etc. I highly recommend that you try out this framework for developing great USER
    friendly and feature-rich applications. Although, please note that the FREE version is around 30MB+
    and takes a long time downloading and uploading! If you are going to try it out...
  27. Test Edit Title + Description > changes go here - AJAX edit feature > changes go here (0)
    this is a test post to edit title + description of a post via AJAX edit feature of the forums.
    DISREGARD....
  28. Ajax - Asynchoronous Javascript + XML (22)
    Know that that google is bringing new services like gmail, google suggest, maps and earth it would
    be interesting to know how it was done ... i was reading an article in a magazine and what they use
    is AJAX that means Asynchoronous Javascript + XML and it refers to the combination of Document
    Object Model (DOM), XHTML, CSS, XMLHttpRequest and Javascript AJAX is not a new technology, is
    just the combination of some other powerfull technologies ... the idea of AJAX is to make an
    application run from the web like if it is running in the owners pc ... to forge...
  29. Ajax Shoutbox For Ipb - Beta 2 Release - (4)
    Hi guys, Here's one of our preview releases of the projects going on under Antilost - an AJAX
    based ULTRA-LIGHT (only 20KB) Shoutbox, that works extremely fast and without refreshing your whole
    page. Can be easily integrated into IPB - although full integration module not ready yet. A
    demonstration can be found at: http://www.antilost.com/community/ Keep in mind that this is a
    develpomental release and is not completed yet. As we finish more and more of the coding part, the
    subsequent releases will be readily made availabel for download. So make sure you keep c...
  30. Ajax - Anybody else using it? (14)
    Hi everybody, I'm starting to use AJAX (Asynchronous Javascript And Xml), and it is quite nice
    and very cool. I was just wondering if anyone else is using it here yet?? Thanks! ...



Looking for AJAX

Searching Video's for AJAX
Ajax:
Achieve Ajax
Program In 5
Lines Of
Code!
I Liked This
Form Builder
It also uses
Ajax
Ie 7 Issue
With Ajax
Some ajax
calls dont
seem to work
Problems
With Trying
To Validate
Ajax Called
Html
Zk the
number 1
Ajax
Framework
Ajax
Functions On
Free Host Is
free hosting
supported an
ajax
scripts?
Php - Ajax:
E-mail
Protection,
Clickable
Image
Integrity
Checks
Failing
During
Multiple
Ajax Request
somehow the
checks fail
due to lag.
Ajax Request
Messing Up
Format need
help to
figure out a
better way
to do this.
Ajax -
Internet
Messenger
(im)
Connected To
Ym, Jabber,
Gtalk
Real Time
Updating
With Ajax I
need a bit
help with
ajax in this
real time
chat script.
Ajax Code
Need Help
Debugging.
Ajax - A New
Technology
AJAX relies
on Java
Script
Faux Ajax
Loading -
Css Only
Pretend your
site is Ajax
based
How Can I
Make An
Auto-updatin
g Shoutbox
Type Script?
I have a few
ideas
involving
AJAX but im
looking for
something
more..
Concerns On
Ajax With
Java
Ruby On
Rails, Ajax,
Scriptaculou
s, Etc.
Remote Ajax
Wtf?!
Scripting
Help On Ajax
Shoutbox
Help With
Ajax I
can't
figure it
out...
Ajax Web
Apps
Script.aculo
.us - A
Library Of
Ajax Scripts
To Improve
Your
Website'
s Design
many ways to
impress your
visitors
Ajax And Php
question
Building A
Chat Using
Javascript,
Php, And
Ajax
Killer App
For Creating
Ajax Web
Applications
- Its
Free!
Backbase - A
Great Ajax
Development
Framework
Has anyone
tried it out
yet? Its
really
cool!
Test Edit
Title +
Description
> changes
go here AJAX
edit feature
> changes
go here
Ajax
Asynchoronou
s Javascript
+ XML
Ajax
Shoutbox For
Ipb - Beta 2
Release
Ajax Anybody
else using
it?
advertisement



AJAX



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE