How to Update Twitter using PHP and Twitter API
In the world of socializing on internet, Twitter is a big name and for developers its Twitter’s API. Its just Twitter’s unmatchable API that is failing all other micro-blogging services (like Tumblr) out there as it allows you to do almost everything. Once you become familiar with the Twitter API you can do innumerable number of things with it like updating your Twitter statuses remotely (Hint: We’ll be making this today!), searching the latest tweets for a keyword, and grab someone’s or your latest Tweets.
Today, we’ll be making a PHP Application that helps you update your Twitter status. So let’s get started without wasting anymore time!
Expert Tips on How to Build a Multicultural Website
Let’s start with a truism: the web is global. Nothing particularly insightful about that statement, but for anyone undertaking any kind of creative endeavor in cyberspace, the proclamation that the ‘web is global’ should be an unspoken mantra that underpins any design consideration. For web designers, issues such as colour, layout, formatting and navigation are all key considerations throughout the design stage.
An Interview with Leland Fiegel of Theme Lab
Leland Fiegel is a 21 years old professional web developer from United States of America who specializes in development of WordPress themes. He is the guy behind Theme Lab which is one of the most famous websites for WordPress tutorials. Themes released at Theme Lab have been downloaded more than 400000 times . Today we are going to discuss WordPress, Theme Lab and his life in general. Join us if you are interested.
32 Google Chrome Extensions For Smart Designers
Google chrome is a relatively new web browser but it has already gained huge popularity with its great speed and features. Web developers must work more faster and more productively – what could help more than these extensions aimed to ease your daily development process and save time.
At least for me – none of extensions have made browser load speed slower – I cannot say this about Firefox though, which I don’t use anymore. Scroll through this list – I am sure you will find at least few new extensions to use daily!
How to Create Your first WordPress Theme: Part 1
WordPress is the most popular and the best (in my opinion) blogging platform, created by Automattic. It’s really easy to use and it’s very powerful, giving you the opportunity to build any kind of site, from blogs to shopping carts and CMS’s. In this series of tutorials, we are going to create our first WordPress theme. For this tutorial you need to have a little more than basic knowledge about HTML and CSS. Let’s get started.
Building Real-Time Form Validation Using jQuery
Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side validation then?
Not only is it useful to the user because it makes the process of filling out the form a lot quicker and a lot less painful, but it also shows that you actually care about them. For the user there’s nothing better than knowing right away if they’re doing it correctly.
In this tutorial we’re going to learn how to build real-time form validation using jQuery. If you’d like to see what you’ll be building, you can watch the short video intro or hit the “Live Demo” button and check it out.
How to use CSS3 Orientation Media Queries
For a long time we have been able to specify styles for different media types using CSS, print and screen being the most recognizable. With CSS3 these media types have been extended to allow additional expressions, aka media queries, which gives us greater control on when specific styles should be applied. In this article I will focus on the orientation media query and have a fun demonstration showing how to use it.
Get Hired: 15 Best Job Boards for Freelancers
Nowadays financial issues seem to be a common problem, with everyone complaining about what difficult situations they’re in and how they have no money. Freelancers face the same problem as all other people. Projects are fewer, payments are very low and the request for work is enormous. To help freelancers in their search for work, here is a list of opportunities for everyone.
jQuery for Complete Beginners: Part 3
Welcome to the third post in this series, taking you from jQuery novice to jQuery expert. The past two weeks have essentially just listed functions that you will need to know. Today we are going to put the skills we’ve learned into practice (as well as meeting new things) and create a basic accordion.
An accordion is a very good way of showing lots of content in a small area. You might have five headers, each with a paragraph below it. Showing all that at once is going to go down for a long way.
