Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
4 Endorsements
Ranked #397
Ranked #2K

21 Posted Topics

Member Avatar for Duki
Member Avatar for mrnutty

I was trying to signup for one website or another one day and every username I usually tried was taken. It irritated me so I set out to find a name that was available on all the major sites I used: google/gmail, git, unfuddle, pandora, amazon, twitter, wordpress, microsoft live …

Member Avatar for Reverend Jim
0
685
Member Avatar for Dani

Any restrictions on length since it's being called a snippet? One function, one class, one assembly, anything like that?

Member Avatar for L7Sqr
3
1K
Member Avatar for Jesi523

Hi Jesi, In this code: string htmlFilePath = "~/TaskHtml/" + Model.Url; string fileContents = ""; string physicalPath = Server.MapPath(htmlFilePath); fileContents = File.ReadAllText(physicalPath); you are reading the contents of a file and then you pass the text into the Telerik editor but I don't see anywhere that you are saving the …

Member Avatar for androtheos
0
279
Member Avatar for nuevoenjava

Is this classic asp or asp.net. I only ask because asp is the only indication in the title. It makes a difference whether we are talking about controls or html with integrated server code.

Member Avatar for kvprajapati
0
109
Member Avatar for alsavacky
Member Avatar for lewashby

To me this sounds more like a DNS issue than a ssh issue. If you don't have a dns server on your private LAN with the proper records entered then you will have to use the IP address. You can also define all of the PCs on your LAN in …

Member Avatar for JorgeM
0
162
Member Avatar for rakwel10

As far as the images go there are a number of things you can do to improve image loading improvement on the web. One suggestion would be to run every image through a web optimization program like [Riot](http://luci.criosweb.ro/riot/) It works best with jpgs but will often reduce the size of …

Member Avatar for androtheos
0
181
Member Avatar for androtheos

I have a console application that I need to run a stored procedure in but I'm getting this error: a t S y s t e m . D a t a . S q l C l i e n t . S q l C o n n …

Member Avatar for Momerath
0
286
Member Avatar for if10066

I have use the timepicker before and it works very well. You will need the jQuery javascript library and the jQuery-ui javascript library. They both will come i a package from http://jqueryui.com/ Then you will need to add them to the head tag of your page. <head> <link type="text/css" href="css/ui-lightness/jquery-ui-1.8.21.custom.css" …

Member Avatar for androtheos
0
230
Member Avatar for lewashby

You can setup a share without authentication in samba. Sort of a guest account which would seem sufficient for your media server and WD TV. It can be readonly so there is less of a security concern. Have a look at this article: http://www.debuntu.org/guest-file-sharing-with-samba I think this would be the …

Member Avatar for androtheos
0
191
Member Avatar for Argo54325

It would be easier to help you if you pasted your actual code in the aspx and code behind file. If you can provide these I will take another look.

Member Avatar for androtheos
0
188
Member Avatar for shers

Hi shers, What your asking actually involves several in depth topics. If you could provide a little more information such as what framework you're using such as webforms or mvc, are you using lightswitch, do you want the message to show on a new page or maybe via ajax on …

Member Avatar for androtheos
0
695
Member Avatar for Octet

how many files does `ls /etc/apache2/sites-enabled` output? I am wondering if you have more than one site-enabled with some conflicting configurations.

Member Avatar for Octet
0
423
Member Avatar for arkulin

You are using the corrent property to get the text but your control is malformed. You have: <asp:TextBox ID="txtTextBox" runat="server"</asp:TextBox><br /> which should be: <asp:TextBox ID="txtTextBox" runat="server"></asp:TextBox><br />

Member Avatar for sebastian3
0
218
Member Avatar for mani508

SELECT t.field1, t.field2, u.username FROM topic t INNER JOIN user u ON t.user_id = u.user_id;

Member Avatar for androtheos
0
106
Member Avatar for php_noob

MVC is just as powerful as ASP.NET Web forms. It is simply an alternative pattern for coding against. Personally I prefer it to the event driven, to far abstraced web forms method.

Member Avatar for androtheos
0
202
Member Avatar for pheon

Because of Unity I also recently stopped using Ubuntu. I have been using Crunchbang linux which is also based on debian but uses Openbox for the desktop. I am really enjoying the simplicity of Openbox, it just gets out of your way and lets you work. The only reason I …

Member Avatar for androtheos
0
403
Member Avatar for kikiritce

HI kikiritce, Is it the control names you want to translate or the strings that the controls contain? Did you seperate these values into resource files for each language?

Member Avatar for androtheos
0
163
Member Avatar for Ancient Dragon

Although it sucks about your car, that was pretty cool to see.

Member Avatar for Ancient Dragon
0
97
Member Avatar for androtheos

Hi everyone, I have been a programmer for about six years now. I am a Microsoft certified professional developer as of six months ago. I have been a sole developer / analyst for each of the companies I have worked for and recently have felt the need to interact with …

Member Avatar for Onlineshade
0
167

The End.