Hi all
This question mainly for john but if anyone else wants to weigh in I will appreciate the extra info. What software is PortableApps.com is built with. I know you use Drupal but what else? Kompozer? GIMP? Dreamwaeaver? Photoshop? Filezilla? Apache? XAMPP? TinyMCE? Notepad++? Expression Web Designer?
I'm guessing a lot is done with Notepad++ but do you build all the pages from scratch like that?
I'm looking into building a site which will be web hosted (As in I wont have my own local server). I'm wanting to do this with FOSS as much as I can and if not then with freeware. If anyone can suggest app (Preferably but not essentially portable) please do so.
At the moment I have Kompozer, Filezilla, Notepad++ and GIMP. Also I'd like it to be a Drupal based site but just can't seem to get one of the ground when I try. If anyone can direct to a good starters guide (I've looked at the official docs and had trouble) it would be appreciated. I've tried using Drupalcafe.com as a host but again couldn't figure it out correctly. Also when I saw that you have to email and request to install modules on your site its kinda turned me off of it = (
Anyway any help would be appreciated?
There are many hosts. I don't know any payed ones, but you can choose some free ones. 000webhost.com isn't good, but it also isn't bad.
.htaccess
and replace:With:
So you can have clean URLs;
yourdomain.com/install.php
and fill in all details, including the database info;Go with x10hosting.com, I found it much better than 000webhost.com. And 10 times (lol) 000hosted.com's plans.
And only the custom pages use HTML and CSS (if you know what that even means), like the "Applications" "Support", etc pages.
So I doubt Notepad++ is even used for the actual site. Unless John makes the code in Notepad++ and then pastes it in.
I found out that the host needs the user to visit their forums once every 2 weeks to keep the site active and it not to be closed. So, if you have a site there, I advice you to visit their forums as fast as you can!
And I tough it was a good host until I saw their therms of service, that said that. So my suggestion is to keep with 000webhost.
WHAT?!!!!
[Edit: Hehe... this is easier than I thought. All I have to do is paste whatever's on my clipboard every 2 weeks :P]
http://forums.x10hosting.com/forum-games/81146-ctrl-v-game-65.html#post5...
I have tried x10hosting but have found the two week visit thing to be a little annoying. Even though it isn't as great by the services, I am using http://byethost.com/ as my host. The only problem is that they don't allow proxy scripts, but I can understand why. BTW, They use a crappy app called VistaPanel instead of CPanel, but most stuff can be done by FTP anyway. I like how they allow other subdomains. My site is http://lf.totalh.com/.
"Variables won't; constants aren't."
I'm pretty sure VistaPanel and CPanel are the same... (well almost)
CPanel is advanced version with more features (most hosting providers choose to use that as their premium services).
Ok I've done spot work here and there following the assistance given here and on IRC.
Following advice from ptmb I've decided not to use the spry menu widget feature offered in Dreamweaver in favour of just setting up a regular menu to ensure compatibility with older browsers. I've decided to model my menu bar upon the PortableApps.com top page menu as I personally like the simple yet attractive look. I've managed to a certain degree but am now having some trouble having the background gradient graphic of the menu. In the table area of the buttons the graphic is slightly moved from the surrounding gradient. it's kinda hard to explain so please see here.
Also you will notice the red rectangles on the sides of the page. This is where I am hoping to insert sidebar columns that stretch for the length of the page down to a footer which I plan to insert. If anyone has any idea how i would go about doing this it would be very much appreciated.
Cheers
PortableApps.com Advocate
The solution is really really simple: Don't use background images on the menubar items.
Also, the first thing you might want to set up is a structure. Think of content. What is planned to be on the left sidebar? And on the right one? Then make an HTML structure:
From here, most CSS styles will work, some might need changing the HTML, but most won't.
In the example above, to style the navbar as you wanted, you would need:
Also, from what I read, you slipped the word "table". Tables are for tabular content. If you have a table of the number of employees in a company, it should be in a table, if you have a navigation list, avoid tables, you can use CSS to make it look like the current table design.
I hope I have helped and not only messed you up.