Search results

  1. M

    Cocoa Forum

    Hey Guys, I've started writing cocoa for osx and iphone and was wondering if anyone knew of a good forum for this. I've found lots of good tutorials and docs, but nowhere to just ask a question.
  2. M

    Merging blog with existing rails app

    Hi Guys, I want to add a blog to my rails site. I might end up just writing a super simple blog from scratch, but it would be nice if i could incorporate typo into it. How do i take an app like typo, and integrate it to an existing rails page? I basically want to click on the news tab, and...
  3. M

    Java question

    Ok so... i have a class with a static method doThing(). I want to subclass this class, and when the subclass calls the method doThing, i want it to know what class called it (the subclass). So i have public class BaseClass{ public static doThing(){ //Print name of class } }...
  4. M

    Accepting Credit Card Payments

    I am about to start creating a webstore for a client, and I need to know what are some of the best options for accepting payments. It is a wholesale vendor so I don't think they want to use paypal. Does anyone have any advice on which systems would work well for this? I want something that is...
  5. M

    Making links open in sidebar

    So i know that in firefox you can make your own bookmarks set to open in the sidebar. Is there a way i can make a link to automatically open in the sidebar? like set the target to sidebar, but also have it so if they drag the link to their toolbar it will still opne in the sidebar when they...
  6. M

    WSDL Error, worked fine then...

    So i've had this code, it worked a couple weeks ago, i dont think i changed anything, and all of a sudden i get this error Parse error: parse error, unexpected T_STRING in /home/myfree/public_html/mike/lib/nusoap.php(6985) : eval()'d code on line 1 Fatal error: Cannot instantiate non-existent...
  7. M

    corrupted rar file?

    Hey i am trying to restore a backup of a site i did a while back, and the rar file doesn't seem to want to unrar. I know it was passworded, and i even had the password in the filename but it won't seem to work. Is there any utilities i can use to open up a broken archive? I would REALLY like...
  8. M

    script.aculo.us effects

    I want an effect that basically takes a div and makes it grow to cover almost the whole window. Is there an effect that does this? Right now I've been playing with the scale effect, but i can't get it to scale the right way. Is there an easy way to make it scale larger up to the point where it...
  9. M

    Import only some photos?

    Is it possible to import only a few photos off my camera in Iphoto? I have one pic i want to get off of it, but 477 pics from my trip that i already transferred. I know there is an option to not download doubles, but it still takes a really long time to get tothe one i want. Is this at all...
  10. M

    Ajax Implementation question

    So i'm trying to make an AJAX application, and here is what i need to do. I want to have a javascript bookmarklet that basically gathers teh title, address, and selected text of the page you're on. This part i've figured out, but what i need to know is what is the best way to send this...
  11. M

    mysql on mac

    Hey Guys, I installed mysql on my macbook and it worked fine before, but i can't remember what the username and password is for it. Is there a way to figure this out, or to add a new one? The control panel for mysql only has start and stop... Thanks in advance
  12. M

    m6811 not downclocking

    ok so usually when you run off the battery the comp should run at 800mhz to save battery. Recently i noticed mine stays at 2.2ghz and so my comp died 45 minutes into my movie on my 3 hour busride. and my ipod is dead. That was lame. Anyway, does anyone know how to fix this/
  13. M

    USB 2.0 going at 1.1 m6811

    hey guys, so i sent my m6811 in for repairs on the screen, and then reformatted. I installed all the drivers, and everytime i plug in my ipod or anythign it says it can run faster with a 2.0 port. Could there be anything im missing here?
  14. M

    converting a timestamp to a european date string

    hey guys, im doing a java project and i need a way to convert from a timestamp (or whatever the word for the long numbers, seconds since 1970 is) into a european date, ala "5 semtembre 2004" any help?
  15. M

    Not escaping strings in java

    hey, isn't there a way to have a long string in java where you dont have to escape all the quotes if you enclose it in <<< and END>>> or something? what is the exact syntax, search engines dont let me search for <<<
  16. M

    usb 2.0 drivers for an m6811

    anyone know where i can get em? I just reformatted and whenever i plug my ipod in it says its at reduced speed cuz i have no hi-speed ports.
  17. M

    linux and windows, which first

    just got my laptop back from repairs ( i sent it out monday :eek: ) emachines is crazy fast. Anyway i want to dual boot linux and windows. I want to reformat. How should i go about this all? its a emachines 6811... Which should i install first etc.
  18. M

    quick css ie help

    why is thhere a break between the left bar adn the header in IE on http://prairiepaper.whsites.net/rss/page.php?page=solutions ? It works fine in firefox. Can someone help me make it look right in IE?
  19. M

    strange noise when scrolling

    ok so in both my dads desktop and my new laptop, i get this strange almost clicking noise when i scroll a window. It happens when i use the mouse scroll button, when i drag the bar,or when i middle click and drag that around. When ever a window scrolls around i can hear a noise come form tthe...
  20. M

    Digicam, PDA, MP3player/usbkey/fm, SDCard

    Hey guys i recently bought some toys off dell, but i went skydiving so i need to pay for that now instead. This is all brand new stuff, never opened WITH WARRANTY. Here's what i have 120 - Canon Powershot a400 - 3.2 MP , 2.2x optical zoom, great camera for just taking pics of fun stuff. 230...
  21. M

    miniPCI Wireless G card

    pulled from an Acer laptop, pretty much brand new. 30 shipped. feldsten AAT uiuc dot edu or aim me at mikef98765
  22. M

    copyright question

    if a company contracts me to build a website, who owns the code? I assumed it was them since they paid me hourly to build this shop, but now people are telling me otherwise, that i still own the code.
  23. M

    Encrypting PHP Code

    Ok so theres some shady business goin on about this website i made. Basically im gonna add something into the main include that every 3 days it emails me with what server the code is being executed on. I want to encrypt this part, so they dont know what it does. Is there a way to encrypt PHP?
  24. M

    export mysql database to excel

    does anyone know how to or have a script to export a mysql database to excel in php?
  25. M

    using javascript to change a radio box

    <input type="hidden" name="process" value="addInvitationStep3"> <input type="radio" name="ifEnv" value="0" checked> No Return Address<br> <input type="radio" name="ifEnv" id="yesToEnv" value="1"> <textarea name="returnAddress" rows="5" cols="30" onChange="SWITCH THE RADIO TO THE BOX WITH...
  26. M

    using javascript to change a radio box

    <input type="hidden" name="process" value="addInvitationStep3"> <input type="radio" name="ifEnv" value="0" checked> No Return Address<br> <input type="radio" name="ifEnv" id="yesToEnv" value="1"> <textarea name="returnAddress" rows="5" cols="30" onChange="SWITCH THE RADIO TO THE BOX WITH...
  27. M

    ups tracking number

    is there a simple way to have a link in my page that sends people to teh ups page to track their shipment?
  28. M

    very strange php session problem

    ok so im making this webstore, and i just had the most rediculous time on this one page. I got it to work but i'm still not 100% sure what is going on. To make matters simpler i wrote a simple code. <?php session_start(); $_SESSION['themeez'][1] = "Why"; $_SESSION['themeez'][2] = "Hello"...
  29. M

    Quick CSS Float question

    Hey guys, quick question: If i have a Css design, fixed width, a left bar floated left, and a right column using margin-left, and a footer, how do i get the footer to go below the left bar if its longer than the right column. Here is the page in question...
  30. M

    Collapsible Text Editor?

    I was thinking, a good text editor could have a function to collapse things such as for loops, switches, functions, etc. Does this exist?
  31. M

    searching a dynamic site

    hey guys, i made a website for someone, and she wants to implement a search box. Its all dynamic php, and the data is organized into lots of sections, so it would be hard to write a search script. Is there some type of spider thing that can do a search for me? Like implement a google search...
  32. M

    Branching navigation schemes

    what are some good branching navigation schemes, ie category->subcat->subsubcat etc. I'm building an online store, and my method sucks, i use 2 db's one for main cats, and one for the subcats that link to the main. Are there any good ways of doing this using php/mysql? anything i should...
  33. M

    WTB MP3 player (maybe pda)

    Hey guys, im probably gonna buy a new ipod, mine just got stolen. Let me know if you have something cool. I love toys, so... lemme know what you got
  34. M

    WMPlayer not full screen?

    I have a m6811, and when i play dvd's in Windows Media Player, i click full screen, but the image stays kinda smaller. How do i make the image take up the whole screen, or at least up to one set of borders to keep ratio??
  35. M

    WTB - USB PVR and Remote

    want to record some tv shows on my laptop, want a remote to watch them. let me know what youg ot.
  36. M

    usb pvr card?

    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=3761&item=5128640434&rd=1 has anyone used this? I have a laptop but i want to build an htpc of sorts to show my dad and use at college, so he'll want me to build him a permanent one in the house. Is this thing good? Does it have...
  37. M

    Unreal 3 > doom 3

    http://www.gengamers.com/forum/viewtopic.php?t=92 First couple pics are neat, but the bottom few pics are unbelievable. Stuff like this makes me contemplate goin back to a desktop
  38. M

    WTB modded xbox

    Dont need new HD, jsut dont want to pay the premium i can upgrade that later. But if you have it offer anyway, we'll see. Dont mind TSOP mod, could care less about XBOX Live. All i want is the ability to back up games, play emulators, dvds, and divx's.
  39. M

    cycling bit strings

    what is a good way to cycle through all bit strings of a certain length (10 in my case). I have a really hacked out method right now i was wondering if there is a better way. I'm trying to write a program to answer How many bit strings of length 10 have 5 consecutive 0's or 5 consecutive...
  40. M

    making a whole area secure.

    Hey guys, What i've done up till now is if i had an admin page i just had a include:security module at the top of every secure page. That got kind of tedious. Is there a way i can say "everything in this folder is secure, dont let anyone else access them unless they're logged in somehow"?
Back
Top