24
olezhka
7y

Ok peeps, this is it!

I have completed my contribution to community projects! Wanted to share with you guys...

I was so impressed/inspired with @ChappIO 's www.jsRant.com project that I wanted to create something similar.

So I created an XML stylized stream of rants, in dark theme.

It also reflects how I feel as software developer with my current knowledge - kinda derelict old school!

The underlying tech is Asp.net core 1.1, using my own .net core API wrapper.

So, here it is:
Http://xmlRant.com

Comments
  • 6
    I'm proud of you :)
  • 2
    and it comes in a dark theme :')
  • 2
    There is something wrong with new lines while browsing with Firefox https://prnt.sc/ghte0z
  • 0
    @paziek So it begins! :D
  • 2
    Nice!! I am currently developing a generic XML parser so I now have some interesting content to test with! Thanks!
  • 0
    @paziek hi there, mate, the spacing should look better now in FF!
  • 1
    Dam it links sexy! Nice work ☺
  • 1
    @jegsr @gitpush @gitpull thanks guys!! Any comments are welcome - it's all for the community to use... :)
  • 0
    @olezhka Thanks, it does seem to be fixed. I'm curious how did you manage it? I was checking with inspector and it didn't show any padding, margins or otherwise that would indicate any padding/new lines. I remember that Firefox had some weird take on new line, treating it as separate DOM nodes or sth like that.

    I have also noticed that initially those new lines are still present, but soon after they are gone, so I'm assuming you are deleting something? Maybe those new lines in HTML source?

    God, I'm so happy I don't do frontend anymore. :D
  • 0
    @paziek Haha I feel you. :D
    Well it's a weird combination of indented span and div elements coupled with PrismJS highlighting code... after PrismJS did its thing those spacings appeared, which were empty spans which had height > 0 for some reason.

    Anyways those spans appeared as a result of PrismJS transformation and were actually in place of original DIV elements (so, my initial divs got transformed to spans)

    In the moment of desperation I changed my initial divs to spans and this went away.

    Voodoo, I tells ya.
  • 1
    Nice! I like the theme :D
  • 1
    @ChappIO thank you sir! ^_^ hope I did not do wrong for the jsRant name :D
  • 1
    @olezhka oh not at all! Jsrant has no other purpose to just be a funny tool for the community. You own it just as much as I do.
  • 1
    @ChappIO same thinking with mine, too... Was good to make smth devRant related
Add Comment