I've just finished making a widget for use on facebook, through Clearsprings. This is the second one we've made and the first one was fine. This time I ran into some problems when trying to embed it into facebook.
The problem is the SWF won't embed, so I've gone for HTML option. However this puts it in an iFrame which then sits on top ...
erm im trying to make a personal bible for my psp (i tried googling but the only bible version i've seen on my skimming is on KJV and im trying to make mine have 3 versions namely TNIV, NLT and Amplified Bible)
so my only solution was to make on for myself and my approach was to save an html file on my mem-stick and open it up through t...
Is it possible to use the noscript element in CSS selectors?
noscript p {
font-weight: bold;
}
...
Hi friends,
I have created a website with multiple no of pages with in a same folder (i mean all those pages are with in a folder). I have developed this design under the frames. I have used 3 frames top for banner, left side for menu and and right side for main page. While clicking the left side menu frame i just navigate the main page...
Hi friends
I am develop a project, in that i have a frame with two cols . First cols(c1) have main menu(For ex CEO,HR,Staff,clerk....) and another cols(c2) have the corresponding content... When i click the CEO the corresponding page is loaded in the c2.. The URL of the page is remain same. Is it possible to change the url...
I have a table in HTML, which works fine in 1280 by 1024 resolution. If I change the resolution, the table increases according to the resolution.
The table height is 955px, width is 701px.
Is there a way to fix table to be the same size for all resolutions?
...
Hi friends,
I want to include an html page inside an html page. Is it possible? Please give me the code.
I dont want to do it in PHP, I know that in PHP, we can use include for this situation, how can I achieve the same purely in html without using the iframe and frame concept?
...
Could you tell me how to fix a HTML layout automatically with the screen resolution? Example, I am coding HTML in screen resolution of 1024 by 768 pixels. If I switch to 800 by 600 pixels, I want my HTML windows changed automatically to fix the screen.
How could I do that?
...
Hi all,
I have a <div> on a webpage which ends up with a calculated height property of 633px. This is not set in any cascading style sheet, inline or not, nor is it set in a javascript. I have searched everywhere in my code but the number 633 does not show up anywhere. I can solve this by setting style="height: 420px;" which is the heig...
I have an HTML page which contains an Object tag to host an embedded HTML page.
<object style="border: none;" standby="loading" id="contentarea"
width="100%" height="53%" type="text/html" data="test1.html"></object>
However, I need to be to change the HTML page within the object tag. The current code seems to create a clone of the o...
Hi,
I am trying to display some images containing special characters like ☻ ☺ ♥ or Chinese or Arabic characters in their names using jsp...but the images are not getting displayed !!
<img src = "pipo².jpg" />
<img src = "pip☺☻♥o².jpg" />
What am I doing wrong !!
...
What's the best way to create printable letters from an MVC application? I'm looking for sort of a mail merge thing from my app that prints a form letter with various values filled in.
In ASP.NET, I previously did this by creating an HTML document and displaying it as application/msword, but I did that with code-behind, which isn't an (...
I got a quick question about sprites in css:
Will I send two HTTP Request if I include the same image twice in a css file? For example if I want to load two different buttons from the same icon set image:
.btn-1 {
background:url('img/icons.png') 0 0;
}
.btn-2 {
background:url('img/icons.png') 0 -60px;
}
or is there another wa...
Hi,
I have a list:
They used to bring concerns about their children or their marriages. But increasingly parishioners are also telling Glen VanderKloot, a Lutheran minister in Springfield, Ill., about their financial worries, and that puts him in the unusual position of dispensing investment advice. This is the Second g This is the ...
I was reading this archive on joel on sw http://www.joelonsoftware.com/articles/TwoStories.html
here he mentions he wanted to make a date field free format. Then I thought how would someone do that? ofcourse search in gmail does it.
has anyone implemented this before? and how?
...
Hello,
I'm using the Scriptaculous Ajax.InPlaceEditor to edit data from my database.
Actually, it works perfectly at first, when there is no data in the database ;
Here is what I have in my navigator source code :
<p id="edit" title="Click to edit" >
New text to edit here
</p>
I can create a new record, automaticly add some HTML to ...
Page: http://www.visitherefordshire.net/news
In Internet Explorer 7 and Opera 9.6, the text is running outside the box. It appears to be due to the tables being 100% width: if I set a pixel width (e.g. 700px) then they fit.
As far as I can see all the 'outer' divs are not wider than the visible box, so why does the 100% width on the ta...
I want to hide a form input field. But calling setVisible('inputID', false) causes my liquid layout to collapse. I don't want that.
Is there some easy workaround here? I thought about trying to render the input field's foreground color, background color, and border color to be all white. But that's getting unnecessarily complicated....
For my web application (PHP/MYSQL), I show a list of items and a link on each row to delete the item. Right now, the link is
<a href='item.php?id=3&action=delete'>Delete Item</a>
If I wanted to use POST instead... how would I do it (this is a dynamically generated list)? Can I send POST data without the use of a form?
Or, for every...
I'm attempting to embed a PDF file into a HTML page using the object tag. The following HTML crashes Firefox 3.0.7:
<object id="pdfObject40" type="application/pdf" data="/file.ashx?id=40" width="432" height="600">
<param name="src" value="/file.ashx?id=40" />
</object>
I don't have a problem in Internet Explorer.
...