Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: redpotato
  • Content: Threads
  • Order by date
  1. redpotato

    Thread 1: Program received signal: “EXC_BAD_ACCESS”

    I just have a simple code to practice Object C.. I am not sure why I can this "WARNING"? My code is below #import <Foundation/Foundation.h> @interface MyClass : NSObject { @private NSDate *mdate; } @property (retain) NSDate *mdate; @end ================================== #import...
  2. redpotato

    XML to Array???

    I was trying to reach the deepest element in a xml. for example, <a> <b></b> </a> <a> <b> <c></c> </b> </a> <a> <b> <c> <d></d> </c> </b> </a> in that kind of structure of xml, how can I reach <d></d> element? could someone explain? (someone mentioned, it needs to...
  3. redpotato

    you don't have permission to access

    I am not sure that I explain right. I have create LAMP server and modified httpd.conf to enable user folders for open php files in browser. by the way, when I open a php file which is under userfolder/public_html/test.php and I tried to open http://localhost/~userfolder/test.php or...
  4. redpotato

    Searching one value in all the tables in one Database

    Hello guys, maybe it sounds crazy but I would like to search one value which might exist in certain tables but there are like thousands tables exist in a DB. how could I search that in one shot? one more thing, how can I get all table names in one DB with Stored Procedure? Thanks for your help!
  5. redpotato

    some help for a beginner??

    I am trying to learn Linux these days and I installed Mint on my laptop. The problem is when I install rpm file which I downloaded from website, it shows me an error. sudo rpm -i ICAClient.rpm (this is the command I ran) rpm: please use alien to install rpm packages on Debian, if you are...
  6. redpotato

    Sony Vaio M Series....

    I was trying to upgrade Ram with my Vaio M. I took off all of the screws but i'm not still able to open the case. I think there much be hidden screws.. is there anyone could give me some tips to open the case?? thanks...
  7. redpotato

    Removing Windows Registry Key

    I try to remove registry folder in regedit. I know I tried to remove registry key with =- but that does not work to remove a entire folder in registry. i.e.[HKEY_CURRENT_USER\Software\Microsoft\Office] "10.0"=- 10.0 is a folder in regedit. I am trying to remove that in .reg file. Could...
  8. redpotato

    HD4650 refresh rate?

    I am just wondering.. I have 120 hertz TV and I wanted to play some movies through my pc. also, i am using HD4650 and trying to change the refresh rate setup. but it only comes only 60 hertz. if i try to up more than 60 something like 75. it lows the resolution. is there any other way to up...
  9. redpotato

    how to change url onclick??? please help me

    This is my code below... <div class="AccordionPanelTab" onclick="MM_swapImage('document','','<?php echo $filepath; ?>{filedimg}',1);document.getElementById('docLink').href='<?php echo $filepath; ?>{filedpdf}';">{formid} {description}</div> onclick, i was trying to call 2 functions. the first...

Part and Inventory Search

Back
Top