- Strength to Increase Rep
- +7
- Strength to Decrease Rep
- -1
- Upvotes Received
- 93
- Posts with Upvotes
- 54
- Upvoting Members
- 36
- Downvotes Received
- 20
- Posts with Downvotes
- 16
- Downvoting Members
- 13
- Interests
- Learning PHP and other Programming languages.
- PC Specs
- Ubuntu and Win7.
334 Posted Topics
Re: This thread is Fantastic and a lot of useful postings are here. Good Work, guys. | |
Re: Try this [website](http://www.thenewboston.com). That guy does java programming tutorials and does some on networking and chat app. This might be useful for your project. By the way, I like the idea you've got. | |
Hey everyone, I have posted a couple of threads looking for a plugin that gives some of the features of CakePHP if not all. However, the threads were going dead. I'm just looking for a good editor that is going to provide me an auto-completion code like HTML helpers, functions … ![]() | |
Re: I programmed in python last year and did not find it that useful. it's just my opinion. Well, the main issue with python is that how other people who do NOT have an interpreter (IDLE), would able to use programs made in python. | |
Re: Like James mentioned in the first post, suggest cool ideas for Java learners and show them what they can do by programming in Java. I gotta be honest with you here. I have heard this statement a lot 'You can do everything in Java'. Right. I get it. But what … | |
Re: I'd say just be yourself and show them what you know already because if you're affraid of the interview and you think you aren't prepared or haven't learnt the things you wanted to learn. there is a possiblity that you may fail it. Take it easy and treat it as … | |
![]() | Re: Or you can put a constraint on the field to restrict the input. In your case, you'd check if the input contains numbers, if yes. then it won't be inserted. [CODE]ALTER TABLE TableName ADD CONSTRAINT ConstraintName CHECK(YourField........ )[/CODE] Instead of the dots up there, you replace them with a function … |
Hi everyone, I consider myself as a java beginner because I haven't been involved in a lot of projects. I'm opening this thread to raise awareness that we don't have java projects thread primarily for beginners and it could help advanced java programmers in terms of practising their java knowledge. … | |
Hey everyone, I have got a Sony laptop that stops working and starts showing me this line "Operating system not found" when booting up. I entered the BIOS to check out something after I tried re-installing Win7 but I discovered the internal hard disk not being recognised and it said … | |
Re: You could use ActionScript3 or Flash to create an AIR app which can run on iOS and android platforms without learning Objective-c or Java. | |
Re: Not that I have tried but it seems possible that you can modify the auto-increment number Have a look at this website [Click Here](http://stackoverflow.com/questions/5665571/auto-increment-in-phpmyadmin) Alternatively, you could code the logic manually by increasing the id by one. For example, you're storing a first userID which normally starts as zero then … | |
Re: Hmmm, the question is why do you want to initialize your variables with empty values? How about trying this? 1- Separate your PHP file just for the sake of understanding what's going on in your scripts and different pages. 2- Putting the name of PHP file in the action attribute … | |
Re: My suggestion for the book that you should be reading (if you only want to learn Java from the basics and gradually advancing to higher levels) is Thinking in Java by Bruce Eckel. It is really helpful n useful. | |
Re: How do you mean "my pc skips the boot from cd"? Press F10 or F5 when you restart the pc and see a black screen asking you a question on the bottom if you want to go to the BIOS screen. | |
Re: How would you like us to help you? We can give directions on how to solve the problem but we won't give the code. Do you have any code to show us? | |
hi there, I'm experiencing a problem with the keyboard on my laptop. So what happens is that when I start typing really fast, the cursor goes somewhere else and doesn't stay at the end of a line. Any idea on how to fix this problem? Thanks | |
Re: I was told it's not a good practice to store images in a database because they take lots of space in the database? What is the best solution to that? | |
Re: @Jim.. it lasted for 29 yrs. Wow. That's really a long time. @ScarWars9 ... Good luck and let us know how you go and what it's like. | |
Hi everyone, I've just installed ubuntu 10.10 LTS and it is giving me an error that it can't update packages because this version isn't supported anymore. Is there a way of fixing that? If not, I think I'm downgrading to ubuntu 10.4 which will be supported until April 2013. It … | |
Re: Try having a look at Windows.Forms.MessageBox. I am not sure if that is something you want. or you could always use the alert function in JavaScript. | |
Re: hhaha.. I like this thread. You're having "a huge problem" as you said. Did you install Ubuntu correctly? what version are you running? did you update your machine using update manager? or sudo apt-get update in the terminal | |
Re: What's happenin? you're trying to upload something in a thread. Is that right? | |
Re: I think you'd go with inheritance to solve the problem. Think of it this way, for example, you're implementing a vehicle and different types of it. You'd have a vehicle class that has the main functionality which is shared by different types such as trucks, cars and so on. In … | |
Re: Hi there, Welcome to Daniweb community. Of course, you'd be able to extend your knowledge of database systems. Always feel free to ask questions if you're struggling with something so that way you will get things explained to you and that will clear any confusion. | |
Re: Make sure you add the link to the CSS file. Show us your index page so we know what's exactly going wrong. | |
Re: 1-Adobe kuler 2- Css thing which is part of Firebug. Jump on google and search for web development tools or web developer's tools and see what comes up. | |
Re: That doesn't give much info. How are they stored? where are they stored? are they stored in a database, text file or array? is that a website or something else? how much code have you got there? the solution might be as simeple as posting your code on here and … | |
Re: For operting systems other than windows including Mac OS and Linux, I would go with Monodevelop. | |
Re: Hmmmmm,If you want to get the avaerage of the inputs that you're getting from your users. 1- Loop through the inputs and store them in one variable by using += operator or `variable = variable + array[index] / array.Length.` I reckon you should catch exceptions like FormatException and other ones. … | |
Re: Hmmmm, it depends on what you like doing. Nobody here is able to say that it is going to be the perfect choice for your future as we don't know what your business/IT skills are like. I heard that a MBA is a good degree but I personally don't like … | |
Re: I'd make the account number as a primary key/unique in the database so that way you can pretty much avoid any misleading voilating numbers given by customers because they don't really know what numbers are stored. | |
Hi everyone, we were taught about Generics and Interfaces at uni and I wasn't sure what the perfect situations are to use interfaces because they don't have implementation in them so they work as a contract to other classes where everyone can implement their methods as long as they extend … | |
Re: Well, that'll depend on the tasks you've got. What do you want to store? Do you want to store messages from users? how do you determine if the keyword is the right one in user's message? E.g let's say you've got "two" red keywords in your table. So in this … | |
Re: What do you exactly mean by web design? Graphics and stuff or coding and styling web pages? | |
Hi there, Today, I had a chat my lecturer about instance methods and static methods. I thought you make methods with static modifier (let me know in the comments below if I'm wrong) if you want to access them without creatng an instance of the class which they're defined in. … | |
Hi everyone, I'm learning C# at the moment and really enjoying it. I'm wondering though how I can develop my own algorithms. do I need to read on data structures and algorithms? Is there a book for all programming languages so you can apply the knowledge to basically any programming … | |
Re: since you're only generating one thing which is a random number, then try printing out in the browser by using this command in JS. `document.writeline("your random number is: " + q1);` | |
Hi there, I've been reading a book on c# and come across a method that is EnsureCapacity on StringBuilder which from understanding it makes sure that how much capacity a variable can hold. What I made is a variable and then tested it. StringBuilder st = new StringBuilder("string builder"); // … | |
Re: Salam alikum wa rahmat allah wa brakatah, Faisal. I think that depends on your software requirements. Having said that you can pretty much do both, creating a new database or/and connecting to a previous database. This depends on the way you set up your project. I'm assuming that for a … | |
Re: Hmmmm, I can see a few things that don't seem quite right in the SQL statements you've got in there. Firstly, make sure that the connection to your database is established without any errors. Secondly, have a look at table names and fields that you're trying to query. With the … | |
Re: There is another way of making your code too difficult to read by obfuscating your code(instead of having line by line code. it is all mashed up in chuncks). That way you can make code stealers go away once they look at your code. Although, they can still use tools … | |
Re: You may need to have a look at this [website](http://gradients.glrzad.com/) and another [one](http://css-tricks.com/examples/CSS3Gradient/) When they generate a CSS3 code, it is explicitly mentioned that what browser is supported I hope this helps | |
Hey everyone, I'm wondering why my reputation points don't go up when people give my posts in thier threads a vote-up. Cheers, | |
Hi there, I'm reading a book on Javascript and trying to understand a few concepts that are about hasOwnProperty(), propertyIsEnumerable() and isPrototypeOf(). I don't understand when and how these methods are used. That would so appreciated if someone can explain them to me in a nutshell. This example is from … | |
Re: I'm sorry I think I am not understanding the question in the first post. Why don't you use HTML&CSS and JavaScript(if needed)? | |
![]() | Re: it is a good idea to use `var` when declaring variables. E.g var number. The reason being is that your variables will be easy to trace and and it is a good practice. I guess you're trying to add the value to the textbox you've got there, right? Try this … ![]() |
Re: If I understand your question correctly, you want to change an image that is already displayed on a page when the title is clicked. You're refering to the title tags in head section, right? if yes so, I don't think you can because I have just tried it and unfortunatley, … | |
Re: I'm happy to do the psudo-code for you as this program is really simple.Although I won't be writing the code. I suggest you write some code following the below steps and once you get stuck, just raise another quetion with the code you've achieved. **make these variables:** **1-sum** (perhaps global … | |
Re: > TV is communicating with A.C That would be interesting to see. |
The End.