Posts
 
Reputation
Joined
Last Seen
Ranked #14
Strength to Increase Rep
+18
Strength to Decrease Rep
-4
91% Quality Score
Upvotes Received
941
Posts with Upvotes
757
Upvoting Members
317
Downvotes Received
64
Posts with Downvotes
57
Downvoting Members
54
280 Commented Posts
~1.96M People Reached
About Me

Android developer and Battlefield player

Interests
programming, history, inline skating, online gaming Battlefield and Assassin's Creed series
PC Specs
Antec 1200; XFX 850w Black Edition Modular Power Supply; ASUS Crosshair III Formula, AMD Phenom II X4…
Favorite Tags

5,031 Posted Topics

Member Avatar for DavidKroukamp

You could have moved that system messages also into methods with which they are associated and code would be little more readable :)

Member Avatar for Bdill7
5
23K
Member Avatar for Q8iEnG
Member Avatar for π™ΉπšŠπšœπš–πš’πš—πšŽοΌˆγƒ€γƒΌγƒͺン)
1
14K
Member Avatar for dimitrilc

Good article, but I would suggest to rename some of `imageView`as it is not good practice to have multiple of same name in the the project ;)

Member Avatar for johnoOz
4
541
Member Avatar for redZERO

That because the slash is the opposite direction not forward slash "/" but backward slash "\" [code=Java]import javax.swing.JOptionPane; public class NewLine { public static void main(String[] args) { JOptionPane.showMessageDialog (null, "peter_budo"+"\nCode tags enforcer" ,"My Message", JOptionPane.WARNING_MESSAGE); } }[/code]

Member Avatar for Samukelo
0
19K
Member Avatar for Software_5

@rproffitt @Naheedmir sorry guys but you failed for cheapest trick in online spam. OP did not really cared about development outsourcing, cons and pros. He just wanted to use his signature that goes to "drums roll" ta-da to some outsourcing company. Classic forum link click advertising. Few years back this …

Member Avatar for Dani
0
88
Member Avatar for Szabi Zsoldos
Member Avatar for engrjd91

People may have suggested SharedPreferences because A. You may want to keep login credentials for future logins, so whenever user encounters login form this will get populated by them and user then only need to press login button to trigger login process of validation and verification B. You may want …

Member Avatar for veery channA
0
18K
Member Avatar for subhraakasuny

@Slavi not exactly, question is how to get **XSSFDrawing** or **XSSFPicture** to some stream format that can be used to create image. You should spent little more time reading question and have look on code, API before calling generic search for Java code ;)

Member Avatar for GovindSharma
0
4K
Member Avatar for shantuli

[quote=saadismail85;1047629]mmmmm tell me how cuz am new user here :-)[/quote] [noparse][code=java]your code here[/code][/noparse]

Member Avatar for zunam
-5
81K
Member Avatar for darwin_nacional

[QUOTE=sirlink99;1616317]I have had this same question. Though I could not figure out how to get it to work you use Mysql and JDBC to make an online database on a server. you then connect to the server and write, or read from the database. please message me if you figure …

Member Avatar for Elijah Alfredy
0
2K
Member Avatar for Fasola

@spikehackerinc when you decide to write appropriate questions then you are more then welcome to create new thread. In the future please do not reopen old forgotten threads. Closed!

Member Avatar for weiwei_1
0
8K
Member Avatar for evios

