Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
8answers
554 views

How long can a webpage be?

Bit of a bizarre question, but does anyone know the actual limit to the length of a webpage, and why it is the limit? As an experiment, I'm using HTML and CSS to make a site that represents a journey ...
15
votes
9answers
21k views

How do I make Javascript beep?

I want to my web page to beep whenever a user exceeds the maximum character limit of my textarea.
9
votes
4answers
8k views

Limit text length of EditText in Android

What's the best way to limit the text length of an EditText in Android? Is there a way to do this via xml?
8
votes
1answer
91 views

How should I use maxlength in CFQUERYPARAM list=“true”?

I'm curious how the maxlength attribute works in CFQUERYPARAM when you are passing a list. Does the maxlength apply to the length of the entire list (i.e. length of "1,2,3,4,5,6" = 11)? Or does the ...
8
votes
5answers
5k views

XAML : Binding textbox maxlength to Class constant

I am attempting to bind a WPF textbox's Maxlength property to a known constant deep within a class. I am using c#. The class has a structure not too dissimilar to the following: namespace Blah { ...
7
votes
8answers
9k views

Specifying maxlength for multiline textbox

I'm trying to use asp: <asp:TextBox ID="txtInput" runat="server" TextMode="MultiLine"></asp:TextBox> and i want a way to specify the maxlength property ,but apparently there is not such ...
5
votes
4answers
535 views

Is there any length-limits of file path in NTFS?

Why can not I create a deep path whose characters in path is more than 255 in NTFS File System? It seems a limits of FAT32, but also exist in NTFS? Can anyone provide some documents? Many Thanks!
4
votes
2answers
64 views

On Windows, what is the maximum file name length considered acceptable for an app to output? (Updated and clarified)

Many Windows applications (e.g., almost all .NET apps) cannot open paths more than 260 characters in length. I am batch renaming a list of podcast files. I want to name each file after the title of ...
4
votes
2answers
62 views

Can anyone suggest a resource that lists suggested maxlengths for common fields like city, email, phone, etc?

I know email addresses are limited to 254 characters, but is there a single resource that outlines suggested maxlengths for common fields like contact information e.g. phone, city, etc? It seems ...
4
votes
4answers
1k views

How to set maxlength for combobox in WPF?

How do i set maxlength to combobox, which is having a style applied to it. Thanks
4
votes
2answers
3k views

jQuery maxlength attribute problem with textareas

With jQuery version 1.2.3 I'm trying to add nodes after textarea elements with attribute 'maxlength' but it doesn't work: $("textarea[@maxlength]").after("<b>Aint working</b>"); This ...
3
votes
2answers
72 views

WPF TextBox MaxLength — Is there any way to bind this to the Data Validation Max Length on the bound field?

ViewModel: public class MyViewModel { [Required, StringLength(50)] public String SomeProperty { ... } } XAML: <TextBox Text="{Binding SomeProperty}" MaxLength="50" /> Is there any ...
3
votes
3answers
93 views

Is there a way to override the nvarchar(max) with a set maxlength value using EF 4.2 codefirst configuration?

By default EF 4.2 codefirst sets the database column behind string properties to nvarchar(max). Individually (per property) I can override this convention by specifying the [MaxLength(512)] ...
3
votes
1answer
123 views

Is there a way to get around the 500 character limit when coercing expressions to characters using as.character?

I am currently writing a small package that is supposed to fit multinomial processing tree models (for not needed background info a web page and a pdf). What it does is the following: It reads a ...
3
votes
1answer
432 views

Long argument length in a Windows shortcut?

I am trying to create a shortcut (on the Desktop) that contains a long argument string (> MAX_PATH). The MSDN documentation clearly states that for Unicode string the string can be longer than ...
3
votes
2answers
566 views

How reliable is the MaxLength property of the TextBox-Control?

The TextBox control offers a MaxLength property, which allows the insertable text into that TextBox be clientside limited to the specified amount of chars. My questions: Is this property only ...
3
votes
3answers
416 views

