Tagged Questions

0
votes
3answers
49 views

How to know how many words a paragraph contains using Jquery or Javascript? What function?

How to know how many words a paragraph contains using Jquery or Javascript? What function? For example, the sentence How to know how many words a paragraph contains using J …
0
votes
0answers
10 views

Dreamweaver CS4; space to right of page

White space problem in Dreamweaver CS4 this time. I designed a page with a background image of 1024 x 1024. The page looks fine in the design window. When I preview in browser or u …
0
votes
5answers
181 views

Regex - Match only letters, numbers, and one space between each word

How can I create a regex expression which will match only letters and numbers, and one space between each word? Good Examples: Amazing Hello Beautiful World I am 13 years old …
0
votes
2answers
51 views

Large blank space below banner, only on IE6

I am trying to fix this issue for three days, but still no success. Site displays correctly on all browsers except ie6. There is large whitespace only on IE6. Here is link of the s …
0
votes
3answers
89 views

Why is there extra space being added whenever I execute PHP code that updates any text field in a MYSQL database?

Hello, I am building a blog site and am having trouble with updating fields in my MYSQL database. Whenever I hit the update button on the form that uses PHP, it adds extra space b …
-3
votes
3answers
81 views

PHP - I can’t trim off the last character which is a space

My HTML form: <form action="http://localhost/wordpress" id="search" method="get"> <input type="text" size="30" id="s" name="s" value="Type and hit enter" onfocus="javascr …
4
votes
6answers
262 views

Make a space between paragraph (x)html, css

Hi, I want space between my <p>content</p> tags. Not before and not after <p> tags. Fx my code is: <div> <h1>A headline</h1> <p>So …
0
votes
0answers
91 views

How to show/reveal hidden or invisible characters in NetBeans?

How can you show/reveal hidden characters in NetBeans? In other editors, if this feature is turned on, a space might be shown as a small centered dot, and a tab as a right arrow. …
0
votes
0answers
49 views

Android : Upgrading (reinstall app) causing android:manageSpaceActivity to run?

We have a bit of an issue where we are trying to figure out what is causing the problem. Can anyone clear up when android:manageSpaceActivity is run? We know if you click on the Ma …
5
votes
6answers
408 views

Why does Windows reserve 1Gb (or 2 Gb) for its system address space?

Hi; It's a known fact that Windows applications usually have 2Gb of private addess space on a 32bit system. This space can be extended to 3Gb with the /3Gb switch. The operating …
1
vote
1answer
46 views

Alt+Space on a OSX causing defective code in HTML (Coda)

Hello, Is it a known problem that unregular spaces used in code can cause a CSS or an HTML to be defective ? When typing a bit fast, I sometimes type ALT+SPACE instead of SPACE ( …
4
votes
2answers
231 views

How to set emacs tabs to spaces in every new file?

I would like to have an .emacs setting so that tabs are always formed by consecutive spaces. Preferably in each possible mode. In other editors it never seemed a problem, but in . …
0
votes
0answers
39 views

VB .net query to find efficiency of code

I have developed an algorithm using VB .net to cluster the given dataset. I need output including time complexity of this code, space complexity and total execution time of this co …
0
votes
5answers
177 views

Linux space check

Collectively check space of files in linux... I have nearly more than 100 of files ...to check the size collectively... Edit: What I need is: I have a folder containing 1000 f …
1
vote
4answers
168 views

Batch extract rars with spaces in names

I am trying to batch extract some rar's that are in some zip in some directories. Long story short this is my loop through the rar files: for %%r in (*.rar) do ( unrar x %%r ) …

1 2 next
15 30 50 per page