Freeola Internet Get Dotted Domains Gaming & Extras
Freeola Gameaday
VIP Unlimited Hosting
 
Browse Chat Forums:
 Chat Forums Home Latest Message Chat Rules Chat Safety & Tips Top Posters How to Win Gameaday View the Winners List Update Your Profile See Who's Online
  Free Web Site  Free Domain Hosting  Emergency Internet  Broadband Offers
 

Premium Customer Support

Win Amazon Vouchers!

Visit our Support Pages E-mail a Support Request Contact Us

8Mb Broadband - Try for just £9.99 with a FREE Website

nothing
Just lurking around? Why not join in? You could win free games just by chatting. Choose your Nickname in MyFreeola, or Sign Up Here.
 
you are here
chat line Freeola Chat Forums (19)
Chat Rooms & Users Online
Instant Sites
"Any Examples on show..."
search
 
Login or Create Free Account
Create & Run Your Own Forum
Sell Domain Names
 
The Freeola Instant Sites Web Designer - Find Out More
 
Back To Threads Post a Reply  
 
 
Any Examples on show yet? There are 18 replies
Original Message posted by Digitrader on 18/02/2008 at 8:51:17PM
Are there any examples of these instant sites am curious to see what they look like and to see how differant the users are making them, or if they all look simmilar.
Digi
 
 Replies To This Post:
 
