Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
About Me

I am a Student, Software Engineer, Technology Enthusiast, Blogger and a Geek

PC Specs
Dell Studio 1535 with Windows 7
Favorite Tags

10 Posted Topics

Member Avatar for CatRambo

Oh my God. This is insane. How on earth people come up with such business models. Poor Bloggers

Member Avatar for amukhtar
0
709
Member Avatar for Emily Banks

I think its too early to say something like that. There are a number of competitors in SmartPhone market. Nokia is coming in, BlackBerry Torch, iPhone (ofcourse) and a number of other brands. Only time will tell.

Member Avatar for virensanyaja
1
437
Member Avatar for WASDted
Member Avatar for AuburnMathTutor
2
713
Member Avatar for karthi_selva

I don't know why you included int i = 1; you are not using i in this code. %x represent hex means your output will be in hexadecimal notation. The << operator shifts its first operand left by a number of bits given by its second operand -1 << 1 …

Member Avatar for karthi_selva
0
97
Member Avatar for Umair.P

I have this program that should tell me browser details but navigator.appCodeName is showing Mozilla on IE, Safari, Opera, Chrome, and FireFox. Can any one tell me why? [CODE]<html> <head> <title>Javascript Example 1</title> <script type="text/javascript"> function detectBrowser(){ (document.getElementById("appCode")).innerHTML = navigator.appCodeName; (document.getElementById("appName")).innerHTML = navigator.appName; (document.getElementById("appVersion")).innerHTML = navigator.appVersion; (document.getElementById("userAgent")).innerHTML = navigator.userAgent; (document.getElementById("platForm")).innerHTML …

0
72
Member Avatar for Umair.P

Hi all, I am trying to write a software where I want to put some UI in the form that would indicate the loading process(progress bar, loading image etc). Please advice how to do it since when a form runs some code all the form gets static. Threading is also …

Member Avatar for Jugortha
0
113
Member Avatar for Umair.P

Hi there, I am developing a desktop application that has a form that shows Domain on a System/ Network.The System.Environment.UserDomainName only tells the current user's domain. I want to see all the available domains and all the users under those doamain. I want to know how can I read Domains …

Member Avatar for LizR
0
113
Member Avatar for Umair.P

Hi there. I am new to this forum. I would like to know how can I download a file or .exe from a server on to the client machine. My software will run on the client machine. I want to know if there is some built in functionalty in windows …

Member Avatar for Umair.P
0
252
Member Avatar for Umair.P

Hi there. i am new to C# programming. I am developing an updater that would update our product. I want to program the close button so if clicked the application should not close but rather hide. I have a notification icon from where the user can call it back. I …

Member Avatar for selvaganapathy
0
120
Member Avatar for Umair.P

Hi there I am new to this forum so hi to every one. I have a problem with an application I am developing an application. The application is suppose to call a form.showdialog() method to show the form. Th eform should download a package. But the problem is that when …

Member Avatar for Umair.P
0
101

The End.