topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 12, 2025, 8:01 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 204 205 206 207 208 [209] 210 211 212 213 214 ... 252next
5201
I posted this somewhere else, but you guys may be more helpful.  I'm learning css for the first time, and this is a problem I can seem to solve.  For those that know css, feel free to offer advice!


Here is my site:
http://aram.dcmembers.com/

I'm modifying the existing css theme to copy as much as possible the following webpage:
http://libremagazine.com/

Now, see those navigation links in white at the top? I'm having trouble doing two things:
1) I'm trying to get exactly one pixel border around each navigation box. But by adding a border around each one, the border in between will be 2 pixels because it adds the border from the two adjacent sides. So I tried using border-left, border-right, border, but I can't figure out how to get just one pixel in between.  Also, the reason I used border-right and border-left instead of border is so the white empty space next to the links will line up exactly.  I was (am still) having a hard time having the one pixel border lining up.  By adding a pixel to the overall navigation bar and then another pixel to those link blocks, would throw off the lines by one pixel.  Here is the code:
Code: CSS [Select]
  1. /* Main and sub-navigation */
  2. #navigation, #sub-navigation { float: left; text-transform: none; letter-spacing: .03em; text-align: left; }
  3. #navigation { width: 942px; font-size: 1em; background: #FFFFFF; border: 0px solid #DEDBD1; /*url(images/nav-right-dark.gif) no-repeat right top;*/ }
  4. #sub-navigation { width: 940px; font-size: .8em; background: #FFFFFF; border: 1px solid #DEDBD1; border-bottom: none; }
  5.  
  6. #navigation.nav-search { width: 740px; }
  7. #nav { float: left; padding:  0 0 0 0px; background: #FFFFFF /*url(images/nav-left-dark.gif) no-repeat left top;*/ }
  8.  
  9. /* List items */
  10. #nav li, #sub-nav li { float: left; border-left: 1px  solid #DEDBD1; border-right: 1px  solid #DEDBD1; }
  11. #nav li li, #sub-nav li li { float: left; width: 150px; background: #FFFFFF; border: 1px solid #DEDBD1; }

2) The other thing I can't figure out is how to make that top part (the main navigation and header image area) to span the entire window instead of the width of the rest of the page. I really like that look. I want to do the same to the bottom of the webpage also.
5202
Thanks Justice, good advice.  I will start looking at these things.
5203
These are seriously nice applications you guys have created.  Great, great job.
5204
Well, the site is coming along nicely.  Just adding a single picture to each article really drastically improves the presentation.  And that Options theme from Justin T. is great with the way it lays out the articles and thumbnails.

I've added the site to my profile and signature.
5205
Thanks for answering your own question so well!! ;D Still very informative!  :up:
Yeah, it happens!  Thumbnailer is such a great program (zridling, add this to your list).  The screenshots show how I resize my website photos properly with one click:
Screenshot_20080723-081023.png   Screenshot_20080723-081041.png   Screenshot_20080723-081140.png
5206
Oh!!  I totally forgot about a great program I bought several years ago and never used.  To answer my question above, there's a program called Thumbnailer that is amazing for this sort of thing.  And the last time I used it, they were on version 6 or something.  Now it's version 9.  It's awesome.  It can resize images just the way I was describing above with a couple of clicks.  Awesome awesome awesome!!

I highly recommend this program.  I remember researching similar programs back then, and this was hands down the most powerful, customizeable thumbnail creation program.
5207
Is there a good software out there where I can automate image preparation for a website?  Something that will take an image, and create 3 versions of that image with the proper filenames and resized appropriately (for thumbnails, feature images, and medium size images).  Something like a macro or similar.
5208
Wow, looks great. Can't wait for the content!
Thanks Z!  Much of the content of my software section will be modeled after your site.  I love how you just name a piece of software and give a quick little blurb about it, it's very useful.  Also, ever since you took down your short paragraph reviews, I've been meaning to bring them back.
5209
I'm going to build my own website soon too. All this is very informative.  :up:
Cool!  Glad it helps.  I swear, there's a plugin for everything.  Once I'm close to a finished product for the webpage, I'll write in detail how I did it.  And I think it will be useful because it will be from the perspective of someone who is trying to do the least amount of work as possible!  Ha!
5210
So, I feel like I'll be sticking with Wordpress.  I can't imagine something being any easier or more convenient without having to learn a lot of coding or other complexities.  There are so many plugins.  So far, I haven't had the need to do any tweaking as far as code, but I think I will have to do it at least a little bit (unless I keep finding cool plugins).
5211
Maybe MiniCWB http://www.mini-open-cms.com would be a nice system for you to use. Nice, clean and simple.
Oh, good one!  That one looks pretty cool.  I will have to give that a try.
5212
I've been reading A LOT about Wordpress, CMS, Drupal, and other options.  It's so confusing, but I think I'm going to be sticking with Wordpress for the time being.
5213
OK, here's an interesting one, Snews:
http://snewscms.com/