Eccles
"Aargh! Broken..."
on 25/03/2008 at 7:11:51PM
Total Posts: 402
Oops sorry to disappoint. Ignore that for now. Newline stuff causes layout issues in IE6, which a lot of people still use. Regex will need a little bit more work!:( I'll keep trying.
 
Hmmm...
"Are you sure?"
on 25/03/2008 at 6:33:48PM
Total Posts: 789
That's more like it!

I've only had a quick play but the code works now :¬)

Good work Eccles...
 
Eccles
"Aargh! Broken..."
on 25/03/2008 at 5:42:14PM
Edited: 25/3/08 17:42
Total Posts: 402
Ok try giving Javascript a go when creating a standard page. It took some horrible regular expressions to get it to work but I copied and pasted your Adsense code into HTML mode and it displayed correctly. We have to clean out all line breaks (slash r and slash n) in normal content but not in Javascript, interesting.

Not sure I understand the reason for the footer problem but I'll look into it.
 
Hmmm...
"Are you sure?"
on 25/03/2008 at 10:32:12AM
Edited: 25/3/08 10:34
Total Posts: 789
It would certainly be nice to be able to use JavaScript - or at least know if you can't :¬)


Searching around I see that some blog s/w uses custom tags to insert the Adsense code.
i.e. <adsense> minimal adsense code pasted here </adsense>

But as JavaScript is used everywhere these days if would be nice to have free rein.

Also:
"When I type in the footer the text still 'breaks' around 672 pixels so something is definitely overriding things for me."

Can you check this out please?



My Freeola Instant Site
 
Eccles
"Aargh! Broken..."
on 24/03/2008 at 1:43:30PM
Total Posts: 402
Ok I'll have a think about Javascript code and allowing it in the editor. Maybe something needs to be added like 'Any malicous code added to pages will be removed'. We're looking at quite a few major code changes to the editor in the future to add many features.
Backup is pretty much the same as on out standard hosting. It's not there for people to rely on but rather for our peace of mind so the service doesn't completely disappear should something like a hardware failure occur.
We have though about providing some sort of backup service where you could download a file containing all your settings and pictures for example but this would require a lot of work and extensive testing.

Please remeber that the online editor is just that and not a full blow online version of Microsoft Word, it is very difficult to duplicate all the feature and get it to work exactly as Word users would expect. Javascript can be tricky to work with sometimes!
 
Hmmm...
"Are you sure?"
on 24/03/2008 at 9:30:52AM
Total Posts: 789
Hi Eccles,
Just a quick reply for now...

It would be good to document some of this.

I spent quite a while trying to get my Javascript to stay put!
A message saying JS not allowed or JS removed etc. would help.
Someone in another post also asked about embedding a music player - I guess this is why they were having problems.

I read as much as I could see about Instant Sites - sorry if I missed stuff. You make a few mentions about being 'Google Adsense Compatible' perhaps you need to say somewhere 'only in designated places' unless you can open up pasting Adsense in the main content page?

When I type in the footer the text still 'breaks' around 672 pixels so something is definitely overriding things for me.

The backup situation should also be documented - it would be easy for people to spend a few days or more getting things just right, building galleries and adding content. If there should be a problem they should know where they stand.


I'll continue playing when I've got a moment...
My Freeola Instant Site
 
Eccles
"Aargh! Broken..."
on 23/03/2008 at 11:00:40PM
Edited: 23/3/08 23:12
Total Posts: 402
Footer As far as I'm aware the width is just a recommendation that is all.

HTML Tricky to do but a good suggestion. Will lok into this.

Google Adsense Adsense code can only be used in a Skyscraper and not when building a normal page via the editor. The editor strips out invalid or disallowed syntax. CSE would have worked and it is in form tags and I have allowed that to enable people to use PayPal buttons.
Adsense code was tested from multiple Adsense accounts and the code has to be copied and pasted exactly as it is on the Adsense account to work. It's a tricky one as we can allow any old Javascript to be pasted here as we want to avoid malicous code. All we do is strip out the custom values and compare the code that is being pasted against the standard Adsense code. You will get a security wanring in IE for this as you are pasting a source to non-secure Javascript while in secure mode. Not a lot we can do about this as Google don't supply a secure version of their Adsense code like the do with Analytics.
We can just as you for the javascript values as according to Googles terms this isn't allowed.

Logo/banner Pretty sure this is just a caching issue. Each time you make a change to your site it causes the site cache to rebuild (it runs the Instant Site from cache so that viewers don't need to cause a load of SQL queries). Sometime the browser refuses to update what has been changed until it is refreshed, the browser cache is cleared or the browser is closed and reopened again.

Show/Hide paragraphs Will look into adding that. It would be useful!

Error Nothing to do with the actual action you were trying to perform but just a one of database connection error unfortunately. First one so far I think!

www This is going to change in the near future when we make several improvements to our DNS system.

Backups We do backups several times a day to a remote server. This is mainly for a full server disaster recovery but we would be able to restore individual Instant Sites if a customer asked us to. However, we do reserve the right to charge a nominal fee to do this.

Thanks for the very constructive feedback as always!
 
Hmmm...
"Are you sure?"
on 23/03/2008 at 1:24:16PM
Edited: 23/3/08 13:32
Total Posts: 789
My Google CSE seems to be working now.
I think once you've pasted code directly using the 'HTML code view' option it's quite easy for it to get altered when working on the rest of the page in normal view. Not sure why the updates didn't show for me even though they were saved. Using a new browser window seems to be more reliable than refreshing the current page.

Here are some of my 'observations' so far - let me know where I'm going wrong!

footer
The footer page recommends a width of 692 pixels.
I want the footer image to fill the width of my site so used 892 successfully. But text etc. still seems to be confined to 672!?  I've tried 2 or 3 themes so I'm not sure if this has confused the code?

HTML view
It would be nice if the HTML view formatted the code rather than removing all the spaces.

Google Adsense
I've tried and failed to paste a simple Adsense block within one of my pages.
Used HTML view and pasted the required code. When I click 'update' nothing happens - this is because behind the HTML window is a security warning dialogue saying the page contains secure and non-secure items.
I accept this to return to the normal view but when I check, the Google code has gone.
NB. I also received this warning when I pasted my Google CSE FORM/SCRIPT but it saved the code.
This page (on my non-instant site) shows the code I'm trying to use.
No errors are issued but the code is removed.
I take it I'm 'allowed' to use Adsense within my page?
This is a page that should have the Adsense code: www.hmmm.myfreeola.com/testpage.html

I thought I would try using the same code on one of the Skyscrapers even though I don't want to actually use one. I pasted the Google code as requested and received *invalid google adsense code* and it wouldn't let me proceed. I tried limiting the width with the same results?

logo/banner
I found that even when I turned off the logo option for my current design www.hmmm.myfreeola.com a space was left above the banner. After turning banner/logo off and on a few times things started to work properly.

show/hide paragraphs
When using the normal editor/view it would be nice to have the option to see paragraph marks etc. [reverse P type thing].

error
received this when I was trying to delete a page:
"Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 65 in /usr/home/httpd/includes/database.func on line 36
Close this window and return to MyFreeola"
I unchecked the 'live' option and then deleted successfully.

www
To display my site which uses a myfreeola.com subdomain I have to include 'www' which is a bit old fashioned - my ip3 site works like this as well. Entering hmmm.myfreeola.com fails.
Could you change this to allow www and no-www like your 'real' sites please? I had some of my very old sites changed to allow this a few years back.

backups
For my 'real' websites I keep many backups. Can you say if Freeola are backing up Instant Sites in case of data loss and how often they are backed up? Or is there a customer backup facility that I haven't found yet?


That's all for now ;¬)
 
Eccles
"Aargh! Broken..."
on 23/03/2008 at 12:57:48AM
Total Posts: 402
Your search is working fine for me, not sure what you've updated so not sure if anything new is showing.
Haven't touched a thing, long weekend off!
 
Hmmm...
"Are you sure?"
on 22/03/2008 at 7:18:56PM
Total Posts: 789
Hi Eccles,
I'll get back to you about my 'findings' when I get a moment - I'm making a list ;¬)

NB. I had my Freeola search engine running fine on my Instant Site until this afternoon - it's now stopped working?!?

Have 'you' stopped forms/scripts being pasted in the HTML?

I've given up for the day - but my latest updates aren't showing on the live site??? I've saved everything and refreshed my cache etc.



My Freeola Instant Site
 
Eccles
"Aargh! Broken..."
on 21/03/2008 at 10:00:34PM
Total Posts: 402
Ok so what did you find frustrating then?
Tell us and we can try and do something about it. Not a bad representation of your main site though!
 
Hmmm...
"Are you sure?"
on 21/03/2008 at 7:32:00PM
Edited: 22/3/08 8:57
Total Posts: 789
Thought I would quickly knock something up this afternoon to see how all this 'instant site' stuff works ;¬)

