Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts
Blogger blogspot full-width fluid-design
In this day and age, there is no excuse for webpages to be designed for any particular screen size, other than web-developer apathy, laziness, and/or sheer ignorance (read arrogance). In fact, there never was any reason in the past either.. Just that most developers of yore hand-coded html/css. These days most script-kiddies don't know anything beyond what their point-and-click tool can provide.
html code snippets
use
use
<code>...</code> for inline code snippetsuse
<pre>...</pre> for block code snippets
static front page for blogger
you might have noticed that your blogspot home page defaults to the recent posts. blogs look different from standard websites, as their front page continuosly changes displaying the latest blog posts.
i had a requirement for a static front page, for my blog to mimic a website. this is not too difficult. but not too obvious either.
i had a requirement for a static front page, for my blog to mimic a website. this is not too difficult. but not too obvious either.
Display XML/HTML code tags in Blog posts
I had trouble displaying my previous post, containing xml tags. This blog post here helped me get over my difficulty. Basically you need to transcode "<" and ">" with "<" and ">" respectively, or they will be rendered as code tags and your post will not be displayed as expected.
I used centricle's online encode/decode tool to easily convert my code, rather than manually transcode, a rather cumbersome task. I still had to manually convert leading spaces.
I used centricle's online encode/decode tool to easily convert my code, rather than manually transcode, a rather cumbersome task. I still had to manually convert leading spaces.
most viewed
-
to play more seriously with yet another distro, i needed to install it. so i had some fun resizing/moving partitions around to clear some fr...
-
I have just discovered zram [2] :) woohoo... and what a thing that is! I was so sold on tmpfs , that I used it for everything I possibly ...
-
you won't see many docs about minimal netinstall slackware. indeed, you will see many experts saying there is no such thing. and your on...
-
debian kernels contain everything needed by everyone. customising your kernel is easy and highly recommended. i recommend using the same ker...
-
I decided to have another go at runit , this time on my gentoo . I had been thinking about this, since I noticed this on
-
I noticed while updating my void that kernels were being updated, but old ones weren't being removed. Removing orphan packages didn'...
-
this idea has been knocking around in my head for a while. i want to document it, while it is still there and to flush it out later.. i us...
-
vision: portable internet router, to carry on my travels, or use at home. openwrt on a portable (thin-client/netbook) device. internet sour...
-
ref: http://wiki.gentoo.org/wiki/portage Gentoo is Portage. Portage is Gentoo. Getting portage settings right is vitally important. It...
-
I have no sound, on my recent gentoo install. LXQT Mixer wouldn't open. I don't even get any error/warning messages. This is not ...