Tagged Questions

1
vote
5answers
94 views

Should javascript code always be loaded in the head of an html document?

Is there a blanket rule in terms of how javascript should be loaded. I'm seeing people saying that it should go on the end of the page now. Thoughts?
1
vote
4answers
49 views

bash script for searching from a list of files in directory

There are around 20 files in a directory . Each file has the string $str inside it. I want to write a script that picks out that row containing the string $str and dump into a fil …
0
votes
3answers
30 views

linux script simple arithmetic code

So I'm just working on some simple arithmetic code. Here's what I got: echo "The number should be 2"; declare -i input added input= date +%w let added="input/2" echo "$added" …
0
votes
2answers
29 views

How can I open an HTML file as a text file to read the code using VBScript?

I have a lot of HTML pages that need the same few lines of text changed on them. To reduce the time it will take to manually open each one in Notepad and find the text and replace …
0
votes
2answers
21 views

Execution order of inline SCRIPT tags in IE7?

I have a page something like the following: <body> <script type="text/javascript"> var v = 1; </script> <script type="text/javascript" src="other.js">&l …
1
vote
1answer
42 views

Perl Script, Fork/Exec, System claims my process has died when in fact only my child process has died

I have a Perl script that does a fork/exec to start another tool in the background and monitor some file system changes while this other tool is running. This seems to work like ex …
0
votes
0answers
29 views

Double click on CMD script in Vista does not execute script!!!

I am running Vista Home Premium. I tried to write a script to do some simple automation.... it does not work! even the most simple script like: @echo ON dir . does not get exe …
1
vote
2answers
36 views

Can a script be automated after a commit on Perforce?

We use Perforce at work, and routinely keep software projects in the repository. In general creators follow the normal Perforce flow, BUT we also have a class of users, who doesn' …
0
votes
3answers
51 views

How to convert css long to css one line style with Notepad++

from style that looks like this: ul#menu { padding: 0 0 2px; position: relative; margin: 0; text-align: right; } to: ul#menu { padding: 0 0 2px; position: relative; m …
0
votes
3answers
73 views

What does it mean “to write a web service”?

Hello everybody, I just asked a question about whether it was possible to write a web-page-checking code and run it from free web server, and one supporter answered and said that …
0
votes
3answers
60 views

[Unix Query] Command/Script for Accurate command HISTORY?

Hi Is there some command/script to know “EACH & EVERY” command executed on a solaris machine (with timestamp if possible) when multiple users are logged in with “SAME USERID …
1
vote
1answer
24 views

Is it possible to write a webpage-checking script and run it from a free server?

Hello everybody!!! I am sorry if my question is silly and not at the right place. I know it's possible to write a script (in any programming language) that would check some webpa …
0
votes
3answers
34 views

Joining Multiple Images into one with a PHP script

I have this test page http://thechozenfew.net/projects/write_font.php that generates the text in the input box as a font. Each letter is a different picture, How would i join all t …
0
votes
3answers
67 views

jQuery AJAX with remote HTML containing JS

I have a page setup that uses jQuery + AJAX to load content into an accordion frame. It works fine for loading straight text/HTML but I now need to load Javascript along with the H …
2
votes
1answer
52 views

Export variables from one shell script to another.

Hi, I have a couple of scripts for which the first part of them looks the same. Function of this part is to identify at which machine the script is being runned and set a couple o …

1 2 3 4 5 31 next
15 30 50 per page