If HTML maxlength is 110, why can I input 114 characters?

<input type="text" id="title" name="title" size="50" maxlength="110" /> You see, the maxlength is 110, but I was shocked when I found that I input 114 characters when I used echo ...
2
votes
1answer
31 views

maximum size of a string in matlab

I am a newbie at matlab and I am trying to solve the following scenario. I have large strings which need to be xor'ed essentially encoded in order to get a value. I am using the following code ...
2
votes
2answers
92 views

set maxlength in a textfield according to the size of the text

how to set the maxlength in a textfield according to the size of the text?How to set the textfield size irrelated to the character? When setting max length say for example my textfield size is 10. ...
2
votes
6answers
399 views

Limit on file name length in bash

The following questions are meant for bash and linux only: Is there a limit on the number of characters in the absolute path name of a file? Is there a limit on the number of characters for the ...
2
votes
6answers
320 views

Are there browsers that don't support maxlength?

I have a contest entry page on my company's website. In order to enter the contest, you create a login, which is just an email and a 4-digit pin. Here's the PIN field: <input type="password" ...
2
votes
1answer
294 views

C#: Maximum file name length for OLE file

I used WinAPI function to create OLE file in C#. The WinAPI function is: [DllImport("ole32.dll")] public static extern int OleCreateFromFile( [In] ref Guid rclsid, ...
2
votes
2answers
362 views

Maximum filename length on Blackberry

Is there a maximum filename length (or equivalent to MAX_PATH) on the BlackBerry operating system?
2
votes
2answers
103 views

Longer Form Fields in Drupal

I have a really silly problem that has cost me a load of time already. I have created a content template with a URL in there. When I look at the HTML code for it, I see a big fat "maxlength=256" in ...
2
votes
2answers
678 views

In C#, how to determine the XSD-defined MaxLength for an element

I'm using XmlReader with an attached XSD for validation. As my XML document is being read and validated, I want to determine in my C# code the 'maxLength' value specified in the XSD for a particular ...
2
votes
3answers
1k views

sharepoint web service Maximum request length exceeded even if the file is inside the max file size

I have configured the web.config to allow 50 MB <httpRuntime maxRequestLength="51200" /> but when I try to add an Atachment of 40MB to a sharepoint list it fails. But it works if I increase the ...
1
vote
2answers
41 views

What is the maximum length of an IDNA converted domain name?

First things first: I'm storing multiple domains to a database, after I've converted each and every domain name to it's IDNA version. What I need to know the maximum length such an IDNA-converted ...
1
vote
2answers
94 views

Textarea count + Max Lenght

I'm trying to creating a little Javascript Textcount which will include Maxarea. Here is my JS: function maxlength(item, max){ var a = $('#'+item+'').val(); var q = eval(""+a+".length"); var l = q - ...
1
vote
2answers
135 views

Groovy says my Unicode string is too long

As part of my probably wrong and cumbersome solution to print out a form I have taken a MS-Word document, saved as XML and I'm trying to store that XML as a groovy string so that I can ...
1
vote
1answer
303 views

WPF TextBox MaxLength Warning

Is there anyway to fire a visible and audible warning when a user attempts to type more characters than allowed with the TextBox.MaxLength property?
1
vote
2answers
157 views

How do I get the length for a multiline TextBox entry in jQuery (including carriage returns)?

