Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
82% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~75.0K People Reached
PC Specs
Mac Pro Desktop 1,1 16gb ECC Ram OSX 10.6.8, Macbook Pro 17" 5,2 8gb Ram OSX 10.6.8, Powerbook…
Favorite Tags

31 Posted Topics

Member Avatar for blackbox2342

Actually try downloading a developer tool called USB Prober and check to see if the mouse is actually being detected on that usb port. [url]http://developer.apple.com/hardwaredrivers/download/usbdebug.html[/url] if it is then there may be a driver issue in the kernel, check to see if that vendor has a driver for that product …

Member Avatar for rofa_1
0
58K
Member Avatar for stevenros

Softpedia.com is a nice mutiplatform site for software. You could roll your own Automator action or applescript to look for duplicates as well. [url]http://automatorworld.com/archives/compare-folders/[/url] Here are some articles on this topic: [url]http://www.thexlab.com/faqs/freeingspace.html[/url] [url]http://guides.macrumors.com/Freeing_Up_Hard_Disk_Space[/url]

Member Avatar for Torry_1
0
576
Member Avatar for glad024

`Inline Code Example Here` public void MySqlSelect(string dbUser, string dbPass, string dbServer, string dbName, string dbQuery, ref DataSet data){ //Main Funtion try { string mysqlDriver; string mysqlServer; string mysqlCharSet; string mysqlDatabase; string mysqlUser; string mysqlPassword; string mysqlOption; mysqlDriver = "Driver={MySQL ODBC 5.1 Driver};"; mysqlServer = "Server=" + dbServer + ";"; …

Member Avatar for ChrisHunter
0
395
Member Avatar for megalinx

To: Shuja Chishi I had this issue once and it turned out to be a disk failure. I was able to access the disk after several attempts at booting. First try booting the setup CD/DVD and run a disk repair and repair permissions. With any luck this will fix the …

Member Avatar for coltech88
0
2K
Member Avatar for richjohn.bulante

is the FHMS a static string and the user id based on month day year? I see the 12 and instantly think date codes. If you want random strings you could generate the id then query the database to see if that key is unique. But that would lead to …

Member Avatar for sandeepmittal11
0
3K
Member Avatar for brainsoverbrawl
Member Avatar for M6BYN
0
248
Member Avatar for jollyton12

[QUOTE=Krayon808]I have th same problem Won't boot up after aPple logo screen. Monitor just says no signal Troubleshoot - ram - CPU - replaced mother board - graphics card - did system hardware test ( everything works ) - put hard drive in slot 1,2,3 and 4 . No change …

Member Avatar for dioioib
-1
664
Member Avatar for audiotechnob

[QUOTE=audiotechnob;199073]Hi I have recently purchased a MAC and I am having some trouble finding out about MAC software as I have always been a PC users.I am looking for a piece of software that acts as a virtual drive for mounting images on my MAC.The PC software for doing this …

Member Avatar for dioioib
-3
2K
Member Avatar for lionfootball

Are you trying to burn an ISO file? If you just need to burn an ISO open disk utility and hit burn and select the ISO. If its a non-mac game you would need boot camp or vbox to load virtualized windows on your Mac then play it that way. …

Member Avatar for Patiodude
0
250
Member Avatar for dannyniu

Mounting ftp as a local disk can be done using SSHFS. [url]http://en.wikipedia.org/wiki/SSHFS[/url]

Member Avatar for dioioib
0
1K
Member Avatar for rotten69

How much is the disk decreasing? Did you change the filesystem type to HFS Journaled from something like HFS? There is also the possibility of bad sectors on your disk. I would need more information.

Member Avatar for rotten69
0
313
Member Avatar for ashton menezes

If you have a bootable drive cd/dvd or harddrive press and hold down the option key while booting. This will give you a boot menu with all the available bootable drives. I have never tried booting my old PowerBook G4 over USB but I have booted an external drive with …

Member Avatar for dfxgrid12
0
785
Member Avatar for rue64ja
Member Avatar for debragail

debragail - thats some odd output. It looks like the drive is dismounting. I assume that /dev/disk6, /dev/disk7, and /dev/disk8 are all the same disk? You can diplay more disk information by running the following commands in terminal: diskutil list and df -k Unfortunatly I cannot offer you a solution …

Member Avatar for dioioib
0
259
Member Avatar for Panathinaikos22

I agree with Chris, you really do need to learn obj-c and cocoa if you want to develop for Mac. My training was initially in Basic, C, C++, Pascal, VB, and a small amount of Intel Assembler. Obj-c is quite different and initially I was a bit reluctant to adapt …

Member Avatar for dioioib
0
171
Member Avatar for fussballer

I agree using a VNC client is the way to go but you might want to setup an encrypted reverse SSH tunnel to run it through. More information can be found here: [url]http://guides.macrumors.com/Remotely_Controlling_another_Mac[/url] You might also find it easier to use a dynamic DNS (DDNS) service like [url]http://dyn.com/dns/[/url] which allows …

Member Avatar for dioioib
0
347
Member Avatar for DanielPrasath

[QUOTE=DanielPrasath;1749170]Thanks Mr.Hericles for ur reply... Let us consider an example task in IOS.If i'm designing a program for placing a button and text field..my target is if i press the button the button have to be disappear and the value of the button should be displayed in a text box...In …

Member Avatar for dioioib
0
165
Member Avatar for bluelung

I agree with jingda and kcar. Most of the time if you are unable to open a disk image it is due to the permissions issue described by kcar. I have seen some really wierd stuff caused by permissions problems including, dmg files not mounting, icons using sections of images …

Member Avatar for dioioib
0
748
Member Avatar for Gandalfs_beard

Well you could always use ClamXAv if you are really worried. [url]http://www.clamxav.com/[/url] It is free and will detect a large number of virus'. I find it is really only an issue if I am downloading .exe's for my virtualized version of windows / boot camp. Even then there is no …

Member Avatar for dioioib
0
310
Member Avatar for jlego

When connecting a windows machine to a mac there are some interesting things that have to be done. You need to create an account on the mac with the same user name and password as the one on the Windows machine. The Mac on the other hand can access any …

Member Avatar for viber101
0
136
Member Avatar for sdbluestem

sDjh is probably right but the hotline is probably going to tell you to do an archive and install on your system. Any idea what code you typed into the terminal? Did you patch the kernel with something you shouldn't have? any additional information could help. in the mean time …

Member Avatar for jingda
0
232
Member Avatar for Nickair

I have done this before remotely through an SSH tunnel, with very poor success. I could get a tunnel connected but when using the system graphically the performance was poor. I could do file transfers through terminal with ease. behind my own network there is no problem at all. The …

Member Avatar for kcaj_sac
0
167
Member Avatar for JeremyN

don't forget VMWare Fusion as another option. Vbox is free for personal use, so you might want to start there.

Member Avatar for royng
0
213
Member Avatar for happygeek

Firstly how are we calling this a real threat? The program in question is a trojan which requires some really stupid people to manually install it by entering in their root password. Anyone can be affected by trojan's if they install them, the real threat was the use of social …

Member Avatar for Danarchy
0
1K
Member Avatar for Agnusmaximus

you might be talking about an NSTextView which contains Tokens or a TokenField. Look up this in the Apple API and see if this offers the functionality you need. I would recommend using an NSMutableString to hold your data as the values are stored in a comma separated syntax. [url]http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/TokenField_Guide/Introduction/Introduction.html%23//apple_ref/doc/uid/TP40006555[/url] …

Member Avatar for dioioib
0
153
Member Avatar for higgo5

[QUOTE=higgo5;1423806]Hey folks- Question: I know my computer maintains a log. If someone was to download files onto an external device, is there a record of that? And if so, How do I access that? Thanks. higgo5[/QUOTE] if you are looking for system logs you should open a program called Console …

Member Avatar for Clara James
0
120
Member Avatar for dioioib

I have heard a lot of positive results from OWC on installing the ATI 5770 on a 2006 Mac Pro 1,1 machine. My main questions about this type of install are: 1) would I really benefit from hardware acceleration considering there is a bus speed reduction from using this card …

