Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
79% Quality Score
Upvotes Received
11
Posts with Upvotes
11
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
~22.2K People Reached
Favorite Tags
Member Avatar for brynFlew

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 …

Member Avatar for qwsa
1
1K
Member Avatar for brynFlew

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

Member Avatar for Samanalevi
1
359
Member Avatar for DerekWayne

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.

Member Avatar for nelson1234
0
417
Member Avatar for brynFlew

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 …

Member Avatar for Taywin
0
287
Member Avatar for amuthanjrv

> 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.

Member Avatar for tuberose
0
170
Member Avatar for abu taher

try to take the power cord out and hold power button for 30 seconds, or take out cmos battery and try to boot

Member Avatar for sheikhali449
0
135
Member Avatar for joshywins

id recommend a barebones kit for starters, and from that built up to something better

Member Avatar for sheikhali449
0
292
Member Avatar for tanyagarg9695

i would recommend [Jugnoo](http://www.jugnoo.com) for all your social crm marketing needs, it is a great tool.

Member Avatar for Gaqua77
0
470
Member Avatar for danialazri

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.

Member Avatar for danialazri
0
160
Member Avatar for mike00
Member Avatar for jonathon2412

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

Member Avatar for bnuppp
0
117
Member Avatar for comp4323

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

Member Avatar for bnuppp
0
166
Member Avatar for wade32
Member Avatar for hasstechit

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

Member Avatar for anand01
0
92
Member Avatar for anand01

your type is wrong type="ArrayList<BeanClass.User>" should be something like BeanClass.User and thats it, no<> or ArrayList

Member Avatar for brynFlew
0
66
Member Avatar for greek_wizard

how about a javaBean or a global variable <jsp:setProperty name="beanInstanceName" { property= "*" | property="propertyName" [ param="parameterName" ] | property="propertyName" value="{string | <%= expression %>}" } />

Member Avatar for brynFlew
0
1K
Member Avatar for nishad_forums
Member Avatar for taranpreet

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.

Member Avatar for syrellNardo
0
1K
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
132
Member Avatar for brynFlew

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 …

Member Avatar for benmar
0
94
Member Avatar for Pravinrasal

[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

Member Avatar for brynFlew
0
115
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
141
Member Avatar for srikandi

you can do that with crystal reports and java export to different file formats and pdf layouts including csv for excel.

Member Avatar for brynFlew
0
91
Member Avatar for vikasgarg

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="*" …

Member Avatar for brynFlew
0
1K
Member Avatar for brynFlew

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] …

Member Avatar for Schol-R-LEA
0
319
Member Avatar for brynFlew

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> …

Member Avatar for brynFlew
0
273
Member Avatar for rajvaishnav1989

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

Member Avatar for brynFlew
0
255
Member Avatar for w33n

[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 …

Member Avatar for connect0123
0
102
Member Avatar for RoyalElite96

[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 …

Member Avatar for brynFlew
2
148
Member Avatar for brynFlew

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" …

Member Avatar for fcvolunteer
1
169