|
Is it possible to access local machine form webpage without IE/ActiveX? For example, can I execute an exe file on a local machine? Or, If viewer's machine hosts a webservice, can i invoke it through webpage?
|
|
|
|
|
Don't cross post. Pick a forum and ask your question.
I know the language. I've read a book. - _Madmatt
|
|
|
|
|
Not directly, no. Unless you use a hideously insecure web browser that is wide open to exploits.
|
|
|
|
|
I thought IE6 was gone...
|
|
|
|
|
pstsp911 wrote: Is it possible to access local machine form webpage without IE/ActiveX?
If it were, lots of harddisks would have been formatted from there.
I are Troll
|
|
|
|
|
Hi,
.container_12 .grid_4,
1) I notice there is no comma after _12 to ask what is the meaning of this since the comma is after -4,?
Normally, I would see .grid_4, .grid_6, .grid_12 to know they are individually assigned {float: left; margin: 4px;}. I try searching to get an understanding of two dot variable with no comma in 1) above to ask? Could not copy the code from viewer to thus type a not too exact facismile to wonder and to ask for some fine points help to be aware of. I have read some css book, etc but I cannot recall coming across something like 1) above.
Thanks in advance for taking the time to educate me and deeply appreciated.
css sheet1
#header { margin: 0.8em;}
css sheet2
.grid_4, .grid_6, .grid_12 {float: left; margin: 4px;}
.container_12 .grid_4, .container_16 .grid_6 {width: 700px;}
Html coding with usage of the style sheet
<div id="header" class="grid_12">
<!-- TITLE & BLOCKS -->
<div id=...
Edit: Hi Richard A, Tx for your reply with the 960 link. I downloaded some 960 info pror but your link looks more informative. Will read for I am trying to learn fast and it is nice to know about 960 develeopment methods for it is use in a product I am using, Very please developers use the 960 concept. Yui is another concept to learn about. And as type progress, will learn what is the difference. Richard, I am very happy to be a member of this site and to learn from your shared knowledge.
modified on Thursday, February 24, 2011 8:22 PM
|
|
|
|
|
the comma is separating different css classes, the space is used to determine a subset of the same css class...
.grid_4, .grid_6, .grid_12 (this is three different classes)
.container_12 .grid_4, .container_16 .grid_6 (this is two different classes)
.container_12 .grid_4 (this means that the css class will be applied to any elements that have a class = "grid_4" but only if they are a sub-element of an element with a class = "container_12")
example...
css sheet2
.grid_4 {float:left}
.container_12 .grid_4 {float:right}
<div class="grid_4" />
<div class="container_12">
<div class="grid_4" />
</div>
Don't vote my posts down just because you don't understand them - if you lack the superior intelligence that I possess then simply walk away
|
|
|
|
|
I am looking for a free service that has a music streaming API.
EchoNest is perfect and gives a simple XML result of URL's to audio files for a specific search. Except that lots of the links are dead. I think something like PlayMe.com is the answer but I am in South Africa and they limit IP's. I have also looked at 7Digital but it seems that you need to pay to stream.
So is there a free service that will return me URL's for songs?
There is no money involved in the application I am making and is non-commercial.
Thanks.
|
|
|
|
|
Using Excel I can pick up a table and copy it to a spreadsheet.
(Using Data from Web, post as an autorefresh)
ActiveWorkbook.XmlImport URL:="http://uk.msn.com/?ocid=iehp", ImportMap:= _
Nothing, Overwrite:=True, Destination:=Range("$A$1")
With ActiveWorkbook.Connections("Connection")
.Name = "Connection"
.Description = ""
End With
However, there are sites, such as CP for example, that do not have tables, but there are areas that I wish to copy to a spreadsheet.
How do I select the actual part of the web page to copy?
For example the 'Latest News' box on the Home Page of CP?
I could import the whole page, that is easy, and then pick up the data I need and place it in another sheet automatically, but it seems longwinded and would take longer,=.
Any ideas?
------------------------------------
I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
CCC Link[ ^]
Trolls[ ^]
|
|
|
|
|
Greetings,
I have three spans wrapped in a div. Each of the spans can contain a link. I always want the middle span to be centered in the outer div. The problem comes because the left and right most links are not always there, though the span will be.
Basically it's to move forward and back in a date range if data is available. If the data is not available, the previous and next links should not be shown.
The setup is similar to this:
<pre><div>
<span>Prev link</span><span>detail link</span><span>next link</span>
</div></pre>
I've played around with float left and right and center alignments, but the center span either gets moved to the next line, or the link shows right after the first span.
If anyone has any ideas it would be much appreciated.
Thanks.
|
|
|
|
|
Hi
Just try the following:
<pre>
<div style="text-align:center" >
<span style="float:left" >Prev link</span>
<span>detail link</span>
<span style="float:right" >next link</span>
</div>
</pre>
Thanks,
Imdadhusen
sunaSaRa Imdadhusen
+91 99095 44184
|
|
|
|
|
you could try setting the visible of the Prev and Next links rather than not putting them there. This was they will always be there and take up the same amount of space (even if they cannot be seen)
<pre><div>
<span style="visibility:hidden;">Prev link</span><span>detail link</span><span>next link</span>
</div></pre>
Don't vote my posts down just because you don't understand them - if you lack the superior intelligence that I possess then simply walk away
|
|
|
|
|
I want to use Indian rupee sign in my web application replacing current Rs. Sign..I have googled for this and find many results but all this result external url are used for referencing css or front. I want a solution without using any external link.
Thanks in advance
|
|
|
|
|
|
Good question!!
sunaSaRa Imdadhusen
+91 99095 44184
+91 02767 284464
|
|
|
|
|
Thanks for the help..But here also external link is used...Thoug it is free service ,I am not allowed to use external links..
|
|
|
|
|
No, do exactly as I directed. The instructions under the heading tell you what you need to do so that you can host all the nescessary parts on you own web site.
Cheers!!
|
|
|
|
|
Try this ₨
It may not be available to everyone as they have to have the language (Indian) installed on their computer. If you want it that badly, you will have to use an image right next to the text.
|
|
|
|
|
hi,
Found this on the wiki site. Hope it help.
Rupee sign[^]
|
|
|
|
|
|
I was fiddling with the company website, which was created by our Customer Service Manager using Expressions. Ye gods, what a heap of crap that monstrosity adds to a site! It's nearly as awful as a 'Save as Web Page' product of Word. But I have to admit that it does what it's intended to do - let non-technical users build decent looking sites quickly. The problems begin when you try to update a site created with this beast.
She's been trying to add some new content and, of course, every new addition screws up the formatting. It uses inline styles for everything, and canned effects and features that have such obscure, generic names that it's almost impossible to manually edit the content. I fired up Visual Studio tonight to try to duplicate the common features of the site for her, using a style sheet so that she doesn't have to edit every single element on every single page when she wants to modify something. I've gone over the source and can't make any sense of it. It's also a couple of GB in size, because of all the unused but stock files it adds. The actual content of the site could be done in a few MB, including images. I ran into a little stumbling block...
Take a look at the site: www.ahamacav.com[^], please.
There's a tabbed main content section that appears to be made up of individual images for tabs, each anchoring a link to a new page. I really don't want to spend dozens of hours with an image editor trying to duplicate that, and I thought there was a web control in .Net that makes a tabbed container, but I can't find it. The rest is easy - a few divs, a bit of CSS code, and I'm there. But this is a stumbling block, and I'd really like to wean her off Expressions. And yes, I'm trying to build a business case for the company to spring for a couple of copies of Visual Studio at work, so there's an additional incentive to overcome this problem.
Can someone recommend a solution, or point me to a built-in web control in Visual Studio 2008 that provides the same functionality?
Will Rogers never met me.
|
|
|
|
|
I don't know how relevant it is to how you want to do it, but there are a heap of "button generators" out there. I have used a few; my current (free) weapon of choice is Deknop (apparently means "the button"). With it and a few minutes, you can generate button sets like the ones I did here[^] Pretty mouse-over, etc, is easy but boring mindless. Feel free to "borrow" as much as you like.
I suspect that the better (ie $$) ones allow you to set your own shape/background to make them look like tabs.
You still have to stitch your pages together, but this should ease the image editing pain.
Cheers,
Peter
ps Yes, that's me with beard, L end of back row.
Software rusts. Simon Stephenson, ca 1994.
|
|
|
|
|
Thanks, Peter. I dunno... Maybe it's time I brushed up my limited graphics skills and play a little javascript magic. It could be fun, if only I had any time...
Will Rogers never met me.
|
|
|
|
|
Don't know who unibombed, but my 5 should carry a bit more weight.
P
Software rusts. Simon Stephenson, ca 1994.
|
|
|
|
|