I have searched far and wide for a way to compile my .hta file (and resources) to a .exe file.
There are plenty of applications that claim to be able to do this - but they have not worked for this application - which is a mixture of javascript and VB.
Simply, (and naively,) I don't want people looking at / screwing with the code. Any s...
Good day,
I'm in need of inserting a Hack to a web page, so it works well on IE7.0
But I'm having issues with the way I'm doing things. It should be simple.
The actual CSS code is the following:
<style type="text/css">
body { margin:0;}
#home_splash { background-image:url(homeimages/image-background.jpg);background-repeat:repeat-x; ba...
Hello!
I used to run a phpBB forum for our class in school but we have now graduated and the forum isn't used anymore. I want to remove the phpBB installation but there is a lot written in the forum that is fun to read now and then.
I wonder if there is an easy way to convert the phpBB forum to some kind of static archive page that any...
I have a set of radio buttons inside a div which has a fixed height and overflow:hidden. Some of the radios get hidden because they would be naturally positioned outside the height of the containing div.
When a radio is selected, and that radio is outside the visible part of the div, the div gets scrolled.
What I want is to be able to...
I have a table within another table, that look like below. What I want is to have the +0 all line up vertically. I have them float:right. The problem is there is a small gap, as you can see, between the two tables, making the +0 of the inner table indent inward a bit. Is there a way to take out these gap?
EDIT Image is taken down by O...
Can we have something like following in case of HTML + JSF
<meta name="description" content="#{MyBean.attr}"/>
i.e. can we set the value of "description" meta attribute dynmically?
...
I set up DAV SVN recently with svn:mime-type set to "text/html" on my HTML files, which allows me to see the HTML file rendered normally in the browser, instead of plain text.
However, I switched to WebSVN so I could get syntax-highlighting on my code files, and now the HTML files are not able to locate their dependencies - js, css, etc...
Hi is there way to actually link to any site (not your own). And when clicked it takes you to that site + x amount of code.
Of course I am not talking about the pages which all ready have a jQuery plugin or something, I am talking include the paramater of "scroll" (or what ever) already from my site or link.
I guess the answer could be...
Hello,
I'm building a web site from the old one and i need to show a lot of .pdf files.
I need users to get authenficated before the can't see any of my .pdf but i don't know how (and i can't put my pdf in my database).
I'm using Pylons with Python.
Thank for you help.
If you have any question, ask me! :)
...
I am trying to generate sound using JavaScript. I have used the following code
<html>
<script type="text/javascript" src="jquery-1.4.2.js"></script>
<script>
function PlaySound(soundObj) {
var sound = document.getElementById(soundObj);
sound.Play();
}
function init() {
//alert("");
PlaySound('sou...
I've not seen anything but has anyone come across any kind of visual indicator that suggests a text field will autocomplete? Anything that is becoming standard/common?
Also asked here
...
I made Q&A page. I'd like to click on the question and have the page scroll to the question using JQuery. What script do I use or does anyone have an example I can learn from?
Many thanks.
Erik
...
First of here is what I'm trying to achieve :
http://img801.imageshack.us/img801/1516/sitelayout.png
I just cant get the content div working as I would like it, when you get too the page the div should stretch too the bottom if there isn't enough content too fill it, if there is too much content it should push down the footer. Here's w...
So I run this site: http://sometimesredsometimesblue.com
And more or less out of curiosity I was wondering if there was a more concise/elegant/interesting manner of how to code the... "functionality".
var redOrBlue=new Array("#0000FF", "#FF0000")
document.bgColor=redOrBlue[Math.floor(Math.random()*redOrBlue.length)]
There's nothing ...
Hi All,
Having probs here.
I need to write the output of a PHP script to an HTML page to then be processed by DOMPDF so I can make a nice little PDF for some friends to use.
When I use file_get_contents to get the contents of a "donor" PHP script, it does that - literally. It grabs the unevaluated PHP and holds it for me to do as I w...
using this code:
<script src="<?php bloginfo('template_url'); ?>/scripts/hovermenus.js" type="text/javascript"></script>
to load this script
firebug is not showing this script as loaded, however, these scripts:
<script src="<?php bloginfo('template_url'); ?>/scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
<script s...
Hey,
I've noticed a variation of convention when it comes to using DIV tags instead of TABLE to separate/organize content on a web-page. In what situation is one more appropriate to use than the other?
Clarification: This question is both general, and specific in that I'm mainly looking for which would be more ideal for page layout.
T...
Hi!
When I do this:
<iframe src="mypage.html" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe>
It doesn´t go all the way... a +- 10px white "border" surrounds the iframe, how could I solve this?
Thanks in advance!!
TRufa
EDIT:
An image of the problem. maybe it is clarifying:
http://pimo...
The line
<a class="product_image" href="http://www.symposiumwines.com/shop/product.php?id_product=11" >
<img class="f-p"src="/shop/img/p/11-53-home.jpg" height="115" width="115" alt="Saint-Aubin 1er Cru 'Les Frionnes' 2004"/>
</a>
generated by a CMS throws a couple of errors when I validate the page.
1) Attributes construct...
Hi,
I can't quite figure it out, I'm looking for some regex that will add an atttribute to a html tag.
For example lets say I have a string with an <a> in it, and that <a> needs an attribute added to it, so <a> get's added style="xxxx:yyyy;" . How would you go about doing this?
Ideally it would add any attribute to any tag.
Am I aski...