[QUOTE=vijayr;606235]I have the same prob too :-( Any suggestions?[/QUOTE] That problem description is very inacurate, you better provide full description of your problem...

Member Avatar for AnnDash
-1
16K
Member Avatar for igotdreams
Member Avatar for aman rathi

Google = >> Java random number tutorial and you get [URL="http://download.oracle.com/javase/tutorial/java/data/beyondmath.html"]this[/URL] explanation of usage(at the bottom). Next time please search before you post such basic question

Member Avatar for stultuske
1
1K
Member Avatar for kozkay

Yes, the website is done with Java Server Pages. Therefore you do not need to use JavaScript (either way Java web developers do not really like to see it) and take it to next level with frameworks Struts, Hibernate or JSTL & EL, Java Server Faces. These are very powerful …

Member Avatar for Arthur_4
0
5K
Member Avatar for adaykin

Failing to specify language of the project only suggestion is Google -> [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=football+results+web+service&aq=0&aqi=g1&aql=&oq=football+results+web&gs_rfai="]football results web service[/URL]

Member Avatar for binkish
0
942
Member Avatar for Good Bye
Member Avatar for Nihat_1
0
3K
Member Avatar for Sunil_19

The idea of testing your code is to have some method that has a return and that is what you want to test. So to get testing going on above code you would have to change return type to String public String methodToCheckStr(int testVar) { String str=""; if(testVar==5) { return …

Member Avatar for peter_budo
0
3K
Member Avatar for pranitha_dolls

[QUOTE=~s.o.s~;400392]You have got to be [URL="http://paulbuchheit.blogspot.com/2007/05/amazingly-bad-apis.html"]joking.[/URL] ;-)[/QUOTE] I have to disagree. That guy is saying that comunity project Java ImageIO is difficult. However I did very nice and usefull final year project with it help. Recently ImageIO is trying to fix problems of long term running another community project Java …

Member Avatar for Sharon_5
0
158
Member Avatar for ajelliott
Member Avatar for Ruchi224

@Ruchi224 [LIST=1] [*]All posts merged as they all are about same project and your incapability to do this or that [*]Do not flood (multi-post same question) [*]Make sure you post in right forum section (posting VB.NET in Python is no good) [*]Full sentence English is expected and no chat/leet/sms/short-hand is …

Member Avatar for Schol-R-LEA
-1
202
Member Avatar for shad

Simplest solution would be have database with table of user details with unique ID for each member. This would hold username and password at-least to ensure that voting member is who he/she say is. For each voting process I would create new table with members ID's and vote cats of …

Member Avatar for Dani
1
1K
Member Avatar for sebinjose

Here is [URL="http://lmgtfy.com/?q=youtube+ruby+on+rails"]link[/URL]

Member Avatar for MaheshKale
0
408
Member Avatar for valatharv

I expect that each of your items has unique value that should be assigned as value to each check box when you populate table. Then on submit you will get set of check box values that represent unique item IDs and these will enable you to recover relevant data from …

Member Avatar for diafol
0
12K
Member Avatar for zetologos

Well you made mistake on line 7-9 where you initialize Object based on ObjectMaker. Just change [icode]Object item1[/icode] to [icode]ObjectMaker item1[/icode].

Member Avatar for jwenting
0
25K
Member Avatar for gopal_3

Is it so hard to use Google search these days???? "java itext create hyperlink" and first link is http://itextpdf.com/examples/iia.php?id=131

Member Avatar for Ayberk_Aziz
0
535
Member Avatar for miss zuzu

Embedded [URL="http://translate.google.com/translate_tools?hl=en"]Google translator[/URL] should solve it. What you think javaAddict?

Member Avatar for sr.mohan06
0
1K
Member Avatar for gayaneducation

[QUOTE=gayaneducation;762226]I need Java Script function for search data(text) inside a html table. not a my sql table. (table size is fixed) [/QUOTE] Make up you mind what technology you want to use and do not forget to support your claim by existing coding you already did as this is no …

Member Avatar for Ardit_1
0
851
Member Avatar for Centorpe
Member Avatar for saswati_mishra

1. Please use the hash sign "#" to insert any code in your post. The function is there for a reason. 2. Ofcourse the thing you try to do it doesn't work. You did not finishe it. From your JSP page you call servlet which is supposed to delete some …

Member Avatar for gentlemedia
0
1K
Member Avatar for lukemaister

That tutorial is exactly what you need because your "local" database is local only to your laptop and not to any other device. And if you want to share that database you would have to provide means to do so like acquiring static IP for your laptop so you could …

Member Avatar for Kamran_10
0
2K
Member Avatar for devianleong

Some code by you would been good start, since you did not provide one I can only suggest you to read http://android-developers.blogspot.co.uk/2011/11/new-layout-widgets-space-and-gridlayout.html and http://developer.android.com/guide/topics/ui/layout/gridview.html

Member Avatar for peter_budo
0
199
Member Avatar for Lalit Chattar

Off topic - I agree with jwenting roseindia is worst place to try and learn something. 1) There is not structural organization of topics 2) Many of examples are out of date, plenty of them are done with poor organization of even basic MVC in mind 3) there are plenty …

Member Avatar for prabhu.cyberway
0
3K
Member Avatar for amit_33
Member Avatar for peter_budo

