Flash: Xml File refreshing every 10 secs



how exactly you used the setInterval function? 

all you need to do is: 

Code: Select all
myLoadInteval = setInterval(LoadFile, 10000);

function LoadFile()
{
   xmlData.load("http://www.crylounge.com/shoutcast.php"); 
}

The rest of your code remains the same. 

if you use your page on a browser, there can be a problem with the local cache. 
So probably your code works, but the file is read each time from the local cache ... so it doesnt change



Read more!

Popular logos evolved into what we are all seeing today


 
Animal Planet
 
Apple
 
BMW
 
Burger King
 
Canon
 
Courts
 
Ecofiling
 
Eqarat
 
Escoala Online
 
Ford
 
Google
 
Hotels
 
IBM
 
Jantzen
 
KFC
 
Kodak
 
Long John Silver
 
Microsoft
 
MSN Hotmail
 
Nike
 
Nokia
 
Pepsi
 
Pizza Hut
 
Shell
 
Sodexho
 
Sony
 
The Griffin
 
VISA
 
Volkswagen
 
Xerox

Read more!

WordPress Cheat Sheet

Wordpress Cheat Sheet
http://net.tutsplus.com/freebies/cheat-sheets/wordpress-cheat-sheet/#more-2219

  • Basic Template Files
  • PHP Snippets for the Header
  • PHP Snippets for the Templates
  • And Extra Stuff for WordPress
A Guide to CSS and WordPress: Part 1


Wordpress Theme
Read more!

My Works : K@rthik


Job Portal            http://jobcandy.co.cc/

Classifieds           http://classickovai.co.cc/

Tech Blog            http://weblow.blogspot.com/

CMS website       http://www.arunaisourcing.com/

Ecommerce         http://www.slcandleshop.com/

Picture Site         http://cineshots.carthworks.com/

Landing page       http://walk.carthworks.com/

Simple Site         http://wearein.co.cc/

Public service     http://almega.com/


Read more!

tamilintube.co.cc : Tamil video site

logo.png

http://tamilintube.co.cc/en/ 


Tamil video site launched. Have fun! Read more!

WordPress Theme Tweaks

http://crshare.com/2009/01/wordpress-theme-tweaks/#more-3566

 I have noticed that there is no such thing  as perfect suitable WordPress theme for your needs. No matter whattheme  you'll be downloading you will want to change something in it. To add a few extra options may be tricky sometimes but here are some WordPress theme hacks what will make your life easier.

Dynamic Content to homepage

If you want to include a specific file in your homepage you can use this code:

<?php if ( is_home() ) { include ('yourfile.php'); } ?>

where 'yourfile.php' is the file that you want to include in the homepage


Use different post templates for different categories


Lets say you have a video, product or author category or any other where you want to have a different layout from your blog category see the categories ID's, build single.php files with different layouts for your categories and rename each one according to the category ID like this single.1php, single2.php where 1 and 2 is the category name in our example and add this code in the base single.php file:

<?php
$post = $wp_query- >post;

if ( in_category('1′) ) {
include(TEMPLATEPATH . '/single1.php');

} elseif ( in_category('2′) ) {
include(TEMPLATEPATH . '/single2.php');

} else {
include(TEMPLATEPATH . '/single.php');

}
? >

In the code insert the category ID in "in_category('2′)".


more tips onthe Link

Read more!

WordPress Implementation

Check this site

http://www.arunaisourcing.com 

I have done the it!
Read more!

How to redirect from www.domain.com to domain.com


Rewrite rule to redirect http://www.domain.com to http://domain.com on Apache server by editing .htaccess file.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]


OR

Rewrite rule to redirect http://domain.com to http://www.domain.com

RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Obviously you need to REPLACE domain.com and www.domain.com with your actual domain name.
Read more!

OSC: Online Shop : slcandleshop.com



3512483488_4134cfb93d.jpg

I have configured and installed a e-Cart website using oscommerce open source

online storehttp://www.slcandleshop.com 

If interested contact ask@carthworks.com 

Read more!

Online Web Marketing Checklist :to Promote Your Website

How can you get more visitors to your website?    What can you do to stimulate traffic? 

bicycle_competition250x166.jpg

Organic SEO

Perhaps the most important -- and inexpensive -- strategy is to rank high for your preferred words on the main search engines in "organic" or "natural" searches (as opposed to paid ads). Search engines send robot "spiders" to index the content on your webpage, so let's begin with steps to prepare your web pages for optimal indexing.

Online Web Marketing Checklist :to Promote Your Website



Read more!

Find @ Job candy : New Job or Next Job


jobber-logo.gif

We have launched a job  portal, http://jobcandy.co.cc/ 

 if u need any candidates/ vacancies, you too can post it / get it.

Ask your HR friends to use this site.

We will appreciate if you refer this to your Friends & Colleagues. 

Thanks and Regards, 
Karthikeyan.T
tkarthikeyan@gmail.com
www.carthworks.com 
Read more!

Php and Oochappan


Great photograps of Henk (oochappan)
http://www.flickr.com/photos/oochappan 

3467847689_d088432964_m.jpg


Php Tips and Tutorials

logo.gif






Dev-Tips.com is a site just for web developers and designers to sharpen their skills and keep 
up with the latest development and programming techniques.
Topics covered include: php, MySQL, Javascript, jQuery, mootools, and CSS. You can also
become an author, or register and submit your own website links and tips.



 logo.png
Read more!