I learned some things I didn’t know about strings in JavaScript over here: How big is a JavaScript string?
JavaScript strings
Reply
I learned some things I didn’t know about strings in JavaScript over here: How big is a JavaScript string?
I searched for what is the size of an ip packet? and it turned up that the maximum IP packet length is 65535 bytes. I’ll have to do more reading to learn about what size packets are commonly used and supported.
I’m always wondering how big I should make my database columns. I put together a simple PHP script which demonstrates the sizes of various strings which is handy as a reference when thinking about how big you should make your fields.