Let's see how long it takes before the offender finds out about this. I'm all for changing the company's description text to tell the full story as well. Maybe do it in Spanish(?) rather than English.
Can't do anything about the text. That's in the HTML which is on their server. I just have the JS file that controls the image loading.
What happens when you rip off a site but forget to host the JS yourself
31–40 of 88 posts
Re: What happens when you rip off a site but forget to host the JS yourself
#32Re: What happens when you rip off a site but forget to host the JS yourself
#33Earlier quoted context omitted.
Can't do anything about the text. That's in the HTML which is on their server. I just have the JS file that controls the image loading.
But you can do stuff with the text! You can manipulate the DOM, yes? And your script displays it in the first place.
Changing the text in those boxes should be as simple as adding this to your javascript file.
$('#details .body').html("This guy ripped off my site!")
Re: What happens when you rip off a site but forget to host the JS yourself
#34Re: What happens when you rip off a site but forget to host the JS yourself
#35How does one forget to host their own JS?
Copy & Paste any codes without understanding really burn people. Wasn't there a startup that got into trouble for doing the same thing? They later tried to play it off as "A/B" testing. Maybe this guy is A/B testing on how fast he can destroy his reputation by doing Copy & Paste of another site.
http://techcrunch.com/2012/01/28/curebit-apologizes-for-copy...
Re: What happens when you rip off a site but forget to host the JS yourself
#36A little backstory: They stole my site (socketstudios.com) which showed up on my analytics as they for got to remove it. They also left the contolling javascript file on my server. I modified it to load images of dogs that have no idea what they are doing.
If you are seeking to demonstrate your jQuery/HTML5/CSS3 skillz then do it in a way that has some applicable context. Don't break so far from established usage conventions that users have to invest their the majority of their focus figuring out the site at the expense of examining the content.
After looking at several panels my understanding of what you do is still a guess. But I think you're a designer of some kind. If you are, the problem is that your site told me you care more about cool/flashy/pretty more than ease-of-use/user experience. As someone who engages designers on a weekly basis, that is not a positive differentiator.
Re: What happens when you rip off a site but forget to host the JS yourself
#37Does anybody have a screenshot they can share?
Re: What happens when you rip off a site but forget to host the JS yourself
#38Re: What happens when you rip off a site but forget to host the JS yourself
#39Re: What happens when you rip off a site but forget to host the JS yourself
#40Earlier quoted context omitted.
But you can do stuff with the text! You can manipulate the DOM, yes? And your script displays it in the first place.
Indeed. You can basically change the site to whatever you want. Changing the text in those boxes should be as simple as adding this to your javascript file. $('#details .body').html("This guy ripped off my site!")