Viewing My Posts
| 12 years ago |
| Thread: Image Quality Downgraded |
|
Both in EasyWeb and on published site it looks different. It is a a .png file. I put it against a black background and it is more noticeable. Original - If you notice you can't see the shadow around the letters because it totally blends in with the black background. ![]() Now in EasyWeb you can see the shadow around the letters because the shadow has now turned grey instead of remaining black
|
| 12 years ago |
| Thread: Image Quality Downgraded |
| No, it is still png in EW |
| 12 years ago |
| Thread: Image Quality Downgraded |
| EasyWeb also seems to be giving your logo a slight halo |
| 12 years ago |
| Thread: Image Quality Downgraded |
|
[quote="lilnitsch":nn3rbdyh]EasyWeb also seems to be giving your logo a slight halo[/quote:nn3rbdyh] Yes, halo is the right way to describe it. It is not just my logo. All the shapes that I have created in iWeb are giving me this same problem. Especially the one that have shadow effect enabled. The logo just happened to be the first thing I tried to copy over and I noticed the change right away. |
| 12 years ago |
| Thread: Image Quality Downgraded |
| Any update on this issue? All my images look funny in EasyWeb. I can't find any way around it. |
| 12 years ago |
| Thread: Image Quality Downgraded |
| I am noticing the same loss of quality with my PDF. And it's perfectly reasonable to want to use a PDF as an image. Like if you have a PDF of event invitations that have been mailed out that you want easily displayed on the site. Or in my case I'm using a PDF of my resume that has lots of formatting. I don't want to have to recreate it and I don't want potential employers to have to download or open a file. I want them to be able quickly and easily see my resume page display my resume in focus. |
| 12 years ago |
| Thread: PDF doesn't display with Preview |
| I dragged and dropped and PDF into place and sized it as desired. When previewing the site in with Safari, Chrome, and Firefox the PDF does not display. |
| 12 years ago |
| Thread: Head Code on Site Publishing Settings page doesn't stay |
|
Any code I type into the Head Code box on the Site Publishing Settings page disappears after closing EasyWeb and opening it back up. What I'm finding is that that code has taken affect and now I can't edit it or remove it. |
| 12 years ago |
| Thread: Head Code on Site Publishing Settings page doesn't stay |
|
Copy-pasting. The head code stays when pasted to each individual page, but not the site publishing settings. However, I'm now not 100% sure the code that disappeared is actually being applied. I restored from a time machine backup and it looks the same. I thought it made a minor change, but I guess it didn't. Regardless, the code disappears. |
| 12 years ago |
| Thread: Html5 and auto play |
|
I am trying to get a html 5 audio to play at the same time a person click one of my video's.. Not sure if this is possible but i did get my audio in to easyweb using this from Roddy. http://roddymckay.com/EasyWeb/test/html5-audio.html Is there anyway i can put this player in the background and when people click play at the video this audio player starts in the background ? |
| 12 years ago |
| Thread: Can i use QuickTime Music in Easyweb? |
|
In iWeb i can use my own created MP3 music files by drag and drop it on my websites. Simply using QuickTime player. (http://www.jeffreylew.nl/fotografie/Muziek.html) Can i do that in Easyweb final version? |
| 12 years ago |
| Thread: Can i use QuickTime Music in Easyweb? |
|
Thanks Roddy, "The iWeb method of loading and playing MP3 files was never satisfactory for a number of reasons. Nowadays it is preferable to use HTML5 for media files... " I try your method in Easyweb but it was not that easy... <audio controls preload="none"> <source src="{!-ASSETSPATH-!}External%20Files/file-name.ogg" /> <source src="{!-ASSETSPATH-!}External%20Files/file-name.mp3" /> </audio> It fails. I try it again later. Maybe i did something wrong. An other issue in Easyweb: Old .gif files i simply use in iWeb won't work any longer?? Is there a way to resolve this? Do i have to make my .gif files al over again? I'am still using Snow Leopard for a number of reasons and i tested a temporary roughly made Site (http://www.jeffreylew.nl/fotostudio/) in Firefox 23.0 Forgive me for my bad English i'am Dutch <!-- s:D --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Jeff |
| 12 years ago |
| Thread: Can i use QuickTime Music in Easyweb? |
|
Hi Paul, I added to the assets list in: EXTERNAL FILES she-believes-in-me.ogg she-believes-in-me.mp3 The code in the Easyweb Widget: <audio controls preload="none"> <source src="{!-ASSETSPATH-!}External%20Files/she-believes-in-me.ogg" /> <source src="{!-ASSETSPATH-!}External%20Files/she-believes-in-me.mp3" /> </audio> I can see the player on the published test site (http://www.jeffreylew.nl/fotostudio/muziek.html), when i try to "play" the player is gone. |
| 12 years ago |
| Thread: Can i use QuickTime Music in Easyweb? |
|
Hi Roddy, Your new syntax code: <audio controls> <source src="http://www.jeffreylew.nl/fotostudio/ewExternalFiles/she-believes-in-me.mp3" /> <source src="http://www.jeffreylew.nl/fotostudio/ewExternalFiles/she-believes-in-me.ogg" /> </audio> finally works! But only in Safari and Chrome. It will not work in Firefox 23, Opera, Flock and Camino. Thanks anyway, Jeff |
| 12 years ago |
| Thread: Can i use QuickTime Music in Easyweb? |
|
Hi Roddy, I think i am fairly sure the OGG loaded in Easyweb. When i click the OGG (she-believes-in-me.ogg) in Assets i seen the picture below. [OGG.png]. When i click on the OGG picture, Audacity 2.0.3. starts on my MacBook and i see the editing window with the waveform. I can start the OGG she-believes-in-me song in Audacity. For the moment its not that easy in Easyweb beta as it is in iWeb to put your home made music on your website. But i won't give up <!-- s:D --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> How do i get a player with flash fallback in Easyweb as you show at http://www.ezmacwebdesign.com/Demo/audi ... ayers.html. How can i install such player in Easyweb, or what is de audio syntax code? |