I bought [Iiyama XB2783HSU-B1DP](http://www.iiyama.com/gb_en/products/prolite-xb2783hsu-b1dp/) monitor. However I'm not able to connect my MacBook Pro 2015 from HDMI with [DisplayPort to HDMI](https://www.alza.co.uk/roline-displayport-hdmi-connection-shielded-2-m-d504901.htm?catid=18848641) cable. From monitor menu I am able to select DisplayPort, but monitor will fail to receive any signal from laptop. I tried to connect monitor with Asus laptop, DisplayPort …

Member Avatar for rproffitt
0
416
Member Avatar for payara111

[QUOTE=applefanboy1;1214762]What if I want to display this pattern without the space in between the stars?[/QUOTE] Then you will create new thread and show what you did. Thread closed

Member Avatar for Chetana_1
-1
2K
Member Avatar for Saboor880

Ehmmm silly question will ```` "SELECT *FROM students" ```` actually work? Shouldn't it be with space? ```` "SELECT * FROM students" ```` I haven't touched DBs in ages :P

Member Avatar for stultuske
0
245
Member Avatar for laguardian

1. There is only one Bundle so no point for creating second (first snippet line 5 & 6) 2. Use [containsKey(String key)](https://developer.android.com/reference/android/os/BaseBundle.html#containsKey(java.lang.String)) to see if bundle contains mode or logo and avoid getting NPE because bundle will return null if mode not found with`getString("mode")` 3. Since I didn't see rest …

Member Avatar for stultuske
0
336
Member Avatar for Saboor880

Also good starting point would be NetBeans documentation [here](https://netbeans.org/kb/docs/web/quickstart-webapps.html)

Member Avatar for peter_budo
0
183
Member Avatar for nitin1

Is your `MyFirstClass`some sort of map? Please share that class or we will not be able to help...

Member Avatar for peter_budo
0
208
Member Avatar for Geekitygeek

Dan I think jayxx1234 hit the soft point here with multiple child frames ;) I'm not C# developer (last touch it at university) but based on my OO knowledge of Java I believe your approach is not that good. Instead of hiding and showing different I would rather keep same …

Member Avatar for jacss1x
1
3K
Member Avatar for burhanahmed92

Not sure what you are trying to do in this layout but I would suggest to look on this setup http://ivankocijan.xyz/android-nestedscrollview/ You use power of LinearLayout and its option of weight distribution...

Member Avatar for peter_budo
0
650
Member Avatar for Jack_11

Top of Java section thread created by James [Java projects for learners](https://www.daniweb.com/software-development/java/threads/430542/java-projects-for-learners) pick any project from there, provide UI and post it here if you have any problems. I'm sure people will guide you

Member Avatar for Violet_82
0
395
Member Avatar for Mysquldata

There are cross-platform tools like Titanium(C#), Cordova(HTML5 and jQuery). Also possible with Python, Scala or Kotlin. However these will be always slower than native implementation...

Member Avatar for meahanabanerjee
1
300
Member Avatar for vinomashwin

[QUOTE=Sethron;900554]I'm very lost as to what's going wrong. Everything else that I've found in this place seems to have been fine, but it says it has a syntax error at the lines (in both login.php and register.php) where there is die ( "So on and so forth here" ) ... …

Member Avatar for diafol
-5
3K
Member Avatar for silent lover

[Gson](https://github.com/google/gson) and [Jackson](https://github.com/FasterXML/jackson) are most commonly used JSON parsing libraries. You will create your POJO classes, as you did for `PromotionAdapter`, fetch JSON and then use either of the libraries to parse it based on your POJO class. Then you only provide collection (List, Array) to your adapter and let …

Member Avatar for silent lover
0
1K
Member Avatar for Latrell_vie

I would strongly suggest to get at least 8GB RAM before trying to do any developemtn or it will be very slow. Optimal is 16GB or above. And just side note, do not even think of moving to Eclipse, which is no longer activelly supported by Google

Member Avatar for peter_budo
0
503
Member Avatar for JameB

Same here, bunch of devices, tests on [Genymotion](https://www.genymotion.com/#!/) emulator, you can get free version and we have two tester that do manual tests, but also writes lot of Calabash tests for automation purposes

Member Avatar for SAMMY12345
0
215
Member Avatar for gtel

As anything in Android with [Log](https://developer.android.com/reference/android/util/Log.html) class

Member Avatar for peter_budo
0
84
Member Avatar for alaad

@alaad here you can find many [samples](http://lmgtfy.com/?q=java+read+microsoft+word+example)

Member Avatar for alaad
0
130

The End.