Recent activity
Subscribe to this feed
jason replied on February 19, 2009 10:33 to the question "Why won't my XSPF music player work?" in Yola:
Hi
Ok what I meant was where ever you have typed http://www.alquin.... resources/Samples/Best_Kept_Secret etc edit so that it starts from resources/. In other words you MUST NOT include the http://www.alquin part
So my code for example is
<!--
<object type="application/x-shockwave-flash" width="400" height="170"
data="resources/xspf_player_slim.swf?playlist_url=resources/playlist.xspf">
<param name="movie" value="resources/xspf_player_slim.swf?playlist_url=resources/playlist.xspf" />
</object>
-->
see I have not typed <!-- data=http://www.jason/resources/... --> and only <!--data=resources/....-->
The same goes for in the playlist file
Hope this helps
jason replied on February 19, 2009 04:34 to the question "Buttons Help! Quick Reply :)" in Yola:
1. Add text using the text widget.
2. Select the text that you want the link and then click "insert link" on the text editing toolbar.
3. Create your link to your chosen URL as normal, click "OK".
4. Then click "HTML" - the last icon on the text editing toolbar.
5. You will see the code that looks like this for your link (I have used the text "Visit Wikipedia to see more information", with the link being on Wikipedia:
Visit <!--<a href="http://www.wikipedia.org">Wikipedia</a>--> to see more information
All you need to do is add in target="blank" as show below:
Visit <!--<a href="http://www.wikipedia.org" target="blank">Wikipedia</a>--> to see more information
Your link will then open in a new tab or window, depending on what browser your visitor is using.
Please note: current thinking in web usability circles is that links that open in a new window are a bad idea for a number of reasons. See: http://www.sitepoint.com/article/bewa..., for a great article by a leading expert in the field.
jason replied on February 19, 2009 04:32 to the question "Buttons Help! Quick Reply :)" in Yola:
There is definitely a way to have a link open in a new window, but it means that you need to do a little HTML editing. Here are the steps:
1. Add text using the text widget.
2. Select the text that you want the link and then click "insert link" on the text editing toolbar.
3. Create your link to your chosen URL as normal, click "OK".
4. Then click "HTML" - the last icon on the text editing toolbar.
5. You will see the code that looks like this for your link (I have used the text "Visit Wikipedia to see more information", with the link being on Wikipedia:
Visit Wikipedia to see more information
All you need to do is add in target="blank" as show below:
Visit Wikipedia to see more information
Your link will then open in a new tab or window, depending on what browser your visitor is using.
Please note: current thinking in web usability circles is that links that open in a new window are a bad idea for a number of reasons. See: http://www.sitepoint.com/article/bewa..., for a great article by a leading expert in the field.
jason replied on February 19, 2009 04:25 to the question "Why won't my XSPF music player work?" in Yola:
Just to be clear I mean drop the whole url ie drop the http://www.alquin..... and just use relative path from resources as above
jason replied on February 19, 2009 04:24 to the question "Why won't my XSPF music player work?" in Yola:
Hi
Sorry for the delay in getting back to you but I needed to set it all up on my end to test.
I got it working properly and suggest that you try it without full paths but rather
resources/Samples/Best_Kept_Secret/xspf_player.swf
resources/Samples/Best_Kept_Secret/playlist.xspf
and so forth
Also do the same within your playlist file
See if this works as I got it working like that
jason replied on February 18, 2009 12:42 to the question "how to add a downloadable link to sell digital goods?" in Yola:
jason replied on February 18, 2009 12:24 to the question "Buttons Help! Quick Reply :)" in Yola:
Hi
Firstly I am assuming you have opened a new window which you are now wanting to close? If not, remember the code below will close the window you are viewing. So if it is the main site/browser window, this would close.
To do this you drag and drop an html widget onto your page and in the editor you type in one of the following:-
1. If you want the close window to be a link from either some text or an image
<!-- <a href="javascript:window.close();">Close This Window</a> -->(for text link)
<!-- <a href="javascript:window.close();"><img src=resources/uploadedimagefile.jpg" border=0></a> --> (for an image link)
2. <!-- <input type=button value="Close This Window" onClick="javascript:window.close();"> -->(for a standard button)
Please ignore the <!-- --> this is used to stop the code from being interpreted in this post
jason replied on February 12, 2009 10:00 to the question "embed flash content" in Yola:
jason replied on August 28, 2008 09:01 to the question "Combining two Google Tracking codes in one HTML editor window" in Yola:
Hi
I have researched this and in theory yes it is possible to do this, but you would need to test it to see if it works for you:-
Your original code you would have put into the html widget would have looked somthing like this:-
<!--
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXXXX-1");
pageTracker._trackPageview();
</script>
-->
You would now add the 2nd analytic code as follows:-
<!--
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXXXX-1");
pageTracker._trackPageview();
var pageTracker2 = _gat._getTracker("UA-XXXXXXX-2");
pageTracker2._trackPageview();
</script>
-->
The problem however is that both domain and sub domain will be credited with a view so I am not sure how useful it then becomes.
You can get a lot more information by googling
"google tracking codes two codes on one page"
jason replied on August 05, 2008 10:58 to the question "eBook downloading and integrated payment on my site" in Yola:
jason replied on August 04, 2008 10:52 to the question "eBook downloading and integrated payment on my site" in Yola:
jason replied on August 04, 2008 10:23 to the problem "PLZ I really need help badly" in Yola:
Hi
Unfortunately it looks like verification is not possible using the upload html method or cname (on .co.nr)
1. Html: upload: You can't create a page called googlehostedservice.html page on synthasite. Creating a new page called googlehostedservice will create a page called googlehostedservice.php
2. Cname: I read up on .co.nr and they dont seem to offer cname records at all which means the 2nd option is not available to you.
http://www.forums.co.nr/index.php?sho...
Loading Profile...
