|
-
Feb 3rd, 2009, 11:16 AM
#1
Thread Starter
PowerPoster
I don't think I'm qualified for this job
I received this job description from a consulting firm. I don't know what a lot of this is. I am a vb.net/asp.net programmer with a pinch of vbscript and a fair amount of sql server 2000 and 2005. I've developed Windows applications and web applications. The location of this position sounds good to me, but I think it is too much of a stretch. What do you think about it? Is it something I could learn, or something you need vast experience in to be successful at it?
Our client is seeking a resource to work within a .NET 2.0/ASP 2.0 Framework using JavaScript(Java) to create a web based plug-in for an existing software product. The main focus of the project is in looking to protect images and content inside a web survey page. The Javascript developer will need to deter the casual web user from taking images from web plug-ins they create. The specific characteristics of the plug-in that this Javascript developer will need to adhere to are as follows….
Prevent the copy and distribution of an image/video/content from a survey page by…
- Prevent saving (right-clicking) and copying of images
- No dragging or dropping images
- Suppress identifiable code in the HTML source for tracking images filenames
- Only allow an image to be opened if it's coming from a specific domain (no local viewing of images)
- No Printscreening (Ctrl-PrntScrn/PrntScrn), copy to clipboard and pasting into an image editor
- No Screen capturing of images or videos (Snagit, iQuick Screen Capture…etc)
- No printing to a File through browser’s File - Print function
- No spider grabs of images
- Hide or disable viewing generated source code
- Build for use across multiple browsers (opera/firefox/safari/ie)
- Build for use across multiple OS platforms (mac, linux, windows)
-
Feb 3rd, 2009, 11:31 AM
#2
Re: I don't think I'm qualified for this job
It's JavaScript rather than a VB based language, so would mean a bit of re-training. It may be possible for you to learn in a reasonable time, but I'd recommend finding another opportunity that suits your experience a bit better.
In addition to that, the majority of requirements listed are either extremely hard or technically impossible, so even a JavaScript expert would have trouble keeping the job.
-
Feb 3rd, 2009, 11:47 AM
#3
Re: I don't think I'm qualified for this job
That's a lot of extremely difficult requirements, some of them are impossible to do. I don't think anyone's capable of accomplishing that (in this century).
-
Feb 4th, 2009, 07:46 AM
#4
Thread Starter
PowerPoster
Re: I don't think I'm qualified for this job
Thanks to you both for the reply.
I talked to the recruiter yesterday and told her pretty much that, at least that I wasn't qualified. She said the company wanted experience with plug-ins. Well, eventually the company may have to settle, based on what you've said, but I'm glad I opted out.
-
Feb 4th, 2009, 03:37 PM
#5
Re: I don't think I'm qualified for this job
 Originally Posted by MMock
JavaScript(Java)
JavaScript is not Java
 Originally Posted by MMock
Prevent saving (right-clicking) and copying of images
Not possible. You can use JavaScript to basically "disable" right click but it only works in a few browsers. However, they're looking to block the casual user so I guess to them it's doable.
 Originally Posted by MMock
No dragging or dropping images
*Not possible.
 Originally Posted by MMock
Suppress identifiable code in the HTML source for tracking images filenames
Easy to do; use an ASP/ASP.Net page to basically write out the image files. Pretty inefficient, in my opinion.
 Originally Posted by MMock
Only allow an image to be opened if it's coming from a specific domain (no local viewing of images)
Using referrers and the method I mentioned above; this should be easy. It's also easy to "spoof" but they only care about the casual user.
 Originally Posted by MMock
No Printscreening (Ctrl-PrntScrn/PrntScrn), copy to clipboard and pasting into an image editor
*Not possible.
 Originally Posted by MMock
No Screen capturing of images or videos (Snagit, iQuick Screen Capture…etc)
*Not possible.
 Originally Posted by MMock
No printing to a File through browser’s File - Print function
*Not possible.
 Originally Posted by MMock
No spider grabs of images
Possible and not possible. It's possible if the spiders appropriately follow the bots text file otherwise there is no stopping it.
 Originally Posted by MMock
Hide or disable viewing generated source code
I don't even know what this means. If they're talking about the HTML source then this isn't possible. If they're talking about server-side code... then I don't understand; it's already hidden...
 Originally Posted by MMock
Build for use across multiple browsers (opera/firefox/safari/ie)
Easy, following CSS / Html / JavaScript standards 
 Originally Posted by MMock
Build for use across multiple OS platforms (mac, linux, windows)
Um... it's the web....
* All starred Not possibles are technically possible if you have full control over the user's machine and you can either disable the items you want or write an ActiveX component to do so. Both solutions, while horrible, would make multiple platforms practically impossible to support and ActiveX would only work in IE.
So they basically want the impossible. They want to control all of this stuff but also have it work on everything. That's not the way the web works and I'd be wary on working with them; they may not believe certain things are impossible because someone showed them how it works in IE.
-
Feb 4th, 2009, 05:51 PM
#6
Re: I don't think I'm qualified for this job
I think it's good that you didn't go for this... the company clearly has no idea about what they're doing, so they would have created a huge tangled mess and taken you along with them.
Consider it a belated Christmas present.
I laughed.
-
Feb 4th, 2009, 06:36 PM
#7
Re: I don't think I'm qualified for this job
No Printscreening (Ctrl-PrntScrn/PrntScrn)
haha I love it. They want you to create a web page that disables standard built in windows functionality
Hide or disable viewing generated source code
I assume that this means they are expecting some kind of server side app (ASP etc) to generate the actual HTML code, which is fine, but then saying that they dont want anyone to be able to view this generated code is an absolute joke. If no one can get at the HTML code then neither can web browsers... so they want someone to create a web site no one can see basically. Sounds great 
I think you did good not going for that one as others have said
-
Feb 4th, 2009, 10:52 PM
#8
Re: I don't think I'm qualified for this job
 Originally Posted by chris128
haha I love it. They want you to create a web page that disables standard built in windows functionality
Hackers would be in heaven if there was a way to disable Windows like that! The easiest method of disabling Windows.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Feb 11th, 2009, 06:34 PM
#9
Re: I don't think I'm qualified for this job
I think they want you to create a totally new revolutionary browser. 
edit: Forget what I said. they did say they want it to work on all browsers... and I suppose this job requires that it should work across all version of all the browsers?
This reminds me of my previous work place (The impossible requirements). Lole!
-
Feb 18th, 2009, 01:15 PM
#10
Addicted Member
Re: I don't think I'm qualified for this job
If they're that concerned about people stealing the images, they shouldn't be putting them on the web in the first place.
If my post helped you, please rate it!
Languages: VB/ASP.NET 2005, C# 2008,VB6
Databases: Oracle (knowledge not currently in use), DB2
FROM Customers
WHERE We_Know_What_We_Want <> DB.Null
SELECT *
0 rows returned
-
Feb 20th, 2009, 05:20 PM
#11
Hyperactive Member
Re: I don't think I'm qualified for this job
Um couldn't they just watermark images to deter users, that's quite effective.
Learning C♯
Data Binding & Bound Controls - Objects and wizards will never be as intelligent as you, do it yourself! (Unless your Pro)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|