Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 151
Search took 0.03 seconds.
Search: Posts Made By: MiKuS
Forum: Coder's Corner Lounge Aug 19th, 2008, 11:34 PM
Replies: 4
Views: 150
Posted By MiKuS
Re: computer makes annoying noises

i had a similar noise, where when turning my computer on it would make a horrible noise for the first 10 seconds or so, turns out there was a cable touching the fan slightly and when the fan was...
Forum: PHP Aug 19th, 2008, 11:29 PM
Replies: 5
Views: 187
Posted By MiKuS
Re: Interested in PHP

Tizag do a great primer on PHP, one of the sites (apart from php.net) I return to often as a reference. There are a few other tutorials, css, mysql, etc...
after you go through all of that you should...
Forum: Existing Project Development Aug 5th, 2008, 5:02 AM
Replies: 13
Views: 324
Posted By MiKuS
Re: Password Hacker

sorry about that link.
Forum: Software Design and Algorithms Aug 1st, 2008, 4:40 AM
Replies: 19
Views: 826
Posted By MiKuS
Re: Sane's Monthly Algorithms Challenge #3 [07-08]

have fun moving Sane, i've got some code for this for the beginner challenge i'm even going to try and add a way of breaking the message without the specified rotation amount.
Forum: Existing Project Development Aug 1st, 2008, 4:37 AM
Replies: 13
Views: 324
Posted By MiKuS
Re: Password Hacker

what method does your pasword cracker use, also what is it written in? can you show us the code? does your program work as well as Ophcrack?
<snipped URL>
Forum: HTML / XHTML / CSS Jul 31st, 2008, 3:58 AM
Replies: 2
Views: 159
Posted By MiKuS
Re: HTML Web Form Submit Button

your post isn't very clear...
I have a table with 1 cell and 1 row and in it -- what is this table for? why does it have one cell?

I have a name and comment section with a submit button and reset...
Forum: Other Scripting Languages Jul 28th, 2008, 6:56 AM
Replies: 11
Views: 670
Posted By MiKuS
Forum: Python Jul 21st, 2008, 8:08 AM
Replies: 10
Views: 384
Posted By MiKuS
Re: python vs ruby?

for general support i believe python has a larger user base, mailing list's and such. you'll find a few resident python coders at these forums. i don't see any activity about ruby in general on these...
Forum: Coder's Corner Lounge Jul 18th, 2008, 7:24 AM
Replies: 6
Views: 139
Posted By MiKuS
Re: World Youth Day

bah..
yeah i heard of it grich but i come from the land of oz too :D
Forum: Other Programming Languages Jul 11th, 2008, 5:16 AM
Replies: 7
Views: 215
Posted By MiKuS
Forum: C++ Jul 10th, 2008, 2:46 AM
Replies: 10
Views: 298
Posted By MiKuS
Re: Need College Help/Advice

if you think trig and calc is a pain you'll love probability and statistics (do you know these subjects well?)
Forum: C++ Jul 10th, 2008, 2:41 AM
Replies: 11
Views: 460
Posted By MiKuS
Re: Which programming language would you recommend/learn first?

most (decent) editors have the ability to set tab spaces to whatever you want.
Forum: C++ Jul 9th, 2008, 6:10 PM
Replies: 11
Views: 460
Posted By MiKuS
Re: Which programming language would you recommend/learn first?

theres a lot of previous posts on this exact subject mannor, therefor i wont go into much detail other than you should use python to start with, it's syntax is easy so you'll spend more time...
Forum: HTML / XHTML / CSS Jul 5th, 2008, 6:31 AM
Replies: 3
Views: 178
Posted By MiKuS
Re: Cascading Style Sheets

that said here are a few ways to impliment your css incase you were wondering


this is also in order of inhertance (the cascading part of css) bottom having most precedence to the browser

external...
Forum: C++ Jul 1st, 2008, 2:41 AM
Replies: 11
Views: 425
Posted By MiKuS
Re: How to make a programming language

i don't know, gt8ost4l.

are you mathematician? what languages do you already know? If you don't know already the fundamental concepts of programming i'd suggest learning them before designing a...
Forum: Other Scripting Languages Jun 24th, 2008, 5:54 AM
Replies: 4
Views: 196
Posted By MiKuS
Re: MSSQL - Get data between specific week days

on that note i had real headaches working with time based queries, it's easier to use a timestamp and convert your times from that.
Forum: Coder's Corner Lounge Jun 20th, 2008, 8:12 AM
Replies: 2
Views: 178
Posted By MiKuS
Re: Web 2.0

web 2.0 is a type of feel, you should use colours that pop, gradients and also a overzealous sprinkling of ajax doesn't go astray. you want to try to incorporate a seamless feel to your application...
Forum: Coder's Corner Lounge May 22nd, 2008, 12:54 AM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

i could wafle about your explination but i'll just say that i disagree because ultimately the person throwing the die decides how hard and on what angle they will throw it, this variable cannot be...
Forum: Other Web Development Languages May 19th, 2008, 11:59 PM
Replies: 5
Views: 505
Posted By MiKuS
Re: Creating a Mortgage website. Charge what?

Usually when you're being hired to do a whole website from scratch you quote the whole job as one cost. make sure you itemize the quote and describe everything you need from the client (text for...
Forum: HTML / XHTML / CSS May 16th, 2008, 9:06 PM
Replies: 3
Views: 265
Posted By MiKuS
Re: HAML - Markup Haiku

to an extent, it would be nice to mix logic into my stylesheet albeit not a lot.

!main_color = #00ff00

