For ages I have found linking to a single flickr image is awkward. The share section in the slide show links to the slide show, and the share option on photostream link to the page that includes the image but not just the image.
I think I have cracked it now though.
When in the individual photo in your photostream,
Click on the button for All Sizes
This will take you to a web page similar to the one below.
Click on the size you want, and then the image will be displayed, together with HTML code to cut and paste into your web. Also displayed is the URL of just the photo, which is all that I usually need. In the above I have high lighted in yellow the size I want and the resulting URL.
I used this approach to embed these images into this blog article.
A renewed interest into developing web pages with basic standards such as (X)HTML, CSS, javascript and PHP. Also using free - or at least very cheap - tools. Main reason being to maintain control and understanding of web pages, plus save money. Also adding use of Google Sites and Weebly.
Friday, 28 May 2010
Monday, 24 May 2010
Embedded lists within lists in Google docs
I wanted to produce following list which includes embedded list. Solution easy once you know!
Start list by clicking on List in edit bar, and where you want to start the embedded list just click on
Increase Indent icon, and where you want to go back to outer list click on adjacent
Decrease Indent icon.
Start list by clicking on List in edit bar, and where you want to start the embedded list just click on
Increase Indent icon, and where you want to go back to outer list click on adjacent
Decrease Indent icon.
- Photos
- Techniques
- Classical photography
- Digital work flow
- Galleries and web creations
- Equipment
- Cameras and lenses
- Digital
- Film
- Flash and other accessories
- Cameras and lenses
- Other
Sunday, 23 May 2010
Google Docs removed Open Link In New Page option - Work around Fix
I embed docs in my Google Sites web pages. Today I discovered that links I had thought opened in a new web page or tab no longer worked, they just opened in existing tab.
On trying to fix this I discovered the option to do this had been removed, as confirmed by a google search and many irate users.
Managed to overcome this by editing html, as explained below.
<a href="http://www.photoethnography.com/ClassicCameras/index-frameset.html?KodakRetina.html" id="ykp7" title="Kodak Retina Series">Kodak Retina Series</a>
By adding command target="_blank" so that it becomes
<a href="http://www.photoethnography.com/ClassicCameras/index-frameset.html?KodakRetina.html" id="ykp7" target="_blank" title="Kodak Retina Series">Kodak Retina Series</a>
fixed the problem.
I am just hoping that Google in its wisdom does not extract this html edit in the future.
On trying to fix this I discovered the option to do this had been removed, as confirmed by a google search and many irate users.
Managed to overcome this by editing html, as explained below.
<a href="http://www.photoethnography.com/ClassicCameras/index-frameset.html?KodakRetina.html" id="ykp7" title="Kodak Retina Series">Kodak Retina Series</a>
By adding command target="_blank" so that it becomes
<a href="http://www.photoethnography.com/ClassicCameras/index-frameset.html?KodakRetina.html" id="ykp7" target="_blank" title="Kodak Retina Series">Kodak Retina Series</a>
fixed the problem.
I am just hoping that Google in its wisdom does not extract this html edit in the future.
Monday, 17 May 2010
Howto use bullets in list not offset to left
If you have an image aligned to the left and write text it will flow to the right, as below.
Bulleted list default
Since first writing this I noticed that Google Sites will "undo" it if the style command is embedded in <ul>. However if you add it to the CSS then it appears to be kept.
Bulleted list default
- Classic Cameras
- Kodak Retina Series
Bulleted list with following style command in ul
< ul style="list-style-position: inside;">
- Classic Cameras
- Kodak Retina Series
Since first writing this I noticed that Google Sites will "undo" it if the style command is embedded in <ul>. However if you add it to the CSS then it appears to be kept.
Wednesday, 5 May 2010
Kompozer 0.8b3 and GB English Dictionary
By default Kompozer version 0.8b3 (20100301) used US English. To change to UK English I did following
- Followed instructions in http://wiki.kompozer.net/index.php?title=Adding_Dictionary to download UK dictionary.
- Followed instructions on the above page to install.
- On restarting Kompozer the auto spell check (check as I type) was still showing favourite as wrong and suggesting favorit
- I had to select the Check Spelling option in the Edit menu where there is an option to select appropriate dictionary, English / United Kingdom now being available.
Subscribe to:
Posts (Atom)