• 0

Need help and advise on my website


Question

I have messed around with my web presence for a few years, changing themes, front-end, back-end, idea, concept and all of the above.

Here is what I am currently doing. Right now it is more or less turning into a blog where I put up an article as a note to myself or some topic I might find interesting.

If you had a web site like this, what kind of content would you like, do you like the layout, more/less ads, what sites would you like to see linked?

Thanks in advance,

Link to comment
https://www.neowin.net/forum/topic/845940-need-help-and-advise-on-my-website/
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Just my opinion.. I don't think on the right hand side you need the two banners right above/under each other. I think one would be fine. The Share/Save buttons are huge they should be a size or two down. The background picture is nice. The recent posts looks out of place down the bottom there, maybe move it to the black right hand side column, or if not at least above the ads.

It looks like you have a nice thing going there :)

  • 0

Thanks so much for the feedback. Really good to get some validation on the site. I would like to do more with it, just not sure what exactly.

I changed the size of the share/save button, and also moved the Recent Posts section.

I have been playing with 2 columns on the right versus one, and I think I am going to cut down on the # of ads, currently have 4, I think I might go down to just one, and then also run an affiliate ad for Newegg or something else, as opposed to the random ads from adbrite.

I am also not in love with the background, I might do something more custom in Photoshop.

  • 0
Thanks so much for the feedback. Really good to get some validation on the site. I would like to do more with it, just not sure what exactly.

I changed the size of the share/save button, and also moved the Recent Posts section.

I have been playing with 2 columns on the right versus one, and I think I am going to cut down on the # of ads, currently have 4, I think I might go down to just one, and then also run an affiliate ad for Newegg or something else, as opposed to the random ads from adbrite.

I am also not in love with the background, I might do something more custom in Photoshop.

That sounds good, if the white advert bar wasn't there on the right that would improve the look also imo.

  • 0

Yeah, looks real nice. I notice the bottom left corner of the header isn't rounded. Is this intentional? It doesn't fit if one side is completely rounded and the other isn't.

The Ads are kind of in the middle and obtrusive. If you swap their placement with the sidebar and reduce the overall size of them you'll probably get better results. Otherwise it's really nice, I just hate those ads!

  • 0

Some random opinions:

  1. Don't really like the background. A little too distracting (the orange seems a little distasteful to me, although I have no objections of the overall picture), but more importantly, has glaring JPG artifacts, and looks like it might be a little stretched out.
  2. The semi-transparent HUD window looks like an ad to me. This is probably because you have an ad in your header, which is placed in a similar window. This tells me that anything that looks like what I've first seen (the header with the ad in it) is also an ad. You should make a clear distinction between your content and your ads, and not make them look similar.
  3. Likewise, the ad beside the HUD window has rounded corners, like the rest of your content, and looks strikingly similar to your blog content, only narrower. Separate this distinction.
  4. Not sure if I'm a fan of the date tag sticking out of each blog post being transparent. I do like the idea of it though.
  5. The blog content looks a little plain. Maybe a different font, a different-colored background, or a different alignment scheme? I could live with it, but it could be more appealing I think.
  6. When I first saw the giant 0 below the date tag, I had no idea what it was, and why it was so transparent. I had to hover over it to find out what it was. Would be nice if there was a better visual cue to give me some more information here, maybe a small icon or glyph of some sort resembling a comment? Cool idea though.
  7. The "older posts" button at the bottom doesn't look like a very fun button. It's a white box. Rounding the corners, making it shiny, or something like that would certainly make it more appealing.
  8. If you're forced to have an ad in your site's header, it shouldn't overshadow the contents of it. Consider making your "breednet" title flashier somehow, i.e. include some kind of "breednet" logo. Same goes for your tabs. While there is something to be said for minimalism, you can't have ads attracting more attention than your content. Otherwise it makes it look like an ads site.
  9. I love the search widget. The design is simple and clean.

Otherwise it's a pretty nice-looking site. I'm learning some web development right now, and I'd be pretty content with myself to get where you are now :)

  • 0

Original theme(s) : http://thebuckmaker.com/ (just for comparison...)

. In my opinion, your wallpaper is too distractive and "heavy" on the eyes. A background like the original theme(s) (blurred photo) would be less "heavy" and therefore, make you text easier to read.

. The header is too "black" & "plain" :\ (I would rather see the header a bit transparent, and the rest not so transparent)

. I don't really like the layout of the whole them

Other than that it's fine :)

But that's just my opinion...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!