Ajax

Ajax is used to create asynchronous requests to different resources. You can find here tutorials and tricks about Ajax coding.


Show number of subscribers from Mailchimp

Mailchimp mascot

Show number of subscribers from Mailchimp Today I’ll try to show you how to get the number of subscribers from Mailchimp. I have been using Mailchimp with great success so far for 2 years now. Can’t really complain about them really. However in all honesty, I was looking today at my account and couldn’t find

6 free mobile device emulators for testing your app

responsinator

6 free mobile device emulators for testing your app If you made at least one website that was responsive, you certainly know how important these tools are. Here is a list with helpful websites in which I tested my apps during and after development. This is NOT a top, just a list. 1) Responsinator Responsinator

jQuery ajax tutorial example

jquery_logo

jQuery ajax tutorial example This is probably the most interesting and yet complicated thing from our tutorial series. This is the magic that modern websites are using in order to update in real time their content, database, etc. What is AJAX ? Ajax stands for Asynchronous JavaScript and XML. From Wikipedia, it is a group of interrelated web development techniques used on

Learn Jquery step by step [ jQuery Course ]

jquery_logo

Learn Jquery step by step We’ve been talking since some time now about some advanced techniques regarding this thing called “jQuery”, but now it is time to cover it in more detail and structure it also for beginners. We will start a little journey with jQuery, trying to cover in detail the most significant parts,

Let’s laugh a bit…

You all know how programming can be boring and time consuming sometimes, so why don’t we explore the fun part of it today ? I saw in the past an article about something like “the funniest comments in the code that you encountered” or something similar, and I told myself “hey, this could be a

Building web apps with Phonegap.

Building web apps with Phonegap. Because the mobile platforms expanded a lot in the last years, people started switching programming languages in order to be hired. This is a problem that can be partially solved with the next thing I will present to you, and you will see why I use the word “partially”. The

jQuery autocomplete _rendeItem method

jquery ajax call

The problem I remember that back in the past I had problems with a persons autocomplete that I built with jQuery for a client. The request was simple at first, but then he wanted to add pictures in the left of the generated names list. When the user wrote a letter in the input, from

How to make a jQuery ajax call

jquery ajax call

How to make a jQuery ajax call I’ve had this exact thing a few days ago when I wanted to run form post requests in background asynchronous and wanted to have the form output after each iteration from looping through an array. I received from my friends that I could have used output_buffering off or

Request an article ←