0
108
Member Avatar for Katana24

[QUOTE=Katana24;1451112]Hello - I would like to know if using Bootcamp requires me to backup all my files or risk losing them. I ask this because when i launch the "Boot Assistant" application it recommends that I backup my data, but on the other hand I have heard that the beauty …

Member Avatar for dioioib
0
107
Member Avatar for myounus17

If you are getting an icon on your boot screen and no HD is found then hold the "C" key to optionally boot to another disk [ CD or HD ]. If this does not show the boot volume you might be in some trouble. Try holding down the left …

Member Avatar for dioioib
0
222
Member Avatar for Ra552

If the drive is not a mac readable format try these tools out. [url]http://code.google.com/p/macfuse/[/url] [url]http://macntfs-3g.blogspot.com/2010/10/tuxera-ntfs-for-mac-201010.html[/url] or if you want to pay, [url]http://www.paragon-software.com/home/ntfs-mac/[/url] some of these options do give you read and write access to the disk.

Member Avatar for dioioib
0
307
Member Avatar for tyger

I know this thread is very old but my question is why is your query using a logical 'OR' and not the appropriate logical 'AND'? If you want all cars that are fords and yellow. Why would you request all cars that are fords or yellow? [code=sql]SELECT * FROM X …

Member Avatar for dioioib
0
407

The End.