Posts by stevenpetersen which have been Voted Down
good question let me send you to a tutorial....... wait is that braking the rules........
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
Well, if this http://www.daniweb.com/forums/ is here to help people! why would you bad mounth someone for asking a questions. but who cares right..... how would you feel if it was your first time in and you post your first thread and some says to you thats to easy go somewhere else, or starts removing pionts from your forums... I would think to myself "See you later..... Feel like a SH@&# and never come back" Did daniweb.com/forums help someone?
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
Back to the table............ dani web should have only made pionts up with the treads not down.....
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
need to reboot widows vista...... on a dimension e521..... My problem is that there is no PS/2 keyboard -and- mouse ports ... just usb...... how do i reinstall the OS without taking the harddrive out.....
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
I was told by one of my friends in a high place that you can make a JPEG into a Container to carry what every you need..... My idea is to put a Java Script in the Container that makes the picture uncopyable to print page and right click..... Also would like to put a note pad into the Image for copywrites information. The Question is........ HOW DO YOU MAKE A JPEG IMAGE A CONTAINER......
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
I wanted to know if anyone new how to make a Seemless image in Photo Shop CS3....... Looking for a quick way to do seemless images.
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
Does any one now how to make Seemless Images in Paint.Net?
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
How do i style or put html into a map.openInfoWindow (the bubble on google map).
The reason is because i would like to include a picture and style the text.
The code below is just a normal Java API Map that i use. The key has been removed for the customer.
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(34.4419, -122.1419), 13);
}
}
//]]>
</script>
</head>
<body onload="load()" onunload="GUnload()">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://maps.google.com/maps?file=api&v=2&key="
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.246147,-121.957769),10);
var point = new GPoint(-121.9573, 37.2464);
var marker = new GMarker(point);
map.addOverlay(marker);
map.openInfoWindow(map.getCenter(),
document.createTextNode("here is what i want to style"));
map.addControl(new GMapTypeControl());
map.addControl(new GLargeMapControl());
map.addControl(new GOverviewMapControl());
}
}
//]]>
</script>
</head>
<body onload="load()" onunload="GUnload()">
<div id="map" style="width: 700px; height: 300px">
</div>
Again thank you for your help
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
Tell me if this helps.....
<script languae="PHP">
open_database("location","username","password");
display_page("PAGE_ID");
close_database();
</script>
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
Include content from one page to another with HTML Code.
On the page that you want to put content on just insert <!--#include virtual="YourURL"--> <html>
<body>
<!--#include virtual="YOUR URL" -->
</body>
</html>
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
I need to insert GLatLng another webpage with a include content file...... How would i go about this? Do i need to make a database for it?
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(34.4419, -122.1419), 13);
}
}
//]]>
</script>
</head>
<body onload="load()" onunload="GUnload()">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://maps.google.com/maps?file=api&v=2&key=removed key"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.246147,-121.957769),10);
var point = new GPoint(-121.9573, 37.2464);
var marker = new GMarker(point);
map.addOverlay(marker);
map.openInfoWindow(map.getCenter(),
document.createTextNode("Los Gatos Hardware"));
map.addControl(new GMapTypeControl());
map.addControl(new GLargeMapControl());
map.addControl(new GOverviewMapControl());
}
}
//]]>
</script>
</head>
<body onload="load()" onunload="GUnload()">
<div id="map" style="width: 700px; height: 300px">
</div>
stevenpetersen
Junior Poster
134 posts since Jun 2009
Reputation Points: 45
Solved Threads: 1
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page generated in 0.0943 seconds
using 2.57MB