RSS feed for this section

Category: Tutorials

We provide all the best tutorial here. We focus on CSS, HTML, Javascript, PHP… If you want to contribute to AEXT.NET about this topic, please check out the Contribution page.

Quick Tip: How to Get Great HTML Meta Tags


When you’re reading around the web about what to focus on when creating a web page, and you’re sure to find a host of opinions which, in total, insist that every single page element holds the secret to attracting traffic, pleasing visitors, or simply “doing it right.” Though some page elements are necessarily more crucial in terms of their uniformity than others, designers and developers can count on the essential nature of the HTML meta tag on any given web page.

Meta tags are capable of telling search engines and other interested parties key information about the contents of the page, the meta tag is arguably as important as the page’s actual title–yet it leaves greater room for taking advantage of keyword use and relaxing the rules of style.

Continue Reading


Quick Tip: Highlight Author Comments in WordPress – The Right Way


This is an old topic that has been covered by many other blogs and magazines–to the extreme, but it needs updating. I’m talking about how to highlight comments posted by the author of the article. The tutorials out there only work for one user ID for the whole site. That is a big mistake, as it didn’t allow for scalability — it only works when you are blogging on your own (and with only one account). We have given it an overhaul, and updated the code.

Continue Reading


How jQuery is Killing Flash + jQuery Tutorials & Plugins to Beat Up Flash Animations


In 1996, Macromedia released their product called Macromedia Flash which is a vector-based animation platform. With Flash, web designers were now able to create animations using a timeline and vector design tools as a video. Furthermore, Flash was and still is a great solution for web designers to provide visitors smooth view in such small file size. The only thing that web surfers need to enjoy the sites using flash is to install Macromedia Flash Player.

However, with the arrival of JavaScript in 1997, there has been a war between Flash and JavaScript because Flash was afraid JavaScript would one day replace them with all the animation it supports. Why? Because a ton of JavaScript frameworks are becoming increasingly popular as a result of their high scalability, performance and usability. Some include jQuery, MooTools, script.aculo.us, Prototype, among others but especially jQuery, as of late.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and AJAX interactions for rapid web development. Although you may have enough Javascript skills to build your own Javascript code, using jQuery instead of can simplify the process (think hundreds of lines vs. a few lines of jQuery). Furthermore, there are thousands of plugins for jQuery published and large community support for this project. jQuery deserves being the heaviest competitor with Flash.

Continue Reading


Learning jQuery: Your First jQuery Plugin, “BubbleUP”


Update: The icons used in this tutorial can be found free here.

There are many posts available detailing how to write your own jQuery plugin. It won’t take long before you realize that building in jQuery is very simple. Continuing in our jQuery Learning Series, here we’re going to build your first jQuery plugin. It’ll generate a bubble effect for your menu list and we’re going to call it BubbleUP.

What is BubbleUP? BubbleUP is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future. With this plugin, images in a list will enlarge with a smooth animation when you move your mouse over it. Then, if you move the mouse out, it will reset to the original size with the same smooth animation.

Continue Reading


How to Pull Your Google Buzz with jQuery


So you just got into Google Buzz few days ago and would like to embed your buzz stream into a website yourself. Here are a few jQuery lines to help you get started.

Continue Reading


CSS text-indent: An Excellent Trick To Style Your HTML Form


You probably know what the text-indent property does in CSS. It’s a common CSS property allowing webmasters to indent paragraphs and hide text for image-based links. Text-indent does this great; however, it doesn’t just hide and indent text. It does more.

Continue Reading


How To Wrap Google Adsense In Wordpress Posts Correctly

How To Wrap Google Adsense In Wordpress Posts Correctly


It’s easy to add Google Adsense code in the top, the bottom of WordPress posts by edit your WordPress theme posts file. However, sometime you need to wrap Google Adsense code in WordPress posts, and you can not do as the same way as add it on top, bottom. This article will explain you how to do that.

Continue Reading


WordPress Theme from Scratch – Day 3: HTML to WordPress

WordPress Theme from Scratch – Day 3: HTML to WordPress


This tutorial is in the series of “WordPress Theme from Scratch” that helps you build a WordPress theme by yourself from nothing. Previous tutorial in this series helped we convert a mockup in PSD to HTML and today, we will continue to go to last tutorial: build WordPress theme from the HTML file.

Continue Reading


The Right Way To Build WordPress As A Community News

The Right Way To Build WordPress As A Community News


WordPress is getting popular now and everyone is switching to use WordPress because we can build anything with WordPress: WordPress as a magazine, WordPress as a bulletin board, Video site ….. Today, I would like to put all my love for WordPress into this tutorial to explain how to build WordPress as a Community News, … but in a right way.

Continue Reading


The Nice Way To Mention Your Recent Articles in WordPress SideBar

The Nice Way To Mention Your Recent Articles in WordPress SideBar


People asked me how I mention my recent articles in WordPress sidebar by display post thumbnails and titles with a well-styled. Today, I would like to response their request. This way is being used in some blogs. I’m not sure if they are using the same method as mine, but at least we will get the same result.

Continue Reading


5 pages