Looks like a little bit of work to setup, but simple enough to use afterward.
5214
mouser, could you maybe describe in as much detail as you care for, what is the difficult and confusing part of drupal?
5215
What about this:
http://www.strictlyc...-css-layout-you-need

I like the idea.  I admit, it may be a little too simple even for me, but I'm not ruling it out quite yet!
5216
What do you guys think of Silverstripe?  I've heard it's easier to use than Drupal and Joomla, but still flexible and powerful.

How about CMSMadeSimple?
5217
Drupal can do static pages too, not just blog and forum posts. Wordpress is also an excellent environment, but I don't have any experience using it and seems more oriented towards blog posting.

BTW, Drupal and SQLNotes have similarities: You create content (nodes in Drupal, items in SQLNotes) and then choose on which page(s) it is shown. Content is disassociated from pages (unlike many other CMS). So since you know SQLNotes, learning Drupal may be easier for you.  :Thmbsup:
Hmm...should I give it a shot?  It sounded like mouser was saying to stay away from it if I don't need that kind of power.  I don't know.
5218
Thanks Pierre, I don't know what to do at this point.  I know mouser is pretty careful with his warnings, so I have to take that seriously.  I don't want to use something complicated if I don't have to.  And I don't think I need it to be powerful because I'm not going to be doing anything complicated with it.  So, I'll take mouser's advice and avoid Drupal for now.

Now, Wordpress seemed good, especially with the magazine style themes.  However, I was looking at their "page" system, and I don't really like.  Again, Wordpress is great for "posts" or blog entries, but if I'm going to be just using static pages, maybe there is a better option available.

justice, I'm checking out websitebaker.  It looks nice.  I'll have to research other options a little more before making a decision.

Please, keep the advice coming, I'm listening!
5219
Hmmm...that gives me a lot to think about.  Then let me explain everything going through my head right now and you guys can help me make a decision.

--I like Wordpress, but after reading about posts and pages, I started changing my mind.  The reason is that I don't want a blog format.  I want a nice looking website with 3 or 4 main sections accessible from a homepage.  Kind of the donationcoder main site (not the forum).

--I don't care about multiple users and stuff.  I suppose it would be nice to have a place for comments, but it's not necessary.

--I guess I don't understand what CMS really means.  I didn't realize it had to do with multiple users creating their own content.

--I'd like to be able to control the layout of the site fairly easily.  I'd like a main navigation on the top, sidebars for additional content.  Most importantly, I'd like the main middle section to be like blocks.  Meaning, rectangles that can be sized according to how I feel.  These rectangles would be links to specific articles, which would also be accessible through the other navigation tools around the sides and stuff.

--Chronology of articles...not important to me at all.

--Basically, let's say I have 100 articles ready to share.  I want to turn these articles into nice "magazine-like" articles, with interesting graphics and nice layouts.

--I'd like to have decent search capabilities, maybe tags and categories like traditional blogs.  But I'm not obsessed about it like blogs are.

--If there are nice, professional, clean templates available for whatever platform, that would be nice.  If not, hopefully it won't be too hard to make one from scratch.