www.hmmm.myfreeola.com


Got a bit frustrated with a few bits(!) but got there in the end. I had some trouble 'sorting out' the logo banner options before things worked as I liked.

My advice to others is to experiment with all the options to see how things hang together - I'm no expert, but am happy to help where I can.


Please feel free to add your 'instant site' to this thread...
 
Hmmm...
"Are you sure?"
on 26/02/2008 at 3:28:13PM
Total Posts: 789
I see a Freeola Instant Site has just won a Customer Site award!
The first Instant Site to win I think - Congrats to them :¬)






Search Freeola Chat
 
Rob99fla
on 20/02/2008 at 5:43:22PM
Total Posts: 3
My site is now live at www.bbssecurity.co.uk for anyone to see a site designed with Instant Site Web Designer. Hope you like it. Rob
 
Hmmm...
"Are you sure?"
on 19/02/2008 at 5:59:20PM
Edited: 19/2/08 18:07
Total Posts: 789
Hi Digi,
As I mentioned in my other post; if people have left the optional footer in place then you can search for sites:
Web site built using the Instant Site builder from Freeola.com








Search Freeola Chat
 
Eccles
"Aargh! Broken..."
on 19/02/2008 at 4:37:02PM
Total Posts: 402
 
Digitrader
"rodeado de tontos"
on 19/02/2008 at 11:31:14AM
Total Posts: 788
Cheers Rob99fla
much appreciated looks good acctually you wouldnt really know that its not home built and done by templates - am liking what a see well done and thanks.
Digi
 
Rob99fla
on 19/02/2008 at 6:52:43AM
Total Posts: 3
You are welcome to look at mine, made over the last few days. It should be live today on www.bbssecurity.co.uk. I have not used all the features yet but will add more as time goes on. Hope it helps. Rob
 
Digitrader
"rodeado de tontos"
on 18/02/2008 at 8:51:17PM
Total Posts: 788
Are there any examples of these instant sites am curious to see what they look like and to see how differant the users are making them, or if they all look simmilar.
Digi
 
 
MyFreeola Internet Settings Control Panel
Login or take a free look around.
Free Account Sign-Up
Freeola Gameaday
Today's Winner
Nickname: spoonbeast
Entry: Game Cheats
 
Fantastic FREE Unlimited Services for every freeola internet
customer in the UK!
Register Domain Names. Buy from £2.99
e.g. yourcompany.com
or just yourcompany.
OR VISIT GETDOTTED.COM