ThemeForest

Posts by webdesignerart

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says
Joost said
This is a copyright free vector artwork that can be used for any personal or commercial use
any commercial use – I guess that covers Themeforest ;)
What about this (basic license): http://www.photos8.com/striped_light_and_dark_abstract_background-wallpapers.html

I can use in themes with share link and acknowledge to photos8.com

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

Gr8 :)

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

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/

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

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.

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

Check your email :)

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

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.html

Any one Know that type of application.

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says
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,

Satish

Hi Satish,

Payonner card has been banned by RBI due to their policies.

What! only for india or other countries :(

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

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;

1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says
dtbaker said
webdesignerart said
Siddharth said
webdesignerart said
Basically i am replace string in body on run-time so that;s why i use body.html() :)
Then just change the body’s HTML . Making it run for each element in the page will stall everything.
i can’t understand, u mean i remove the body.html() then how i get string in body content to replace.

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 each loop 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 :(
1213 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Microlancer Beta Tester
webdesignerart says

Happy Birthday KAILOON !

by
by
by
by
by