If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!In my previous article “How To Align Two Boxes using CSS.” I have written how to align the two boxes or “CSS In Php Specially For Joomla.”now am going to write about how to set positions in css and this…
How To Use Ajax Within Joomla! MVC Framework-II
Five Great Tips For Designing CSS
Avoiding changing the default font size
Try to avoid specifying the body font size. Don’t do this, for example:
body {font-size: 24px;}
People have set their browser’s option to a text size that’s readable for them. We don’t know whether they’ve got a pixel resolution of 1680×1050 or 800×600 pixels. It makes a difference.
•Making Sure Your Borders Show Up
How To Use Ajax Within Joomla! MVC Framework-I
Ajax, which stands for Asynchronous JavaScript, is getting popular day by day because of it’s capabilities of displaying data without refreshing the page. The use of ajax is a headache for the absolute beginner, specifically when we want to use it within Joomla! MVC Framework. The article is the first in the series of how to use ajax within Joomla! MVC Framework.
How To Show Google Map Correctly In JQuery Hidden Tabs
How To Align Two Boxes using CSS!
Google Map in PHP For Absolute Beginners–The Easy Way
Recently I was working on Google Maps for some hotels site. The requirement was to provide Google Maps for every hotel while the latitude and logitudes were given. I found the example given by Google to be somewhat difficult to follow. Once I figured it out on how to display Google Maps when latitude and longitude are given, I decided to write the article as a help to those having problem in dealing with Google Maps initially.
Useful Hints For Using CSS in PHP(Specially For Joomla)
Health Tips That Everybody Must Follow
In the modern world, our lifestyle is having the worst effect on our health. Late nights, eating at wrong hours, sitting continuously for hours on the same place, eating junk food, all are taking toll on our body. To keep up with this lifestyle, we can take the following few measures to ensure our body keeps fit….
What is The Difference Between Hard and Soft Link
The difference between hard link and soft link is somewhat confusing. It confuses the beginning and sometimes experienced system administrators as well. In this article I’m trying to explain the difference between the two theoretically and practically as well. Before starting I’ll layout foundation by just explaining some simple necessary terms.