--As far as the template design, it would be nothing complicated.  I'd like it to be clean, and easy to follow with the eyes.  I don't like using graphics in the background besides the logo.  I'd probably end up using clean, solid colors.  Maybe a gradient at the most.  No patterns or actual designs.  This way, it's clean, easy to maintain for me, and (I'm assuming) easy to change color schemes if I need to.  Also, no complicated shapes in the backgrounds.  Mostly just rectangles.  Perhaps some rounded corners at the most.  I know it sounds boring, but I like stuff like that.


Hopefully, this will help you guys give me some suggestions that fit.  Thanks!!
5220
Here's the theme I'm thinking about using:
http://drupal-6x.the...g/&theme=ability

It looks clean and professional.  I like how the sections are separated by colors; the eye is easily drawn to the different sections.

xbeta, after I was trying to learn the difference between a "post" and a "page" in Wordpress, I decided that I should just go to a normal CMS application.  After I learned the difference, I found out that I'm only interested in pages, but Wordpress' strength is posts.  So, before I get too deep into it, I might as well just go to CMS from the start.
5221
After doing a little reading tonight, and before I get too into it, I think I'm going to change my website from Wordpress to a regular CMS site.  I'm leaning towards Drupal.  If anyone has comments, I'm all ears.

Some DC members also recommended the same suggestion to me a while back in this thread.  However, I didn't really understand what people were talking about.  Now I realize that I'm not really interested in a blog, but more of a static, occasionally updated website with some articles and stuff.  The chronology of the things I'm going to write has no importance to me, and instead, I'm more interested in being able to organize the content however I like (which is precisely what a CMS is for).

Anyway, I'm going to try out Drupal now.

mouser, I'll add the site in my signature a little later when the site settles into a format.  I actually am a little timid about posting a lot of what I'm intending to.  It's kind of like exposing yourself to the world.  ANyone can learn a lot about a person with what they write, especially with the amount that I write.  it's one thing to write about software, it's another to write about everything that I care about.  I guess I shouldn't be so self absorbed, but it's something I didn't think of before.

Some people I know have read my software reviews in the past and they look at me, like, "You wrote this?!"  (My brother in law).  It's a weird feeling!
5222
General Software Discussion / Re: SQLNotes...what is it exactly?
« Last post by superboyac on July 16, 2008, 04:58 PM »
Well, sort of.  I knew dialing was already there, but I haven't tried it yet!  I'll have to do it at home, because my phone at work isn't connected to the computer.
5223
THanks guys.

All the content on it right now is stuff I had previously written.  I want to polish the presentation more as I go along, with pictures and other goodies.  I would also organize my thought a little better.  Like that Randy Travis thing is just rambling--I wrote it in SQLNotes a while ago when I was testing out the HTML pane.

Anyway, there will be better stuff on it soon, especially the software section.

Yeah, I like the layout.  I hope it won't be too hard to learn to customize it.  There's also Mimbo Pro, which costs about $90.  I'll get it if I find myself using the website a lot (I may run out of content or motivation, or time...hopefully not). 
5224
http://aram.dcmembers.com/

Hi everyone, I'm trying to manage some personal content in a well-organized website, so feel free to check it out.

I'm using WordPress with the Mimbo theme, which is a magazine style layout.  I like that much better because I don't really care for the chronological presentation of blogs.  I just want to present content like a newspaper or magazine would, with a better visual flow.  Besides, I don't think I'll have enough material to present in a chronological fashion.

Thanks to mouser and special thanks to gothi[c] for the generosity and assistance.
5225
General Software Discussion / Re: SQLNotes...what is it exactly?
« Last post by superboyac on July 16, 2008, 03:58 PM »
The two timers are to help consultants who get paid on an hourly basis. Often, such an individual works on a main project and is interrupted by phone calls and must work on something else and later on return. The two timers are easy to turn-on and off. If you put the computer in pause (i.e. lunch), they stop counting.

There is no link between the counters and any fields, it is the responsibility of the user to enter the timed value in the proper project, etc. If you have any idea of how it could be used, do not hesitate to propose!

Related to this issue, the phone dialer is in need of major improvements, one of these is logged calls with duration (à la Ecco)
Oh yeah!  That's another feature I'm eagerly waiting for, the phone dialer.  I want to transfer all of my contact info into SN.  When you're ready to work on it, let me know.  I have some good suggestions for the dialer.
Pages: prev1 ... 204 205 206 207 208 [209] 210 211 212 213 214 ... 252next