Forum: JavaScript / DHTML / AJAX Aug 24th, 2009 |
| Replies: 6 Views: 651 Not relevant to Java Server Pages, moving to JavaScript |
Forum: JavaScript / DHTML / AJAX Feb 8th, 2009 |
| Replies: 7 Views: 2,099 Post move to JavaScript, dunno why it was posted in JSP (Java Server Pages) section... |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2008 |
| Replies: 6 Views: 2,855 Sorry I move it here because I thought this is only possible with JavaScript:( |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2008 |
| Replies: 6 Views: 2,855 onMouseover is JavaScript action. Do you want to move this post to JavaScript section? |
Forum: JavaScript / DHTML / AJAX Aug 5th, 2008 |
| Replies: 11 Views: 8,566 As long you do not provide pure HTML site nothing is as it seems in source view... |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008 |
| Replies: 3 Views: 2,695 Thread from JSP been moved to JavaScript section and merged with the one you created in JavaScript section.
brr - if somebody in the future tell you in wrong forum this does not mean you have to... |
Forum: JavaScript / DHTML / AJAX May 15th, 2008 |
| Replies: 18 Views: 6,994 @Traicey the complex code is mainly not his. Original (http://marakana.com/blog/examples/php-implementing-secure-login-with-php-javascript-and-sessions-without-ssl.html) code provide nice PHP... |
Forum: JavaScript / DHTML / AJAX May 14th, 2008 |
| Replies: 18 Views: 6,994 Any reason for this complicated approach, mix of PHP and JavaScript if you can do it better with PHP on its own?
PS after merge: Please do not flood forum with multiple posts! |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2008 |
| Replies: 3 Views: 798 First post you asked for JavaScript now you want PHP so what is gone be? |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2008 |
| Replies: 3 Views: 798 is it jus school assignment or real project? why asked, in school project the check out does not have to be in deep, also in mean time you can have look on some of these links... |
Forum: JavaScript / DHTML / AJAX Apr 24th, 2008 |
| Replies: 3 Views: 1,520 JavaScript is not Java or JSP ! ! ! Post moved to JavaScript section... |
Forum: JavaScript / DHTML / AJAX Mar 19th, 2008 |
| Replies: 6 Views: 3,958 You may get some hints of errors if you try to see the page in IE, but in general there are not many well know profesional tools. Here is some google search... |
Forum: JavaScript / DHTML / AJAX Jul 30th, 2006 |
| Replies: 4 Views: 9,999 didn't know that you want to slice so many images. I see only two options then, 1st to try get in touch with person who came up with this script and ask him directly or 2nd try to find forum which is... |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2006 |
| Replies: 4 Views: 9,999 wouldn't be easier to use ImageReady which you have with your copy of Photoshop and manually slice image then use dodgy script? |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2006 |
| Replies: 4 Views: 3,769 This should give you basic idea
http://www.cryer.co.uk/resources/javascript/script13_gallery.htm#_self
plus you need to implement random number generator |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2005 |
| Replies: 5 Views: 7,111 Sorry my friend, you are in wrong forum. This JavaScript and DHTML for developers. You should go here
http://www.daniweb.com/techtalkforums/forum29.html |
Forum: JavaScript / DHTML / AJAX May 27th, 2005 |
| Replies: 6 Views: 10,404 You my do that by simply applying filter settings to img tag
<img src="yourimage" style="filter:DropShadow(color=#C0C0C0, OffX=25, OffY=10)">
Is this what you whant type css filter: DropShadow in... |
Forum: JavaScript / DHTML / AJAX May 24th, 2005 |
| Replies: 6 Views: 10,404 Do you mean somting like this
<div style="height: 125; width: 400; filter:DropShadow(color=#C0C0C0, OffX=10, OffY=10)">
Text with shadow
</div> |