Please assist if you can. Experts only… please.
http://answers.yahoo.com/question/index;_ylt=AgpNH1xo3dNLNxoE7U1Xlijsy6IX;_ylv=3?qid=20081205043900AAmFo2n
I could help but I need to copy the directories to run it locally for testing. Code can’t just be "whipped out" like nothing. Sometimes you have to test, test, and test.
I’ve got some tools to work with to help spruce it up for you.
email me: ekline@email.itt-tech.edu
I started in IT with HTML 12 years ago… so I’m pretty sure I’m decent, not a Super-GURU at it but I manage
http://www.usawebprogrammers.com
Jeffrey Pineda is an accomplished Web Coder. He graduated from the University of the Philippines with a Master’s degree in Computer Science. His career spans over 6+ years in Web Programming. He was awarded 2 major awards: the Technology Innovation Award and the Advanced I.T. Architect Award.
Duration : 0:0:13
Read the rest of this entry »
i have worked with http://www.usawebprogrammers.com and http://www.canadawebprogrammers.com
i found them good and trustworthy.
1> Some web pages can never be saved by File–>Save Page As menu. There are some whose source even can not be saved. How to design such pages?
2> How to prevent images on a webpage from being copied or saved?
3> Please describe a few real life methods to add counters on a web page. Must be in java or jsp.
4>In jsp I retrive a database row in a variable say ‘x’ using jstl <sql:query ….> tag. How to access the variable in <jsp: forward……>
tag or some other <jsp:…..> tag or in <%………..%> tag or in <%=…..%>
tag.
This is the 3rd question I’m asking in yahoo answers. My previous 2 questions gathered only one useless answer each. Is yahoo a place only for questions like "I need a G/F…….." etc. I’m inclined to believe so. Please note that I will choose best answer, if any answer is really useful.
Well,
1) Yes, that can be done but it is USELESS. The reason I say that is simple. All images and text must be downloaded to a client machine and stored on disk, usually, in a serialized cache to be viewed in the browsers. Sometimes, the browser is intentionally setup by the user to store sessions in RAM only. In these rare instances, it would be beneficial to disallow a right click menu by intercepting the event and reassigning it to a harmless task with Javascript.
2) Same basic answer as 1 above. However, this is again easily curcumvented by several methods with a savvy user. Even viewing source would need to be disabled, or an URL could be found at which the image is stored and that URL could be used to access it directly for downloading. Oh, well, nice idea.
These 2 oughta’ do you….
Live at The Wolf’s Den in Minneapolis, MN as part of the AIM Media Project’s continued live web programming. For more information go to aimovement.org
Duration : 0:7:17
Read the rest of this entry »
all of you are correct; whats a person to do about this now; hahaha hire a web designer to profile all of you! ^_^
Money, plain and simple. Well, I guess I should say advertising money, plain and simple.
Opportunities abound in 2010 for web designers and web programmers.
http://www.killersites.com
Duration : 0:1:24
Read the rest of this entry »
Details would be much appreciated.
First answer is correct -i would add:
Write out in plain english a breakdown of the tasks
Write out in Pseudocode (mock code -half english- half real code)
Bit by bit replace with real code -test, test, test -as you go along