html

what is the need of GET method in PHP,JAVA ot Dot NET, when you have many advantages of POST over GET method?

In all languages there are GET and POST methods for transfering data. POST is more secure then GET and data transfer size limits are also there. So why in all languages there is a GET method? What are the advantages of the GET method? ...

Can I hide broken images?

Hi guys, I am trying to create a sidebar for which I can specify the image in the back-end of my wordpress cms using custom fields, now I have gotten it to work, with just one little bug, if the user enters a invalid URL, the image link will display as broken and will not display, is there a way that I can hide the broken image icon perh...

drop down sliding underneath content.. i have tried EVERYTHing.. :(

Hey guys, ive been working on this drop down for wayyy to long now. I just cant get the drop down to fall on top of the main content on the page. I have tried adding position: relative and z-index on all relevant areas. I think what may be causing the problem is "overflow: hidden" in some places.. but that is by far my favorite way to...

jquery get the id/value of LI after click function

< ul id='myid' > < li id='1' >First< /li > < li id='2' >Second< /li > < li id='3' >Third< /li > < li id='4' >Fourth< /li > < li id='5' >Fifth< /li > </ul> How can I alert the id of the li item clicked(anything that can replace the id may be value or something else will also work) please help thanks in advance Dave ...

HTML setting table height to 100%

I’ve tried doing this, but it seems to just be ignored. I found a few articles saying that if you wanted to do this then you had to make sure that the parent object was also 100%. I have the following: <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head runat="server" style="height:100%"> <title>Untitled Page</title> <asp:C...

CSS - Div "background-text" instead of background-image

I want my div box to have a "raquo" (») position along the right edge of the div box, inside it, but not part of the hyperlink. My div box is for a hyper link, here is example .episode-nav .alignright a { margin-bottom:7px; margin-top:7px; width:274px; padding:5px 0px; background:#2A2A2A; text-align:center; ...

JQuery: Validating Data Rules

Site: http://tinyurl.com/2cjlsxk This code is not optimized nor is it the best method. If you have any ideas to improve anything, let me know. Please visit the site to get an idea of the data. I have used Dan G. Switzer, II's calculation plugin [adding .sum() .max() .min() .avg()] The validation requirement i'd like to have is to make...

how can i hide elements on a html page until a user hovers over it using CSS?

i wanted to hide a link until a user hovers across it and then show it, if you get what i mean? ...

Get header/caption centered above 2-column table.

Hi there. I've temporarily inherited the responsibility to look after the website front end to our project as our web guy has just left and there isn't a replacement yet (and I'm a summer student anyway, so I'm off soon too...). I'm not very experienced with HTML/CSS/etc, and I'm having some problems getting a table formatted the way the...

TinyMCE: Enable Individual Buttons

Can I add individual buttons? I would like to give the user control, but not too much control so I need to enable some buttons but disable others. Can this be done? ...

UIWebView with files in memory

Writing HTML and especially images onto the iDevice's disk just to display them in a UIWebView is time-consuming and Apple actively discourages this because it shortens the flash memory's lifetime. I think it's possible to include image data right into the HTML, I know it's possible with CSS. Is there some way I can make a UIWebView ins...

how can i do the clickable button effect using jquery/css? example provided

i want to have this button effect on my website, theres an example on http://www.ohlife.com when you click the signup, for free green button , it deos this kool effect(it pushes back)!!, i hope i make sense!! ...

CSS: Button Visibility Problem

Hello all; I am working on a project with a video player. I want to add play/pause and skip buttons together but one of the buttons is always invisible, however working. The codes I am using: in .css file: .buttons { position:absolute; top: 326px; left:150px; } .buttons DIV { width: 26px; height: 20px; cursor: pointer; } .buttons .pa...

Add HTML Signature to Mail on Osx

Hi, can anybody tell me how to add a HTML Signature with Images to Mail 3.6 on OsX? I tried following this tutorial: http://theappleblog.com/2009/08/07/how-to-getting-more-from-mail-with-html-signatures/ but none of the text in the example appears in the signature. It just stays blank. Greetz Spanky ...

Add a common rel and a class at run time using jquery

In below markup, i want to find tag and want to add a common class class "AAA" then after want to add rel="bbbb" in all tags. My HTML Markup <div class="gallery galleryid-4" id="gallery-1"> <dl class="gallery-item"> <dt class="gallery-icon"> <a title="54-Valentine-Wallpapers" href=""><img widt...

When using a simple MySQL statements through PHP, is it better to target SELF or to target an external script?

Basically I'm building a CMS. In this CMS I have the ability to create pages, and this page is managed elsewhere but on this particular page, all you need to do is give it a title. Would it be better (security wise) to nest the PHP and then call it upon submission in THIS page, or would it be better to define the code in another sheet a...

Html entity encoding in webapplication

Hi folks, Iam looking for all your valuable suggestions for avoiding a vunerbility through form data in a web application. Which characters needs to be encoded to avoid such injection attacks as part of html entity encoding?.Injection of which chars into our form data will prone to HTML Injections? As of now we are vaidating \",/,\,:,*,?...

browser issue in php??

i design one form for registration of users. in that i use tag in i use align="center" <fieldset style="width:618.233px;" align="center"> but now problem is that in IE it run successfully.But in firefox it cant accept "align=center". it just display form bydefault(means left align) i cant user tag because form get ugly look. what...

DIV tag for vertical scrollbar causing blank space at the top of the DIV

From main jsp page I am calling the "openNewWin()" javascript, which will open a new jsp page(sample.jsp). sample.jsp has more fields and the page is little bit long. And I am using the tag for the vertical scroll bar and it's working fine. But the issue is, sample.jsp page has more fields and while submitting I am doing the validation ...

Django Buttons Timestamp

So if I would have to create a Next Button (that links to the next url) AND saves a Timestamp in the database. How would I create that html code for that? and how the db? What would I have to put into the button html code? e.g. <form id="form1" name="form1" method="post" action=""> <label>Next <input type="submit" name="butt...