|
|
Hi guys, I have a static map (image) and I want to Have some items on it (div) showing a red dot, and on each red dot I show some details fetching by a JavaScript function from my database.
another problem is when I zoom the page I want the red dots to stay where they are.
This Map has one level zoom.
Please Help me out or if you know of any tutorial please let me know
Thanxxxx
|
|
|
|
|
Let me Google that for you[^]
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
|
|
|
|
|
In the context of (asp .net, javascript) web development, does anyone know of a web site or book that uses an example application to demonstrate what programming features/technologies to use, and when to use them, to build that example application? i.e. rather than knowing how to code, it would demonstrate what to use and when, using that example application.
Something that guides a developer through the development of an example asp.net web application from design stage to finish, and explains the programming choices/decisions made along the way and why they suit that particular application.
That make sense?
Many thanks in advance!
|
|
|
|
|
|
thanks thatraja, appreciate it.
|
|
|
|
|
Can any one help me the code bellow to open and hide a text .But its not showing list
Bellow is the Java Script and HTML CODE:
Java Script:
function toggle_visibility(id) {
var thelist = document.getElementsByClassName("alist");
for (var i = 0; i < thelist.length; i++) {
thelist[i].style.display = 'none';
}
var e = document.getElementById(id);
if(e.style.display == 'block') {
e.style.display = 'none';
} else {
e.style.display = 'block';
}
}
HTML CODE :
<a href="#" onclick="toggle_visibility('List1');">
<h1>Financial Statements 2012</h1>
<div id="list1" class="alist" style="display:none;">
<p class="content-right-list">
</p>
<ul>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Fund of Funds (English) Y-2012.pdf">SAIB Fund of Funds (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Arab Companies Fund (English) Y-2012.pdf">SAIB Arab Companies Fund (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB GCC Equity Fund (English) Y-2012.pdf">SAIB GCC Equity Fund (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Saudi Companies Fund (English) Y-2012.pdf">SAIB Saudi Companies Fund (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Saudi Equity Fund (English) Y-2012.pdf">SAIB Saudi Equity Fund (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Trade Finance Fund (English) Y-2012.pdf">SAIB Trade Finance Fund (31 Dec 2012)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Sukuk Fund (English) Y-2012.pdf">SAIB Sukuk Fund (31 Dec 2012)</a></li>
</ul>
</div>
<a href="#" onclick="toggle_visibility('list2');">
<h1>Financial Statements 2013</h1>
<div id="list2" class="alist" style="display:none;">
<ul>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Fund of Funds (June 2013) - English.pdf">SAIB Fund of Funds (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Arab Companies Fund (June 2013) - English.pdf">SAIB Arab Companies Fund (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB GCC Equity Fund (June 2013) - English.pdf">SAIB GCC Equity Fund (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Saudi Companies Fund (June 2013) - English.pdf">SAIB Saudi Companies Fund (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Saudi Equity Fund (June 2013) - English.pdf">SAIB Saudi Equity Fund (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Trade Finance Fund (English) Y-2012.pdf">SAIB Trade Finance Fund (June 2013)</a></li>
<li><a target="_blank" href="/Portals/0/Forms/Future PDF/SAIB Sukuk Fund (June 2013) - English.pdf">SAIB Sukuk Fund (June 2013)</a></li>
</ul>
</div>
|
|
|
|
|
|
Thank you for your reply.Its working now. 
|
|
|
|
|
I hope you already fluent jQuery...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
|
|
|
|
|
Hello
I am creating report in asp.net. this reports are in hindi Font[kruti dev 011].Report display on the page but when i print this report then printout is not printed in the hindi font it display in english.
please help me
Sanjay
|
|
|
|
|
Install that hindi font in your server machine. And do IIS reset and/or reboot system if needed.
thatrajaCode converters | Education Needed
No thanks, I am all stocked up. - Luc Pattyn
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
|
|
|
|
|
I have already installed kruti dev 011 font on the machine.Report display in hindi. But When I print it then printout in english.
Regards
|
|
|
|
|
|
...to which I have not got an answer yet; just in case I get lucky in the forums.
here is the question[^]
Your help is much appreciated.
Braj
http://coderpanda.blogspot.in
http://pandaxp.wordpress.com
[If you find the articles or solutions useful then please up-vote or recommend them to encourage participation]
|
|
|
|
|
The last time I wrote a C# desktop application that needed to communicate with a web server, it was 2005, and I did so by creating and adding a reference to a "web service."
Is that still how it's done these days?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
IN Solution Explorer, right click References, select Add Service Reference, type the URL in the address box, and click Go. Once it has picked up the service or services found at the URL provided, you select which one you want to add, and Name it. If the service uses old web service technology, click advanced, and at the bottom of the screen that pops up, you can select 'Add As Web Service'.
Hope this helps.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
|
|
|
|
|
I tried to change the flash banner text from 50% to 60% and its only show 60% in Desktops not in mobile.
Please let me know if any one have the solution detail and steps of how to fix it 
modified 4-Feb-14 4:01am.
|
|
|
|
|
Please do not post the same question in multipl forums.
Veni, vidi, abiit domum
|
|
|
|
|
I need urjent reply please
|
|
|
|
|
|
I want to create a sliding effect of the backface contents of my image using CSS3.
<html><body><div class="about">
<div class="students">
<div class="frontface">
<img src="bill.jpg" style="width:250px;height:250px;" /></div>
<div class="backface">
<h3>Bill Gates</h3>
<h4 class="profession">Former Microsoft CEO</h4>
</div>
</div>
<div class="students">
<div class="frontface">
<img src="andrew.jpg" style="width:250px;height:250px;"/>
</div>
<div class="backface">
<h3>Andrew Ng</h3>
<h4 class="profession">Director of Standford AI lab</h4>
</div>
</div>
<div class="Students">
<div class="frontface">
<img src="sebastian.jpg" style="width:250px;height:250px;"/></div>
<div class="backface">
<h3>Sebastian Thurn</h3>
<h4 class="profession">Robotics</h4>
</div>
</div>
</div>
</body></html>
.about{
position:relative;
display:inline-block;
z-index:1;
float:left;
width:100%;
height:auto;
margin-top:10px;
padding:0;
}
.students{
width:250px;
height:250px;
float:left;
margin:20px;
margin-left:150px;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
}
.frontface , .backface{
position:absolute;
width:250px;
height:250px;
}
.frontface{
background-size:cover;
}
.backface{
background-color:#000;
opacity:0.7;
backface-visibility:hidden;
text-transform:uppercase;
text-align:center;
font-size:13px;
z-index:-1;
color:white;
transition:color 0.5s linear,font-size 0.1s linear;
}
.frontface:hover{
z-index:-1;
}
This works good but i am unable to create a sliding effect from the bottom of the image to the top of the image.Any help would be appreciated.
This site gives a good example of it.
Please check out "meet the crew" heading on the homepage of this website
http://www.magneticcreative.com/[^]
Thank you
|
|
|
|
|
I realize it will have to be 100% JavaScript + html5 and with limitation of file accessing due to security, but has anyone developed a web application that both work as a web (over the Internet) as well as offline. I also realize that the entire application files will have to be downloaded into the client machine. Would you mind sharing some of your experience? Strategy, difficulty, limitations, security?
Thanks.
|
|
|
|
|
first the form is going to display and there will be one button "add new form" as soon as if user click on that button then it will display the new form and as on it will click on that button at as on the form will display i have created the first form code.
Can u please give a php code for it.
<div class="col-md-2">
<form method="post" action="index.php" name="new_frm">
<input type="Submit" value="Add New Form" class="btn btn-info" name="add_frm"/>
</form>
</div>
<div class="panel-body">
<form action="index.php" method="post" name="test" onsubmit="return function_name()">
<table class="table">
<tr>
<td>Date</td>
<td>Ticket No</td>
<td>Type of Work</td>
<td>Incident Source</td>
<td>Description</td>
<td>T2T</td>
<td>User Impacting</td>
<td>Sprint</td>
<td>Root Cause</td>
<td>Action Taken</td>
</tr>
<tr>
<td><input type="text" name="date" style="width: 50px;"/></td>
<td><input type="text" name="tck_no" style="width: 50px;" /></td>
<td><select name="ddl1" style="width: 70px;">
<option value="">Select Any One</option>
<option value="incident">Incident</option>
<option value="assign_task">Assgin Task</option>
<option value="rfc">RFC</option>
</select></td>
<td><select name="ddl2" style="width: 70px;">
<option value="">Select Any One</option>
<option value="qrs">QRS</option>
<option value="ps_bug">PS-Bug</option>
<option value="email">Email</option>
<option value="scom">SCOM</option>
</select></td>
<td><textarea cols="40" rows="4" name="desc" style="width: 100px;"></textarea></td>
<td><select name="ddl3" style="width: 70px;">
<option value="">Select Any One</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
<td><select name="ddl4" style="width: 70px;">
<option value="">Select Any One</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
<td><input type="text" name="sprint" style="width: 100px;"/></td>
<td><textarea cols="40" rows="4" name="root_cause" style="width: 100px;"></textarea></td>
<td><textarea cols="40" rows="4" name="action_taken" style="width: 100px;"></textarea></td>
</tr>
<tr>
<td><input type="submit" class="btn btn-primary" name="send" /></td>
<td><input type="reset" class="btn btn-danger" name="send" /></td>
</tr>
</table>
</form>
=''='post'='new_frm'='return validate_new_frm()'";
echo "<table class='table'>";
echo "<tr>";
echo "<td>Date</td>";
echo "<td>Ticket No</td>";
echo "<td>Type of Work</td>";
echo "<td>Incident Source</td>";
echo "<td>Description</td>";
echo "<td>T2T</td>";
echo "<td>User Impacting</td>";
echo "<td>Sprint</td>";
echo "<td>Root Cause</td>";
echo "<td>Action Taken</td>";
echo "</tr>";
echo "<tr>";
echo "<td><input type='text' name='date' style='width: 50px;'/></td>";
echo "<td><input type='text' name='tck_no' style='width: 50px;' /></td>";
echo "<td><select name='ddl1' style='width: 70px;'>";
echo "<option value=''>Select Any One</option>";
echo "<option value='incident'>Incident</option>";
echo "<option value='assign_task'>Assgin Task</option>";
echo "<option value='rfc'>RFC</option>";
echo "</select></td>";
echo "<td><select name='ddl2' style='width: 70px;'>";
echo "<option value=''>Select Any One</option>";
echo "<option value='qrs'>QRS</option>";
echo "<option value='ps_bug'>PS-Bug</option>";
echo "<option value='email'>Email</option>";
echo "<option value='scom'>SCOM</option> ";
echo "</select></td>";
echo "<td><textarea cols='40' rows='4' name='desc' style='width: 100px;'></textarea></td>";
echo "<td><select name='ddl3' style='width: 70px;'>";
echo "<option value=''>Select Any One</option>";
echo "<option value='yes'>Yes</option>";
echo "<option value='no'>No</option>";
echo "</select></td>";
echo "<td><select name='ddl4' style='width: 70px;'>";
echo " <option value=''>Select Any One</option>";
echo "<option value='yes'>Yes</option>";
echo "<option value='no'>No</option>";
echo "</select></td>";
echo "<td><input type='text' name='sprint' style='width: 100px;'/></td>";
echo "<td><textarea cols='40' rows='4' name='root_cause' style='width: 100px;'></textarea></td>";
echo "<td><textarea cols='40' rows='4' name='action_taken' style='width: 100px;'></textarea></td>";
echo " </tr>";
echo "<tr>";
echo "<td><input type='submit' class='btn btn-primary' name='send' /></td>";
echo "<td><input type='reset' class='btn btn-danger' name='send' /></td>";
echo "</tr>";
echo "</table>";
echo " </form>";
}
?>
|
|
|
|
|
I'm sorry but today we don't handle more PHP requests - come back later on the week...
But really - it's not a question. first of all it make no sense! Then you made no effort (or show none) about the PHP part.
Improve your non-question so we can help you out!
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
|
|
|
|