How can I determine the dimensions of a JPEG file using VBScript (either under ASP or as WSH)?
Big thanks in advance.
regards,
rydel n23
http://pravapis.org/
http://rydel.net/
I am playing around with browsers and streaming audios, and I am curious about rtsp-type link (www.rtsp.org - Real Time Streaming Protocol). For example, there is a page:
* http://www.svaboda.org/articlesprograms/politicalgeograghy/2004/12/72db2c55-21aa-426d-9861-f5e0bbc31e40.html
which has a...
I posted the question in SQL Server forum, but actually the question is about MS Access: Thread932239
Sorry for confusing the forums! And I hope someone can help me.
regards,
rydel n23
http://pravapis.org/
http://rydel.net/
Sorry if this is a very basic simple question for SQL gurus. So here's the problem:
I have a large text field in a table "people" (field named "CV") and I want to pull out the first four digit number I find in this field and store it in another field called "year_born". The problem is that "CV"...
I've asked this question in "Access: Other Topics", but maybe this forum would've been more appropriate:
It's a question about converting stuff from Word to Access. I've got a Word file with lines like:
WWW XXX YYY, ZZZZZZZZZZZZ CR
WWW XXX YYY, ZZZZZZZZZZZZ CR
WWW XXX YYY, ZZZZZZZZZZZZ CR
...
I don't know if that's the right place for this question. I have a task: a Word file with lines like:
WWW XXX YYY, ZZZZZZZZZZZZ CR
WWW XXX YYY, ZZZZZZZZZZZZ CR
WWW XXX YYY, ZZZZZZZZZZZZ CR
I would like to take the respective data: first word (WWW), second word (XXX), etc. from MS Word and...
I know XML has been around for ever, but in my own experience I have not yet had an opportunity to deal with it. So here comes a beginner's questions.
I have an XML file that has a format like this:
<something>
<comments>
<comment id="1" poster="2">
<comment id="2" poster="23">
<comment...
I would like to have a dotted line on my front page - http://www.pravapis.org/index_new.asp
I have done it like this:
<table width="100%" style="background: url(stripe2.gif);" cellpadding="0" cellspacing="0" border="0">
<tr><td> </td></tr></table>
where stripe2.gif is a dotted horizontal...
I am sure it must be something rather simple, but I just can't think of it right now. I have two tables with usernames: t1 and t2. And I would like to be able to perform set operations on them:
1) t = t1 ? t2 (SELECT all those that are either in t1 or in t2, removing dupicates. Somehow I have...
When I run the following query:
SELECT username FROM minsk1
UNION
SELECT username FROM belarus1
Although it should not return repeated values according to the documentation (only DISTINCT ones), strangely enough, it returns dublicates, I get a query result that looks, for example, like this...
...but I can't spot the mistake (did not program anything in JavaScript for more than 6 months, so I guess I forgot some syntax):
<html>
<head>
<title>homepage text generator</title>
<script>
generatePromo() {
document.pf.promo.value = "test";
}
</script>
</head>
<body>
...
<form...
I would like to write a macro that would find all bold and italic text in a current Word document and replace it with tags:
"original bold text"
to
<b>"original bold text"</b>
"original italic text"
to
<i>"original italic text"</i>
Could you give me...
I have a page which has hundreds of links which I would like to be opened in a new window, therefore I've added <base target="_blank"> to the head. Unfortuantely, there are several links (inside the same document of the type #anchor_on_the_same_page) which I wish I could open in the...
I've asked this question on ASP forum, but so far no one could answer it, and somebody told me to ask here. Although I think it's a bit off-topic here, I'll give it a shot:
"In VBScript/ASP how can I get an HTML page from another webserver and store it in a local ASP variable for further...
How can I get an HTML page from another webserver and store it in a local ASP variable for further process and analysis? E.g. the ASP script will be on http://www.pravapis.org/ while the page I will be grabbing will be somewhere on http://www.livejournal.com/
How can this be done? I've searched...
What's the best and simplest way in VBA to insert a menu item into an existing MS Access menu (and that should happen when you open the .MDB file). Thanks in advance!
regards,
rydel n23
http://pravapis.org/
http://rydel.net/
A bit unsual question... Is there a non-breaking hyphen (or minus sign) that always sticks with the next word. E.g. I have a string in HTML file "Belarus -Minsk" and I want that "minus" always stick together with "Minsk." How this can be achieved? I've looked...
I haven't printed to PDF for a while, and today as I urgently need to rpint something, I've found out that my Distiller does NOT seem to work. Whenever I choose Distiller as the printer and send a WinWord document to it, it says that the printer is offline. Any help will be greatly appreciated...
I have .NSF file with all my correspondence from another computer, about 50MB, and I really need to extract one PowerPoint file that was attached to one of the emails inside that NSF file.
Considering that I do NOT have Lotus Notes installed on this particular machine (and no possibility to get...
It seems quicksort does not suit very well for large arrays. I need to manipulate certain (very large) list of words and at the end to sort them all. It works for medim-size files, but for example now I have a file of 800KB or larger with circa 120,000 words or more, then my quicksort runs out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.