Joost saidWhat about this (basic license): http://www.photos8.com/striped_light_and_dark_abstract_background-wallpapers.html
This is a copyright free vector artwork that can be used for any personal or commercial useany commercial use – I guess that covers Themeforest![]()
I can use in themes with share link and acknowledge to photos8.com
Gr8 
Hi friends can we use free commercial purpose vector images in themes slider banner or any area? like this: http://www.keepdesigning.com/illustrator/floral-pattern-wallpaper-vector-free/
First of all you set #content_holder width to 1250px; making scroll on low res monitors. Design is good but need more jquery enhanced features. see themes on ThemeForest to get idea regarding for more features what i am saying.
Check your email 
Hi friends,
I need Flash Actionscript Source code to flow charts automatically any on know this type of software. For now i found some software that create from source code to flow chart diagram automatically but not create from flash actionscript code. Example sites: http://www.aivosto.com/visustin.html http://www.athtek.com/code-to-flowchart/convert-pascal-source-code-to-flowchart.html http://athtek-code-to-flowchart.smartcode.com/info.htmlAny one Know that type of application.
QuadCodes said
Imageglove said
Hi guys…First of all Happy Independence Day
I am here in India for 1 n half years….Guys do you know which bank supports master card…And i just confused one thing that while i withdrawing my money which type of withdrawal option i have to choose like From Current Account or From Saving Account or From Credit Card…And Whether i have to type money in dollar or in INR ..Please help me and let me know
Regards,
SatishHi Satish,
Payonner card has been banned by RBI due to their policies.
What! only for india or other countries
Here is solution: changed this line: $(this).html($(this).html().replace(avidno,’ AvidTrak Tracking Number ‘));
to
var newAvidno = $(‘body’).html().replace(avidno,’ AvidTrak Tracking Number ‘); document.body.innerHTML = newAvidno;
dtbaker said
webdesignerart said
Siddharth saidi can’t understand, u mean i remove the body.html() then how i get string in body content to replace.
webdesignerart saidThen just change the body’s HTML . Making it run for each element in the page will stall everything.
Basically i am replace string in body on run-time so that;s why i use body.html()![]()
lol ok so your code has this in it:
$('*').each(function(i){ $('body').html($('body').html().replace(avidno,'<span id="avidtoll">AvidTrak Tracking Number</span>')); })this part:
$('*').each(function(i){ })is a loop. the * means every single element (html tag) on the page. eg: the BODY tag, all P tags, all DIV tags, etc..
so the javascript is going to loop over every single element on the page, there could be hundreds of elements on the page…
every time it finds an element, it is going to run the code within that loop.
the code it will run each time is this:
$('body').html($('body').html().replace(avidno,'<span id="avidtoll">AvidTrak Tracking Number</span>'));so for each element on the page (maybe hundreds) the browser is trying to execute exactly the same code over and over again
remove the
eachloop or find a better solution like only replacing text within leaf node text elements like$("*").each(function () { if ($(this).children().length == 0) { $(this).text($(this).text().replace('Subject:','Name:')); } });phew
edit: i didn’t realise this was in all marketplaces. eeep. moved to codecanyon.
dbtake today i check your function replace code its not work in IE, its show error: unexpected call method or property expected when i use numbers/digits.
Pls can you compatible your code with IE, I alter this code for my current requirement:
$('*').each(function(){
if ($(this).children().length == 0) {
$(this).html($(this).html().replace(avidno,'<span id="avidlocal">AvidTrak Tracking Number</span>'));
}
});
Its not working in IE 
Happy Birthday KAILOON !
