- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 11
- Posts with Upvotes
- 11
- Upvoting Members
- 3
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
Hello, Thank you for your time. I know it is possible to create an exit button using javascript but this only work in ie browsers and not what i want(i found a fix for it but isnt very good), can somebody please show me a better way of closing all … | |
hello, i was wondering if anyone could help me find a way to allow a user to click items in a combo box and have its value populate an input field. Thanks | |
Re: all your answers are to consult an expert, isnt that why we post here? anyway watch this video http://mashable.com/2012/06/26/google-seo-tips/ will expain alot. | |
Hello, I am having trouble finding a good tutorial on how to install eclipse with aptana radrails on centos, when i try to install radrails in eclipse using the instructions givin here ([aptana](http://www.aptana.com/downloads/start)), i get these errors. Can someone point me in the right direction? Thanks :) An error occurred … | |
Re: > check out jugnoo.com for all your social crm marketing needs i recommend jugnoo.com for all your social crm marketing needs, it is a great tool. | |
Re: try to take the power cord out and hold power button for 30 seconds, or take out cmos battery and try to boot | |
Re: id recommend a barebones kit for starters, and from that built up to something better | |
Re: i would recommend [Jugnoo](http://www.jugnoo.com) for all your social crm marketing needs, it is a great tool. | |
Re: take the battery out and try to boot without one, if that works make sure the battery is in correctly and test voltage. if it doesnt the problem could be something else. | |
Re: http://mashable.com/2012/06/26/google-seo-tips/ | |
Re: i would try to take out the battery and reset your cmos, also check the voltage of the power adaptor, if tht doesnt work id take the drives out and back them up | |
Re: try to reset your cmos, unplug your computer and hold down the power button for 30 s, try to boot, or take out the cmos battery for awhile | |
Re: i have a good tutorial you could use http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html, might not be the best way but it is a way and i like the way it works | |
Re: your type is wrong type="ArrayList<BeanClass.User>" should be something like BeanClass.User and thats it, no<> or ArrayList | |
Re: how about a javaBean or a global variable <jsp:setProperty name="beanInstanceName" { property= "*" | property="propertyName" [ param="parameterName" ] | property="propertyName" value="{string | <%= expression %>}" } /> | |
Re: depending on how you want to validate it you could use simple JavaScript method or a Java bean. JavaScript form validation: [COLOR="red"]http://www.w3schools.com/js/js_form_validation.asp[/COLOR] Java bean form validation: [COLOR="red"]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/COLOR] both ways are pretty easy to do, I would recommend the Java bean method. | |
Hello, I have 3 boxes on my website one 20x20 one 42x42 and the main picture which is 120x120. Images that are over 1mb cause the web site to load very slowly and i don't want to restrict the user to have to make a custom profile picture they should … | |
i am fixing a computer and backed up files on the drive then reinstalled the os, after the reinstall the harddrive started to make a clicking noise and wont boot, is this drive broken now? all i did was reinstall the os and take a few files off. am i … | |
Re: [QUOTE=Pravinrasal;1673198]How to create reports in core java like visual basic 6.0 report[/QUOTE] you can use crystal reports like in visual basic with Java pretty easily | |
I have a 1.5 terabyte hdd with windows 7 loaded on it but recently got a ssd drive and installed that as the system drive. All worked fine for a few weeks, but i plugged my blue ray player in and i think what happened was the paging files were … | |
Re: you can do that with crystal reports and java export to different file formats and pdf layouts including csv for excel. | |
Re: use this link [COLOR="Red"]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/COLOR] and instead of String in the java bean use int and instead of initializing the values to "" use 0 or an int number for the form (instead of true/false use values) and at top of header make sure you set the properties [CODE]<jsp:setProperty name="form" property="*" … | |
I have made a very simple dice game, How can i output the results of the dice using this format. Thanks for your time. [CODE] ========== | 0 | | | | 0 | ========== ========== | 0 0 | | 0 0 | | 0 0 | ========== [/CODE] … | |
is it possible to create a table inside a html dropdown ? sort of like this(doesnt work) [CODE]<select style="" name="test" id="test" param=test> <option name="scrapCode" id="scrapCode" property="scrapCode" param="scrapCode" value=""> <table> <caption>Animal groups</caption> <colgroup> <col span="3"/> <col class="alternative" /> </colgroup> <tr> <th>Apes</th> <th colspan="2">Cats</th> <th style="background: #ddf;">Dogs</th> <th>Lemurs</th> </tr> <tr> <td>Gorilla</td> <td>Tiger</td> … | |
Re: you could use jsp+javaBean Here is a tutorial: [url]http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans2.html[/url] Here is a O'Riley book: [url]http://books.google.com/books?id=15wp6fmAy4sC&lpg=PP1&dq=head%20first%20servlets%20and%20jsp%202nd%20edition&pg=PP1#v=onepage&q&f=false[/url] Here is an example of form processing(make sure it implements Serializable): [url]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/url] good luck | |
Re: [QUOTE=w33n;1524230]Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup … | |
Re: [QUOTE=RoyalElite96;1525105]Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance![/QUOTE] You can use the tutorial found on this … | |
I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" … |