Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
Member Avatar for sagngh8

Hi Members, Please explain in detail about how to do SEO.I recently came to know that SEO is good way to earn money online.Can you please let me know how to do that?Maybe give me some links to learn SEO effectively. Thanks, S.

Member Avatar for TC Media
-2
358
Member Avatar for sagngh8

Hi Everyone, How important is for computer programmers to learn assembly language.I am a C# programmer and i haven't program in assembly language at all.Is it really worth learning assembly language for high level language programmers. Thanks.

Member Avatar for mathematician
0
781
Member Avatar for sagngh8

Hi Members, i would like to ask some personal question to all of you.I am having 3years of computer programming experience and i am looking to do MS from US.I personally from my experience feel that masters degree is not required to become a good computer programmer.So i am planning …

Member Avatar for deceptikon
0
151
Member Avatar for sagngh8

Hi Everyone, I have been programming in C# for quite some time now.I would like to know some of the good websites from where i can learn C# and do some projects to improve my coding skills.Please let me know those few websites.Also It would be great if i can …

Member Avatar for james6754
-1
100
Member Avatar for sagngh8

Is it possible to create directory with permission(domain users the IIS user account)while deploying the asp.net mvc application.I need to be able to create directory for image upload with appropriate permissions(only domain users should be able to modify it) while deploying the web applications. Is this possible? Thanks, S.

Member Avatar for LastMitch
0
345
Member Avatar for sagngh8

Hi Everyone, I want to do 301 redirect from the old asp.net webforms website hosted in IIS6 to the asp.net mvc 3 application hosted in same server.Following are the urls that i would like to redirect to the new urls. http://oldsite.com/blog/888-miso-collapsible-origami-tables.aspx => www.somesite.com/postdetails/miso-collapsible-origami-tables http://oldsite.com/blog.aspx?tag=art => www.somesite.com/Blog/TagPosts?tag=art&tagPostType=1 http://oldsite.com/blog.aspx?month=2012-3&p=2 =>www.somesite.com How do …

Member Avatar for LastMitch
0
601
Member Avatar for sagngh8

Hi All, I have enabled the 301 redirect on IIS 6 for my old site,the option for passing the query string is enabled in the IIS as mentioned in this article. http://www.developerfusion.com/code/4678/permanent-301-redirect-with-querystring-in-iis/ My old site is webforms based while my new site is asp.net mvc 3 based. I get the …

Member Avatar for LastMitch
0
382
Member Avatar for sagngh8

Hi All, I should be able to create a default directory inside project's root directory when the application_start method(inside global.asax)is called for my asp.net web application. As IIS users dont have full rights to webroot directory(for directory create) i get access denied error message while trying to create the directory.Also …

0
147
Member Avatar for sagngh8

Does the Application_Start in global.asax called when the new published code is kept in IIS web root for the project, Thanks S.

0
101
Member Avatar for sagngh8

Hi everyone, Please help me on this. “Could not load file or assembly 'Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)”. 'NewtonsoftJson.dll’ assembly is required for posting to twitter .The version used is 4.0.3.0. …

Member Avatar for Momerath
0
430
Member Avatar for sagngh8

Hi Everyone, I am using the java applet to take screenshot of the web browser using the java's robot class. Robot objRobot = new Robot (); BufferedImage objBufferedImage = objRobot.createScreenCapture(objRectArea); The thing work good in windows system taking screenshot but in case of mac osx i get the blank image.When …

Member Avatar for jingda
0
218
Member Avatar for sagngh8

Hi Everyone, I am using the java applet to take screenshot of the web browser using the java's robot class. Robot objRobot = new Robot (); BufferedImage objBufferedImage = objRobot.createScreenCapture(objRectArea); The thing work good in windows system taking screenshot but in case of mac osx i get the blank image.When …

Member Avatar for Ezzaral
0
455
Member Avatar for sagngh8

have implemented robot to take the screenshot of the desktop. [code]Robot objRobot = null; try { objRobot = new Robot(); } catch(Exception ex) { } BufferedImage objBufferedImage = objRobot.createScreenCapture(objRectArea); [/code] The problem with robot is when my computer is locked the image comes as black.That is what is displayed in …

Member Avatar for turt2live
-1
415