I am using the jQuery "maxlength" function (found here http://plugins.jquery.com/node/14014/release?api_version%5B%5D=10) but am running into an issue when storing the result in the database. This ...
1
vote
2answers
253 views

Is there anyway to automatically make a TextView go to a new line after a certain amount of characters?

I can do this programmatically, but it is really inefficient, and also time consuming if I ever need to do it for multiple TextViews. I want a TextView to go to a new line after 15 characters, every ...
1
vote
1answer
93 views

Entities field lenght constraint

I'm currently working with Entities (using visual studio 2008, FW 3.5 SP1). I created my entities from the database, and everything is ok, except that my lenght constraints on the string fields are ...
1
vote
3answers
895 views

How to set width of textbox to be same as MaxLength in ASP.NET

Is there a way I can limit the width of a textbox to be equal to the MaxLength property? In my case right now, the textbox control is placed in a table cell as in this snippet: <td ...
1
vote
1answer
504 views

wsdl xml parsing , maxlength problem after encoding of text

We are working together with another firm. our application communicates with the other application through WCF on our side and a custom implemented java wsdl handler on the other side. They specify ...
1
vote
2answers
238 views

Analog of PHP “MAX_FILE_SIZE” param for JSP

Is there analog of PHP "MAX_FILE_SIZE" parameter for JSP? It's needed to perform validation on UI before upload process triggered on backend.
1
vote
2answers
583 views

log_errors_max_len = 1024 in php.ini, but php log keeps growing

As the title says, I've set the max length for the php error log, but it seems to keep growing much much larger than 1024. I am using the correct php.ini, I've restarted apache, etc. The permissions ...
1
vote
1answer
2k views

DataGridTextColumn.MaxLength?

How do I set the MaxLength property of the DataGridTextColumn?
1
vote
1answer
1k views

How can I know if 10385274000 fits into: NUMBER(10) for Oracle

I been working the whole week to troubleshot a production error. I have eventually got the the point where I can find the culprit record which is causing all the mess. I've got the following error ...
0
votes
1answer
32 views

django model CharField: max_length does not work?

I'm trying to make a field with limited choices: Action_Types=( ('0','foo'), ('1','bar'), ) class Foo(models.Model): ...
0
votes
0answers
38 views

Max length for cells inside a data grid in dojo

Is it possible to give max length to the cells inside a data grid. i have been trying all methods but still not sure whether its possible to give max length to cells inside the grid.Any help on ...
0
votes
1answer
102 views

max file upload size change in web.config

using .net mvc 3 and trying to increase the allowable file upload size. This is what I've added to web.config: <system.webServer> <validation ...
0
votes
0answers
43 views

How find MaxLength and IsRequired for EF 4.1 object property?

I'm using EF 4.1 just fine but can't seem to find where the object properties are hidden. In VS2010, in the edmx diagram, I can see the properties for any of my object property values but cannot find ...
0
votes
1answer
823 views

JSF h:inputTextarea to HTML textArea - passing maxlength attribute

I am using Richfaces and I am trying to make an <textArea> with maxlength atrribute set but JSF seems not to pass the maxlength attribute from h:inputTextArea. Any ideas why this is happening? ...
0
votes
2answers
466 views

jquery textarea maxlength

i have the below function which is working well but the problem is after exceeding the 500 characters it is allowing the user to type i.e., it is accepting the characters instead of restricting the ...
0
votes
1answer
196 views

Max key/value length in 'application configuration' files

What's the maximum allowed length for MyKey and MyValue in a configuration file? <configuration> <appSettings> <add key="MyKey" value="MyValue" /> </appSettings> ...
0
votes
1answer
137 views

How to display the maxlength countdown remaining characters for custom form fields

I have installed the maxlength module. It show the countdown of the remaining characters under the body field. And now I want to display the count down for the custom form fields. .
0
votes
1answer
103 views

Length Check In Pascal

I get the error Error: Operator is not overloaded on line 7. Do I have to do a another repeat and can't use the and operator? Function GetValidPlayerName : String; Var PlayerName : String; ...
0
votes
1answer
411 views

ScrollBar Max Size VB.NET

How do you set the maximum range for the horizontal and vertical scrollbar in a panel in VB.NET 2008 ?
0
votes
3answers
222 views

what is the asp:textbox.MaxLength default value

My question is that suppose i have an asp:textbox and i do not specify MaxLength property of it then what will be the default length will it be unlimited or there is some limit on the number of ...

1 2