Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
83% Quality Score
Upvotes Received
34
Posts with Upvotes
30
Upvoting Members
24
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
7
9 Commented Posts
3 Endorsements
Ranked #486
Ranked #291
~403.69K People Reached
About Me

My occupation : Staying occupied

Interests
computers
Member Avatar for samaru
Member Avatar for moderate_rock48
Member Avatar for Dani

I had always removed the space after the full-stop. But the tools like Grammarly and Microsoft Word have changed my habit to add a single space after every grammatical symbol. The removal of space from everywhere comes from the fact that I used to use SMS a lot and it …

Member Avatar for lightft
3
998
Member Avatar for Dani

[QUOTE=Mahindar Singh]hi i am mahindar from India. Today is my first day. I have browsed the site from sometimes. I have found the site very useful. Thanks[/QUOTE] Hello Mahindar ! I am Sani from Pakistan, your neighbour :). Nice to meet you here.

Member Avatar for jamesjoseph1
0
9K
Member Avatar for samaru

The hardest program I wrote was a compiler of C language ( not a full one, but it did have many features) ... and the only reason I did code that was that it was a compiler construction lab assignment ... LOL ...

Member Avatar for Fest3er
0
3K
Member Avatar for JohnnyT
Member Avatar for happygeek
0
795
Member Avatar for nanosani

Hey I am using windows xp sp2. The problem is that sometimes my computer gives a blue screen error and I wrote down the error ... was PFN_LIST_CORRUPT Error : 0x00000004E I wonder what the problem should be? It occurs randomly from time to time .. I cant guess its …

Member Avatar for RobertHDD
0
691
Member Avatar for datalinx1
Member Avatar for crasher
Member Avatar for Kalthanis
Member Avatar for nanosani

Run regedit from your run menu and find this key : HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main and find Search Page value and change it to google like this : "Search Page"="http://www.google.com" "Search Bar"="http://www.google.com/ie"

Member Avatar for anthony.essel.90
0
386
Member Avatar for Yzk
Member Avatar for the.nrs
Member Avatar for jay144
0
468
Member Avatar for janzaldo

Implode function does the trick for me. Here an example that I followed: <?php $array = array('lastname', 'email', 'phone'); $comma_separated = implode(",", $array); echo $comma_separated; // lastname,email,phone ?>

Member Avatar for mihai_daniel
0
1K
Member Avatar for Dani
Member Avatar for remixedcat

I'm using two versions of Windows 8. One is Release Preview version and another from TechNet subscription.

Member Avatar for wpeckham
1
184
Member Avatar for audiotechnob

You can mount an ISO image in MAC by double clicking the ISO image or issuing the following command: hdiutil mount image.iso

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

[code] import javax.swing.JOptionPane; // program uses JOptionPane public class EvenOdd { /** Creates a new instance of EvenOdd */ public EvenOdd() { } /** * @param args the command line arguments */ public static void main(String[] args) { String Number; // string entered by user String result; // a string …

Member Avatar for stultuske
0
188
Member Avatar for OurNation
Member Avatar for shantuli
Member Avatar for Raja Goswami
0
1K
Member Avatar for kalinga

Donot start straight away with programming .... draw a blue print of the program ... and then translate it into a pseudocode ... and then map it to c++.

Member Avatar for firdousahmad
0
236
Member Avatar for Nueva

Here's the hotmail login fixer ... fixed my problem. Use it and let us know if it can fix yours.

Member Avatar for jawad2000_pk
0
2K
Member Avatar for freesoft_2000

try out this code ... it will not be platform independent .... Process p = Runtime.getRuntime().exec("c:\myprogram.exe"); I dont have the time to test it .... if you succeed please tell me too. :eek:

Member Avatar for JamesCherrill
0
2K
Member Avatar for associates

[QUOTE=J_Search]associates, Change the permissions to the shared drive to include the user accounts of the other computers. This, of course, implies the other users have individual password protected accounts. J_[/QUOTE] Permissions can only be changed if you're using NTFS file system. Fat32 hasnt got any securities.

Member Avatar for brownericja
0
1K
Member Avatar for arainsb123

Can you tell us which specific application you are talking about ... and if its windows then what version of windows are you running .. and how long have you been into this problem ..

Member Avatar for galantjunior
2
1K
Member Avatar for Dani

If you want to fix column A and Row 1 then select Cell B2 and then go to Windows Menu and select Freeze Panes. It'll freeze the first row and the first column of your worksheet.

Member Avatar for mehrdadettefagh
0
2K
Member Avatar for apcxpc

You should be using a dialog box or a new frame ( as you like ) with a JEditorPane in it .... JEditorPane can display html/rich text format contents ... you can use the methods ... read or setText or setPage of JEditorPane to show the respective content. For further …

Member Avatar for masijade
0
705
Member Avatar for knut

This usually occurs because of corrupted drivers .. you should completely uninstall the sound card driver, reboot and let windows detect the card and if it's not plug n play ... install the driver manually, not automatically.

Member Avatar for hoathuongphuoc
0
2K
Member Avatar for Roxsy3392

In my opinion it should be purely for the sake of future... the punishment that prohibits people from doing that act again should be implemented, whether it be a time trial or death penalty.

Member Avatar for jwenting
0
2K
Member Avatar for jjohnson33

For changing the color ... button.setForegroundColor(Color.red); For changing the font ... button.setFont("Verdana");

Member Avatar for JamesCherrill
0
639