Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for geekme

I have a external HD (500 gb) it has a lot of my data.Some virus/error might have creeped in it as now when I plug in the port it asks to format the drive that will make me lose all the data.Is there an alternative to format or a solution …

Member Avatar for MK_RN
0
193
Member Avatar for geekme

I plugged in a usb cord, my macbook pro switched off itself, it was then connected to the adapter.After that the adapter also gives dim green light( not the usual one, but dimmer).Since then macbook has not switched on.No light , no fan noise.Please help.Have tried ctrl+command+power button , but …

Member Avatar for harkanliza
0
122
Member Avatar for geekme

I've mu SIM card put inside the iPhone but after this time I synced my phone to iTunes it shows no service , have tried settings-->general-->reset but no help.Please Help!!

Member Avatar for sadiaali
0
108
Member Avatar for geekme

Hello,I've created a php file in textWrangler saved with .php extension on the desktop.But it does not open in the browser? Please help.

Member Avatar for mikulucky
0
131
Member Avatar for geekme
Member Avatar for almostbob
0
88
Member Avatar for geekme

Hello, I've just bought a macbook pro, switching from stereotype windows notebook.I'm unable to do a lot of things that I used to in windows- a)can not open a file in new tab( not new window) in safari. b) can not open any installer , mono for ex.The .dmg file …

Member Avatar for rubberman
0
101
Member Avatar for geekme

Hello, I need to develop a cloud application as a part of a project.However I'm unable to find any sample code etc for the same.All I know is that it can be coded in .net as an option.Kindly help as to where can I learn about developing an app, the …

0
76
Member Avatar for geekme

While Hosting guest OS in VM, I get the error "Error while switching on:Internal Error".Please help.

Member Avatar for john321
0
137
Member Avatar for geekme

I have iphone 3g, while trying to restore my phone, it slipped to recovery mode and does not restore saying error 1015.i have tried red snow, ireb, blackra1n but no help. Please save my phone!!

Member Avatar for jingda
0
182
Member Avatar for geekme

An assignment asks me to take certain details from user and then generate a passowrd and then the details should be sent to another page .How do I implement it using JavaScript?

Member Avatar for vibhaJ
0
66
Member Avatar for geekme

Hello, I have to develop a cloud with several stand alone apps .I would like to know what language is used to develop a cloud.

Member Avatar for pritaeas
0
117
Member Avatar for geekme

After installing xampp, when i try to stop mysql and apache for restart it does not start.It gives error: mysql can not be stopped.Busy!Please help.

Member Avatar for linuxaomi
0
137
Member Avatar for geekme

I'm a beginner looking for Windows 7 phone app development. Have downloaded the kit and emulator. I follow tutorials to develop apps but I don't understand the steps.I use visual C# 2010 as the IDE .Please help as to what should I learn so as to understand the coding in …

Member Avatar for gameprogramming
0
106
Member Avatar for geekme

How to link two html pages? If we use <a> then what do wr give value to href?

Member Avatar for urtrivedi
0
143
Member Avatar for geekme

I'm using ubutnu 10.10 and using eclipse php editor.But i don't know how to run the PHP file in the browser.As for simple text editor we just go to browser and write the url as "localhost/file.php".Please help.

Member Avatar for Stefano Mtangoo
0
128
Member Avatar for geekme
Member Avatar for ulyssey
0
163
Member Avatar for geekme

Hello, I work on ubuntu and have installed javascript plugin in eclipse IDE for java EE.How should I us it now? As in will just saving a file with extension .js would make it a javascript file?And also how do I run it on the browser.please help. Regards

0
77
Member Avatar for geekme
Member Avatar for debasisdas
0
108
Member Avatar for geekme

Following is my error free code, it has no syntactical error but when I run it it executes the else part, which means my databse has not been updated.What is the problem? <html> <body> <?php $connect=mysql_connect("localhost","root","ila"); $query="create database if it not exists demo"; $db=mysql_select_db("demo",$connect); $query= "create table jlt(id int not …

Member Avatar for geekme
0
170
Member Avatar for geekme
Member Avatar for geekme

I have all the syntactical knowledge of php and I'm currently learning Ajax.I need to work on some project so as to enhance my knowledge and apply what I've learned so far.Knidly suggest as to how can I do that ?Will i need to buy a domain for this? Regards

Member Avatar for diafol
0
165
Member Avatar for geekme

I installed mysql on ubuntu 10.10 using the terminal screen but when i give in the command %mysql -u root -p .it gives me the following error( as attached in the screenshot)..Please tell me as to how can i access my mysql account and create databases etc.

Member Avatar for geekme
0
116
Member Avatar for geekme

I'm new to using dreamweaver, earlier used simple text editor.Can someone please help me as to from where should I learn dreamweaver?I'm well-versed with Php basics. REgards

Member Avatar for diafol
0
160
Member Avatar for geekme

The following id my php code [CODE]<html> <head> Checking ! </head> <body> <?php $errors_array=array(); if(isset($_REQUEST["welcome_already_seen"])){ check_data(); if(count($error_array)!=0){ show_error(); show_welcum(); } else{ handle(); } } else { show_welcum(); } function show_welcum(){ echo "<form method='post'>"; echo "What's your ice cream flavour?"; echo "<br>"; echo "<input name='flavor' type='text'>"; echo "<br>"; echo "<input type='submit' …

Member Avatar for urtrivedi
0
170
Member Avatar for geekme

Is it necessary to install mysql workbench in order to run database based php web apps?

Member Avatar for jrotunda85
0
101
Member Avatar for geekme

I work on ubuntu 10.10.Please suggest me a php editor or IDE that I can use so that it highlights my syntactical and other errors.I currently use gedit which does not helps much with detecting typing errors. Regards.

Member Avatar for iyngaran
0
150
Member Avatar for geekme

I work on ubutnu 10.10 and have java installed on my machine ( jdk 1.6.0) cause when I type java -version on terminal ,it gives me the details.But when i try to open eclipse , it says no jre or jdk found etc, .Please help.

0
74
Member Avatar for geekme

I have just finished my php basics from "complete reference" but it also has a section of Ajax.I want to know what is the relevance of ajax in php web pages.Also I want to know where can I learn advanced php from so as to build dynamic web applications?

Member Avatar for diafol
0
74
Member Avatar for geekme

I created a test.php file in the required /var/www folder but how do I edit the file ?It says it's only a read only file.Using chmod +rwx <filename> says 'no such file'...Please help .

Member Avatar for geekme
0
131
Member Avatar for geekme

I write the following html code : <html> <body> <form method="post"> <input name="imap" type="image" src="screenshot.png"> </form> </body> </html> But when in browser i seee no picture My php code is as follows: <?php echo $_REQUEST["imap_x],$_REQUEST["imap_y"]; ?> Please help.

Member Avatar for diafol
0
55