- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- Interests
- Computers, Music
26 Posted Topics
Re: I agree that MySpace is a lot uglier, but I also find it much more practical. With Facebook I always end up wasting time playing pointless games, and doing stupid quizzes... But that's just me. :) | |
Re: Here's a nice article about Vista http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9009961 | |
Re: I almost understood half of it... ...no I didn't, just showing off. :cheesy: | |
Hi! I am creating a simple website, and I would like to have an option on one page to print the contents of the page by clicking a button, or seeing it in PDF format by clicking another. What is the simplest way of doing this? Mladen | |
Re: Realy usefull! Thanks! | |
Re: [URL="http://blogs.msdn.com/coding4fun/archive/2006/11/06/997852.aspx"]Coding4Fun : Rocket Commander Tutorials[/URL] try this | |
Re: [QUOTE]When you say "I can't get this to work" and expecting us to find the solution, that just doesn't help.[/QUOTE] Haha. A stroke of genius. A funny thread. | |
I am working with some other guys on a web page [URL]http://mala.laguna.co.yu/index.php[/URL] The guy we are buildin the page for demands that we center the page differently. Right now if you shrink the width of the browser, the page will align it self to the left corner of the browser … | |
Re: An excellent thread!!! As for the matter of installing Apache server on your computer I reccomend using [URL="http://www.download.com/3120-20_4-0.html?tg=dl-20&qt=easyphp&tag=srch"]EasyPHP[/URL] It's easy to setup, a click here, a click there, and you're done. And it has a built-in MySQL server as well. | |
Hi, guys! I have another problem, please help. I have 9 flash games (swf) wich I need burned onto a CD, but I also need to make an intro/mainmenu in flash, wich i would publish as an exe, and would load the games which will be put in seperate folders. … | |
Re: There are PDF books that you get with the instalation of Flash. You should look that up. You should also cook yourself a nice bigg pot of coffee, and go through all the ActionScript tutorials in flash (press F1). Then there's: [url]www.[B]free[/url][/B][B]flash[/B][B]tutorials[/B].com/ [url]www.tutorialized.com/[/url] [url]www.[B]flash[/url][/B]advisor.com/ They are all slitely different sites, … | |
Hi! I got a simple question. (two actually) I made a game in Flash, but when i want to publish it as an .exe file for burning on CDs, it has that flash player menu on the top, and I can't set it to be full screen. Pls help. | |
This friend of mine had an idea to make a program witch would be used to manage large numbers of mp3 files, with the ability to change their ID3 tags all at once. This would be usefull if you wanted to divide your mp3 music ino genres etc. Now he … | |
I found DaniWeb about a month ago. It has been realy helpfull, so I brought three of my friends. Thanks for all the help, I hope I will get better soon, and help you more. Mladen Danic, Serbia | |
Re: [QUOTE=RichardCh;308601]Try this: [code] public static bool IsWeekday(DateTime dtInput) { return ((dtInput.DayOfWeek == DayOfWeek.Saturday) || (dtInput.DayOfWeek == DayOfWeek.Sunday)) ? false : true; } [/code] If it's a weekday, it returns true, otherwise false.[/QUOTE] Simple.Nice.Works. | |
Hi, guys! I have a problem with this site I am making. I have a meny similar to the one in Daniweb, but without the drop-down menu. I made it with a set of DIVs with a 1px wide backrgound image with a background-repeat: repeat-x; setting. The menu looks pretty … | |
Re: I have an adsense ad on my blog, and I had only 1 click in two or three months. Thats about 0.13 USD It realy works only if you have a serious site. | |
Re: It wouldn't hurt if you posted the HTML as well. | |
Re: I'd like to help with graphics (I can also do web design and some C#, but don't know if needed). [email]maidomax@yahoo.com[/email] | |
Re: It really is jus common sense... What would internet look like and how long would it last if just about anybody could save any thing on another person's computer. Common sense tells you that the person has to allow you to save the file on his(or hers) computer (, and … | |
Re: Well make a 2 dimensional array wich has the same number of cells (or whatever I can't remember how you say it in english) as the number of songs you have on the list, and add a number to every entery cell randomly, and then arrange the cells in order … | |
Hey Guys, there's a simple problem I can not solve, and neither can my friends. How do I shut down the computer in C#. I am trying to make an aplication that would shut down the computer after a countdown closing all other active applications, so that I can go … | |
Hi, guys. I have a gamepad, with vibration and analog control. Can anyone tell me if i could read the input from the gamepad (including the analog sticks), and make it vibrate from C#? Thanks. | |
Re: [code=c#] using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Count1to10 { /// <summary> /// Summary description for Form1. /// </summary> public class formCounter : System.Windows.Forms.Form { private System.Windows.Forms.Button btnGo; /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.Container components = null; public formCounter() { … | |
Re: Could you be more precise? Where is the problem? Do you want to design a method that recognizes the three-in-a-row situation? If so than it can be done in more ways than one, but it still is a bit tricky if you are a begginer. Also, you did not say … |
The End.