Tagged Questions
HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.
0
votes
0answers
4 views
Server side include no longer seems to be working - “[an error occurred while processing this directive]”
We have a page that has been using a server side include for many years. Recently it stopped working. No changes have been made to the page
<!--#include virtual="..\..\includes\nav.include" ...
0
votes
0answers
8 views
Can't adjust width on new Twitter widget
Yesterday I found that the Twitter feed widget thing on my site had disappeared. Turns out that they stopped support for the older version, so now I'm stuck with the new version. Problem is, I can't ...
0
votes
3answers
24 views
HTML action=“” attribute >> multiple actions
I am trying set a form submit to trigger my php mail script and redirect the user to another page/confirmation that their message has got through.
I have setup the action attribute currently with:
...
0
votes
0answers
35 views
Java regexp complicated pattern
I have a string like this (made from HTML source code):
<tr>
<td>
<tr>First</tr>
</td>
</tr>
<tr>
<td>Second</td>
</tr>
...
-1
votes
0answers
13 views
Internet Explorer 8 DOCTYPE ignored/commented
I am trying to make my web application work in IE8. There are some problems with the Offset and placement of some elements.
The application works fine in Chrome, Safari, Firefox and IE9/10 but when I ...
-1
votes
2answers
27 views
div tag for making portion at bottom right most
How can I make a right most division in the bottom div as shown in given code like a small square box with in a box at right side using only html div tag? Also tell me how to adjust its size.
-->
...
0
votes
3answers
18 views
Codeigniter reference MY_Controller in form helper
If I have a callback function within MY_Controller that processes a form :
class MY_Controller extends CI_Controller{
function login(){
...
0
votes
1answer
28 views
addEventlistener in jquery code
my image slider code onclick event was not working on android tablet .I am using Jquery lib.when I added following code ,
var clickEventType=((document.ontouchstart!==null)?'click':'touchstart');
...
-9
votes
0answers
30 views
World Clock Time Change [closed]
I have a World Clock Time code but it's so lengthy can we wright shorter ?.
LINK: http://jsfiddle.net/Abhinav/z2r3R/
-1
votes
0answers
5 views
cache busting AMGDGT tags
I need help with a random number generator. Here is an email I received of what it needs to do:
CACHE BUSTING: To ensure accurate tracking, you are required to implement a Cache Buster on these ...
0
votes
1answer
8 views
Q: Links to open apps in iOS
I want to open apps using a link.
So when you tap a link in safari, you open an app
I had already found these links:
Message --- sms:
Maps --- maps://
App Store --- itms-apps://
iTunes --- ...
-2
votes
1answer
10 views
Is this possible to get facebook feed and twitter in just 1 feed?
I am making a website and I want to show the Facebook feed and also Twitter feed. Is it possible to merge thoose together instead of having 2 separate feeds?
0
votes
2answers
49 views
best method to store and retrieve images
I facing a bit of trouble right now.. I have an image gallery for which I store images in a folder. Now if I want to access the images without any processing I must keep the folder there where I can ...
-1
votes
1answer
11 views
Best way to export ASP.NET form data to Excel file?
I am pretty sure it is possible, I just don't know how.
I have a web form with many select dropdowns and input boxes.
How can I export the data from these asp controls into an Excel file.
I just ...
0
votes
2answers
46 views
How to pop a div by onclicking the same div?
I have this div tag which contains a google visualization chart.what I want is to pop up that chart in a pop up box by onclicking the chart(div).
Using jquey...
Thank you..