Twitter application set-upToday I will continue my article Sign in with Twitter and will tell how to set up Twitter application and how to get Consumer key and Consumer secret in Twitter.I guess you already know what Twitter is and its purpose. If not, detailed information about Twitter you can find here ...
GoDaddy is one of the largest hosting and domain registration provider, offering all the features that can be imagined – email, database and blogging are only the beginning. GoDaddy users know that it has a wide range of management features. And this simple guide will help you to easily configure your email settings.&n...
In my previous post we were trying to create the list of tweets and connect them to the
website. HTML framework for this purpose was registered directly in
JavaScript code. Today I will tell about one more opportunity of work
with HTML templates aimed at JSON data output, i.e. JavaScript template engines.Th...
Today, the amount of users who use mobile devices for their web activities is about to exceed the number of PC users.And
with the new adaptive design for mobile devices and the release of the
iPad, a new trend has appeared with the retina display. Retina Display
is a brand name used by Apple for liquid crys...
Sign in with Twitter (Part 1)Today many websites on the World Wide Web offer different types of
authentication, using its own internal functionality or through various social networks.
Often, they use different resources such as Loginza, uLogin, LoginMe
and others. In this blog, I’m going to tell you how to...
First and most important is to build your knowledge and
information-gathering from the official sites that reflect their
namesakes. For php information php.net is the best site. For jQuery the
best is jquery.com. At these sites you can find the most comprehensive
and accurate information about of these methods,...
Renovated API 1.1 Recently, Twitter finally moved to the new version of its API - 1.1.
As a result, there have been many changes from previous version.Now,
you can not search without authentication. Also restrictions on the
number of connections per minute are imposed, such a method «search» 180
connections is...
HTML5 features more than 10 new tools to work with forms. The
previous version just had a few types of tools such as checkbox, radio,
text, password, file, and submit. HTML5 featues all of these and much
more. One of the new tools is email
1) Detecting JS variables in the html by ID. Probably, you would expect to see an error about variables. But you would be surprised - the form will be logged into the console.So you must be careful when giving id’s to your html elements to avoid unexpected errors.