#main
:color = !main_color
:p
:background-color = !main_color
:color...
Forum: Coder's Corner Lounge May 16th, 2008, 1:35 AM
Replies: 12
Views: 478
Posted By MiKuS
Re: software developers?

I design websites.

I use a RAD framework called CakePHP (http://www.cakephp.org/) it's great, it's based on the MVC pattern which makes it easy to develop your application and then worry about...
Forum: Coder's Corner Lounge May 15th, 2008, 10:37 PM
Replies: 8
Views: 331
Posted By MiKuS
Re: Excel As A Programming Language!?

yeah thats pretty cool sane, should be interesting to see if this will work in Numbers
Forum: Coder's Corner Lounge May 15th, 2008, 8:34 PM
Replies: 13
Views: 517
Posted By MiKuS
Re: website for practice problems and contests

that url links back to this post.

http://www.programmingforums.org/showthread.php?t=15451
is the url you were looking for
Forum: Coder's Corner Lounge May 15th, 2008, 8:29 PM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

In your post you mention that when rolling a die many many factors contribute to where it lands, a butterfly flapping it's wings on the other side of the each could even have an impact on the outcome...
Forum: Coder's Corner Lounge May 15th, 2008, 4:46 PM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

If you understand the term "soul" as a continuum of individuality from moment to moment, from lifetime to lifetime, then you can say that I also accept a concept of soul; there is a kind of continuum...
Forum: Coder's Corner Lounge May 15th, 2008, 5:41 AM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

even though everything we can physically perceive can be narrowed down to chemical reactions even reality it self. There is still a mental perception of 'self' a spark, or some say a soul, another...
Forum: Coder's Corner Lounge May 14th, 2008, 10:30 PM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

emotions can be boiled down to a chemical reaction within your body.

One thing people know is that the body releases chemicals based on what our input is. This means auditory, tactile, visual and...
Forum: HTML / XHTML / CSS May 14th, 2008, 6:49 AM
Replies: 3
Views: 265
Posted By MiKuS
HAML - Markup Haiku

While lurking around the bakery (http://bakery.cakephp.org/) i stumbled across a pretty neat html templating language, HAML.

What exactly is HAML?
taken straight from the front page of the haml...
Forum: PHP May 14th, 2008, 6:26 AM
Replies: 10
Views: 395
Posted By MiKuS
Re: Query regarding / and \

this is true, php handles it's own file operations. I was trying to point out that because explorer.exe can handle / in the address doesn't necessarily mean PHP can, i used the console to show that /...
Forum: PHP May 14th, 2008, 1:48 AM
Replies: 10
Views: 395
Posted By MiKuS
Re: Query regarding / and \

using / in the command prompt does not work for me, is php going to use explorer.exe to do it's file operations?

do not use $_SERVER['OS'] or $_ENV['OS'] you're better off using the PHP_OS...
Forum: Coder's Corner Lounge May 14th, 2008, 1:20 AM
Replies: 23
Views: 906
Posted By MiKuS
Re: Free will or Predestination?

Free Will is free thinking, freedom of thought is important to the development of the human race.

While we all can't get along in this world, I place the blame squarely on the power struggle that is...
Forum: Coder's Corner Lounge May 14th, 2008, 12:53 AM
Replies: 48
Views: 1,559
Posted By MiKuS
Re: Life outside Earth?

My belief is that there is other life out there, intelligent life that is.

My own research on this matter states that due to the vast size of the universe, and how much matter fills this void the...
Forum: HTML / XHTML / CSS May 13th, 2008, 8:46 PM
Replies: 16
Views: 961
Posted By MiKuS
Re: Div vs Table Layouts - Your opinion

let this thread die. it's been a long time since I opened this thread, the discussion is long over.
Forum: C++ May 13th, 2008, 6:22 AM
Replies: 12
Views: 543
Posted By MiKuS
Re: What is the best language to start with?

python

you should start with python to learn to concept of programming. Python is simple but also very powerful. you will start out learning concepts about programming and making simple programs,...
Forum: Paid Job Offers May 10th, 2008, 7:02 PM
Replies: 19
Views: 994
Posted By MiKuS
Re: $$$ Need C programmer for Operating Systems programs

if this was homework, at least his offering to pay right?
Forum: Coder's Corner Lounge May 9th, 2008, 4:25 AM
Replies: 24
Views: 874
Posted By MiKuS
Re: Are you a Geek? or A Bully?

while I was at school I was a good student, not academic though. I played keeper for the school soccer team every year it was possible and enjoyed it. While I was at school I wasn't really bullied, I...
Forum: Software Design and Algorithms May 8th, 2008, 7:01 AM
Replies: 31
Views: 1,646
Posted By MiKuS
Re: Sane's Monthly Algorithms Challenge #1 [05-08]

on the first question, i have working code but i'm wondering what is the largest we can expect k to be in the example input format?
Forum: Other Web Development Languages May 3rd, 2008, 11:32 PM
Replies: 0
Views: 247
Posted By MiKuS
Excell and MySQL - converting data

i have an excell spreadsheet with about 1,500 rows of data, i know i can export this into a csv format, but my question is other than converting to csv and importing that way are there any easier...
Forum: Community Introductions May 3rd, 2008, 6:42 AM
Replies: 10
Views: 527
Posted By MiKuS
Re: Hello everyone

Thats a long time to be programming.

welcome to pfo.
Forum: Coder's Corner Lounge May 3rd, 2008, 6:35 AM
Replies: 8
Views: 249
Posted By MiKuS
Re: Proverbial foot in the door

i'm working a bottom of the barrel job in web development at the moment. my pay is shit and my hours suck i would rather work at mc donnalds and get better money but the thought of having over one...
Showing results 1 to 40 of 151

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:44 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC