Entries Tagged as 'General'

Locale switcher with theme using css and javascript

General 2 Comments »

I made small css based locale switcher with theme. You can see the demo here. In this example, common.css has generic style definations for page elements. gray.css has india locale and gray theme style definations. yellow.css has US locale and yellow theme style definations. Below 3 lines of javascript code will switch locale as well as theme.

<script>
function changeTheme(){
    var obj = document.getElementById("themeContainer"); 
    obj.className = (obj.className=='gray')?'yellow':'gray'; 
}
</script>

US locale - yellow themeIndia locale - gray theme

you can download this example here.

My blog in Adobe Feeds and coldfusionbloggers

General No Comments »

My Blog aggregated in Adobe feeds as well as in coldfusionbloggers. My special thanks to Ray and Adobe feeds coordinators.

    

Hi to all, Quick intro about me, This is CF Mitrah(CF Friend). CF Developer.

you can reach me here. Linkedin FacebookTwitter Blogger gTalk Yahoo j_saravanamuthu j.saravanamuthu [at] hotmail [dot] com

For ColdFusion Foundation

ColdFusion , General No Comments »

4CFF (For ColdFusion Foundation)  was announced to increase the popularity of CFML and to help open source CFML projects. To get more details, check 4CFF website or follow 4CFF official twitter

Adobe Certified Expert on Adobe ColdFusion 8

ColdFusion , General 5 Comments »

I am happily announcing to every one, today I finished ACE coldfusion 8 certification examination. Now I am an Adobe certified expert on coldfusion 8. :)

ACE - Adobe Certified Expert - Coldfusion 8

Read more...

Uplift poor children - Agaram & Vazhai Foundation welcomes to be a volunteer

General 6 Comments »

This is about a off topic. This is for you who have interest on fulfilling your social responsibility & interest in uplift poor children from the rural area of Tamilnadu.

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds