Viewing My Posts
| 12 years ago |
| Thread: Comments!! |
|
It would be great if you implement some kind of comments system. Maybe for the release of blogs template, but i think it a great tool. I don't know if its only possible buying your hosting plan or if it could be a "hosting free" implementation. Do you remember iWeb comments from MobileMe? Something like that. Good job guys and keep working. |
| 12 years ago |
| Thread: Comments!! |
|
Commenting features are generally connected with a 'blog'. This was the case with iWeb and MobileMe. When we do add a blogging feature to EasyWeb, there will be commenting included. In the meantime, there are ways of allowing users to add comments to your site using scripts added to HTML Snippets. We'll look into making a video tutorial on this in the near future, but for those who want it now, a quick Google search should help get you going. |
| 12 years ago |
| Thread: Comments!! |
|
[quote="Roddy":h227yiqv]Here's an example of Disqus in EasyWeb... http://www.roddymckay.com/EasyWeb/test/disqus.html[/quote:h227yiqv] Thats great. Did you use any external comments service or its something created by you? |
| 12 years ago |
| Thread: Comments!! |
| I got the code from DIsqus. I'm pretty sure I can handle the first piece of code they instruct you to use, but I'm not sure about the second. It says "Place the following code before your site's closing </body> tag". Do I just place it anywhere? |
| 12 years ago |
| Thread: Comments!! |
| Okay, I'll give it a shot. Thanks! |
| 12 years ago |
| Thread: Comments!! |
|
Okay, I think everything is set except it doesn't actually show up. I think it's because I don't know what's supposed to go in "Disqus_Thread" in this piece of code: [code:3lqe9bhq]<div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = '<example>'; // Required - Replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>[/code:3lqe9bhq] |
| 12 years ago |
| Thread: Comments!! |
| Okay, for some reason it still doesn't work, but it might be because I did something wrong on Disqus itself, not on Easyweb. I think it's because I have the website "hosted" on Dropbox and then I have the public URL shortened by .tk. I might be doing something wrong in regards to that. Thanks though. |
| 12 years ago |
| Thread: Comments!! |
| Okay, I got it to work! With your code and then next with mine! Thanks! |
| 12 years ago |
| Thread: Comments!! |
| Sure thing! |
| 12 years ago |
| Thread: Iweb Intro |
|
I was told i could use the intro from this site on my easy web page, just can't get it to work.. http://www.ipresentee.com/iweb-intros/ First i did try just a copy paste, that is not working, so now i am trying the html snippet and i did copy the code from iwep I really don't know anything about html coding, but it is almost working the music is coming over and the design, but there is no movement in the intro anymore.. Anyone know how i can get this to work? |
| 12 years ago |
| Thread: Iweb Intro |
| Roddy you are brilliant.. :) It is not using animation in easyweb but when i publish it everything is working just perfect.. :) |
| 12 years ago |
| Thread: SEO confusion? |
|
It is very important to understand how search engines work when dealing with situations like this. Search engines do their best to provide users with results the user is hoping to find. This doesn't always work out though. In your case, Bing is showing vocal-affairs.de for the search term 'singkehlchen' . But why? In your search result, you can see that the description for vocal-affairs.de says "Copyright (c) 2013 by Singkehlchen Lorem Ipsum.." This now makes more sense as to why vocal-affairs.de is appearing for this search term. Bing has found this exact term on the vocal-affairs.de site! Another important thing to consider is that search engines do not update in real time, meaning a change made to your site by you will not be reflected in a search result right away. In fact, this can take several weeks to update. So to summarize, vocal-affairs.de appeared for the search term 'singkehlchen' because 'singkehlchen' appeared on that site. If 'singkehlchen' has been removed from that site, you most likely will lose the rankings for it. Evenutally, singkehlchen.de should rank for that search term. But don't bank on ranking highly just because the term is in the domain. If that is the search term you are targeting for the website, make sure it appears in various places on that page/site (title tag, description, headers, image file names, etc.) Hope this helps. |
| 12 years ago |
| Thread: Reorder/sort assets |
| Long lists of asset files are in no particular order. Being able to drag into a particular order or sort according to some criteria would make finding something easier. |
| 12 years ago |
| Thread: Reorder/sort assets |
| Very cool request. |
| 12 years ago |
| Thread: Reorder/sort assets |
|
Having read many of your posts, no, I don't think you can. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> Sorting by extension, for example, would be functionally equivalent to folders and could be easier to code. Perhaps a drop down of the extensions found in the assets list (JPG, PNG, MOV, etc), then selecting one to filter only those files in alpha/reverse alpha order. If the assets list is implemented as an NSListView, then writing a filter method to feed tableViewObjectValueForLocation and implementing the IComparer interface could do the trick. |
