473,785 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Amazon: "The Ultimate HTML Reference" (2008)

3 1463
On 14 Jul 2008, Dave <no****@pseudo. borked.netwrote :
http://snipy.com/UltimateHTML
Ah, who cares about that? I need a url for "Amazon, The Ultimate Woman"!

--
Neredbojias
http://www.neredbojias.net/
Great sights and sounds
Jul 14 '08 #2
Neredbojias wrote:
On 14 Jul 2008, Dave <no****@pseudo. borked.netwrote :
>http://snipy.com/UltimateHTML

Ah, who cares about that? I need a url for "Amazon, The Ultimate Woman"!
This?

http://amapedia.amazon.com/view/Wond...sin=078949616X

--
Ed Mullen
http://edmullen.net
Lead me not into temptation (I can find the way myself).
Jul 14 '08 #3
On 14 Jul 2008, Ed Mullen <ed@edmullen.ne twrote:
Neredbojias wrote:
>On 14 Jul 2008, Dave <no****@pseudo. borked.netwrote :
>>http://snipy.com/UltimateHTML

Ah, who cares about that? I need a url for "Amazon, The Ultimate
Woman"!

This?

http://amapedia.amazon.com/view/Wond...Guide+to+the+A
mazon+Princess/asin=078949616X
Well, no, not exactly. What I had in mind isn't something for kids. I'm not
looking for a princess here but more of a royal wench.

--
Neredbojias
http://www.neredbojias.net/
Great sights and sounds
Jul 14 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1630
by: Uffe Kousgaard | last post by:
This calls a method on a COM object: $returnvalue = $commodule->method($var1,$var2) If var2 returns a value too (a so-called "by reference" variable), is it then needed to use a special syntax? Declare var2 in advance? I'm a beginner in PHP, but needs to update a few parts of an existing application. TIA
24
3531
by: Charles Crume | last post by:
Hello; My "index.htm" page has 3 frames (content, navigation bar, and logo). I set the "SRC" of the "logo" frame to a blank gif image and then want to change it's contents after the other two frames have been loaded by using a javascript statement from the "navigation" frame, as shown below: top.window.ccs_logo.src = 'images/ccs_logo.gif'; alert(top.window.ccs_logo.src);
1
1606
by: phx | last post by:
In order to use "sendMessage" of "findwindowex" functions , think "user32.lib" must be declared. but In vb.net , i can only reference .dll 's. how am i going to user these functions , or similer functions in .net?
9
2511
by: John Salerno | last post by:
There is an article on oreilly.net's OnLamp site called "The World's Most Maintainable Programming Language" (http://www.oreillynet.com/onlamp/blog/2006/03/the_worlds_most_maintainable_p.html). It's not about a specific language, but about the qualities that would make up the title language (learnability, consistency, simplicity, power, enforcing good programming practices). I thought this might be of interest to some of you, and I...
5
2311
by: SunnyDrake | last post by:
HI! I wrting some program part of it is XML config parser which contains some commands(for flexibility of engenie). how do i more simple(if it possible not via System.Reflection or System.CodeDom.CodeCastExpression) __problem typecast #1 Desc:i do needed checks but data/commands in XML is dynamic and i don't wanna fix C# code again and again... Sample:foreach (object some in somearray) (some.GetType())some.someaction();
4
1558
by: Neelesh Bodas | last post by:
Just wondering about exact terminology used by the standard to describe a reference. More specifically, is "reference" a type? int i = 10; // type of i is int int &ri = i; // ri is declared as a "reference to int". But what is type of ri? 'int' or 'reference to int'? -Neelesh
4
1592
by: Julek | last post by:
Hi, I wanted to know, if there is guarantee that a specific variable is always the same number of bytes forward than the beginning of the struct/class. Example: class MyClass { .... int var; };
4
1428
by: Ed | last post by:
Hi, guys, Here is a simple template class definition: template <typename T = int> class Point { public: T X; T Y; T Z; };
4
3504
by: Mike Copeland | last post by:
How do I mask out all but the _time_ components of a time_t value? Specifically, I have the following: time_t wTime = 1226764757; I happen to know that this is November 16, 2008 @ 8:59:17, but I have many other such items from which I want to use only the _time_ portion (e.g. 8:59:17). How do I eliminate the "date" portions of either the time_t value or the number I assign to it? TIA
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10147
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.