Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
57% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
2
~6K People Reached
Favorite Tags

19 Posted Topics

Member Avatar for Member #120589

netbeans. WHAT I LOVE ABOUT NETBEANS it has intellisense support,which makes coding lightning fast.i learn a lot of the api of a language through intellisense..very helpful the compiler for php is accurate. (with notepad++, at times it'll tell you the error is on line "n", and when you look at …

Member Avatar for Dani
0
670
Member Avatar for mattyd

**1.php files WILL display in a web browser 2.php files will NEVER display in a web browser**** **example** <html> <body> <?php echo "Hello"; ?> </body> </html> if the source code above is processed, right click on the page, and hit on view source, you will only see <html> <body> </body> …

Member Avatar for almostbob
0
509
Member Avatar for kamal34

i had that problem before. when we opened the laptop, the fan was full of dusts, and the thermal paste was worn out.

Member Avatar for rinston
0
249
Member Avatar for totalbhakti

take not that others are hired to click your advertisements so that you have to pay more

Member Avatar for cpsi
0
339
Member Avatar for shayan_doust

i rearranged it a bit.seems to work on my end.DOUBLE CHECK. There is no need to eliminate "else". I just love it that way. import java.awt.FlowLayout; import java.awt.Font; import java.util.Random; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.*; import java.awt.event.*; public class GuessMyNumber { public static void main(String s[]) { Random rand …

Member Avatar for TekknoDraykko
0
536
Member Avatar for coder91
Member Avatar for Heanre

I am just learning Aspx using Visual Studio Community 2013 today. While i was able to make the debugging process faster for 5 seconds,still, i had to close the current tab of the website, then hit debug or start without debugging again. Is there a way that if i make …

Member Avatar for pritaeas
0
149
Member Avatar for Heanre

how to check if the database is empty? my point is that the first person will be the administrator. here is my code $query="SELECT staffID,name,surname,email FROM stafftable"; $do=$con->prepare($query); $do->execute(); $record=$do->rowCount(); if($record>0): is there a much better option for this?. thanks

Member Avatar for almostbob
1
155
Member Avatar for Light_2

C# is also great. Aside from Unity, there is Wave Engine 3d which is totally free.

Member Avatar for Heanre
0
139
Member Avatar for Manoj_14
Member Avatar for ruhulaminice

use **javadb** , it is already within the java sdk so there is no need for you to utilize a separate database. use preparedstatements i personally love to use netbeans.i used eclipse for many years before but there is one java project that i made where eclipse was not able …

Member Avatar for Heanre
0
445
Member Avatar for mattyd

you might want to use div or just as JorgeM suggested, post the css code.. http://www.dummies.com/how-to/content/using-the-div-tag-to-create-tables.html

Member Avatar for Troy III
0
341
Member Avatar for pravinkumar1
Member Avatar for Sam_13
Member Avatar for afiya abdu
Member Avatar for ddanbe
0
130
Member Avatar for Heanre

Our teacher tells us to add a crawl functionality that will get information from other databases online... is this legal, cause i think it's not

Member Avatar for Heanre
0
153
Member Avatar for Amr_Mohammad_R

jmonkey has tons of examples and it's already embedded on their ide.. you need to learn 3d modelling

Member Avatar for Heanre
0
218
Member Avatar for Ronyque

try to uninstall it using revo uninstaller, use advanced mode. there is a legal portable version of it from portableapps and they also have the pro version from their site

Member Avatar for Heanre
0
119
Member Avatar for rovastola

does this work for you? this program also traps invalid input(s), and display the contents of array...if you don't need to display the items of the array, i bet it's ok if you don't put the numbers in the array and just simply add up everything... /* *@author:Giselle Jane Noynay …

Member Avatar for Heanre
0
169

The End.