- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
18 Posted Topics
Re: Hi, I thing there is one book, that you all missed and I'm sure that you all have read it. **- The Pragmatic Programmer. by Andrew Hunt and David Thomas** Sorry if I'm wrong. :) | |
Hey guys, I am trying to use the **Google Calendar API** within a **php webpage** to display personal calendar events for each user. I made it displaying the events, but I'm stuck on displaying the Event Colors for every event. I was looking around the internet for two days now, … | |
Re: 1. Practice your maths skills. 2. Study vector maths, and some Dynamics (Newton's Theory). 3. Learn Object-Oriented Programming and solve little logical and maths problem. 4. Play a lot of games!!!! 5. Learn everything about the Graphics Pipe-line. That's what it takes to become a game developer. (Ofcourse nobody said … | |
Hey guys and girls, I have to code 3D water, and I can't think of an Idea. I'm currently using Unity and reading stuff for meshes in Unity and to be honest, I'm not getting anywhere far with the Unity mesh architecture, but I'll get there... (ASAP) So my problem … | |
Hey guys, I'm trying to learn OpenGL ES 2.0, from http://developer.android.com . From 3 days, I'm trying to do the drawing shapes part, but my shape (triangle) won't draw on the screen. My Android Version is 2.3 and I'm debuging via USB. There is my project: http://www.speedyshare.com/QJcFZ/AndroidChessProject.rar I would be … | |
Re: C++, Lineral Math, DirectX or OpenGL, Bitwise operations, etc. It will be a good idea to know how the memory is organized, for further work. The SDL, SFML libraries are an option too. | |
Hello guys, Happy New Year! I want to ask some questions, that I didn't find enough information about, so I thought that the people from DaniWeb can help me figure it out better. So here is the problem.. I want to make a 2D physics and math, just to practice … | |
Hello.. So, in university they never mentioned the bitwise operators and the work with them. And now I've realised their power in the game development and I want to use them properly, and I'm doing fine, but I can't understand something.. If I'm comparing two integer numbers like this: int … | |
Hello, people! I need some help with Wordpress.. I'm using Starkers, to create my theme. And I have a design, which I follow. I have Posts, and my question is, How can I add extra fields in the admin interface for the posts? I need to add some extra fields … | |
Re: Try w3schools.. I would use an css class to set the background: .btnClass{ background: url(the image) no-repeat; width: Xpx; height: Ypx; } Then in my html: <input type="button" name="adcart" value="add to cart" class="btnClass" /> Haven't touched web development soon.. I program in C++, I hope I've helped enough.. | |
Hello guys and girls.. I have a problem with the media wiki endgine.. I want to create user groups via the UI, but these groups and permissions are static. (By static I mean that they are written in a php file that puts them into an array.) The php file … | |
Re: I guess you overwrite the '=', but you don't overwrite the '=='. As I can see in your code, you're comparing them classes. You can't compare if the tomato is a melon. But you can compare if the tomato has as many seeds inside of it as the melon. You're … | |
Re: Dude.. You can do it. You just need to calm yourself, sit down, grab a math book, or search for the formulas in google. To calculate the area of several circles u need to know your radius and it's origin. If you know that, things should be very clear for … | |
Hello there. I'm trying to make a program which can input elements (integers) and sort them, then input them in a txt file. I've made the functions (write on file, read from file, sorting elements), but now I need the following.. When I use a file on which I have … ![]() | |
Hi ppl, I need a javascript that can do.. "When you leave a page to alert you how many times have you clicked". I have no ideas, and almost no exp in this.. So PLEACE help me.. Sorry for the bad english.. | |
Hi! I have a problem with a small effect. The idea is to dynamicly change the pages in a single box, and the header and the footer of the main page to hide or show the box with the information. That's the idea.. [CODE] <?php session_start(); require "config.php"; ?> <!DOCTYPE … | |
Re: Can I ask, why are you using the 'new line' in your sql query? |
The End.