This article is the fourth and last in the series of Ajax within Joomla! Framework. In the last article we discussed about how ajax coding works and what was the flow of the code. We also learnt, how the controller was called. Now in this article, I am gonna discuss how the controller fits in this framework for Ajax. Read on…
Category: Joomla Web Technology
How To Use Ajax Within Joomla! MVC Framework-III
CSS Positioning Tips And Tricks
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 article is really helpful who found the position problems with css in their templates…. Position:Static…
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.