Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: PerlMonks meets Twitter Bootstrap (copy?)

by LanX (Saint)
on Jan 01, 2017 at 19:32 UTC ( [id://1178778]=note: print w/replies, xml ) Need Help??


in reply to Re^2: PerlMonks meets Twitter Bootstrap (copy?)
in thread PerlMonks meets Twitter Bootstrap

> http://buzzword.org.uk/2014/pm/bootstrap.min.css (missing)

retrieved 1st of January 2017, http://buzzword.org.uk seems to be back online

I hope posting the code works here , updating the parent didn't work.(probably hit the 64k limit)

Update

under construction, the code below is 18,6k big (according to my FF)

Less 64k means the issue must be somewhere else (?), most probably related to lost Carriage returns.

I'll dig deeper into it later.

Update

OK emacs and OS say its far more than 110k , so I'll only keep the header here.

It most obviously comes from a public source, so compensating the next outage shouldn't be too difficult.

@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic" +); /*! * bootswatch v3.2.0 * Homepage: [HTTP://bootswatch.com] * Copyright 2012-2014 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */

Replies are listed 'Best First'.
Re^4: PerlMonks meets Twitter Bootstrap (copy?)
by choroba (Cardinal) on Jun 18, 2018 at 10:01 UTC
    It doesn't work for me again, this time due to the switch to https. Unfortunately, tobyink's page is http only, and my browsers refuse to mix a css from an http page into an https page (or at least that's how I interpret it).

    ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

      Works for me after fixing it by visiting https of the buzzword hosted script and accepting the "bad" cert. My schema agnostic settings–

      <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.mi +n.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/highlig +ht.min.js"></script> <script src="//buzzword.org.uk/2014/pm/pm2.js"></script>

      Update: I included the settings because of the depth of the reply and that it's not just safe to remove the type="text/javascript" today, it's proper by HTML5 validation standards.

        ++ It works again, thanks!
        ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
      Maybe ask tobyink and the gods if it can be mirrored on perlmonks.org?

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1178778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found