Topics
- bash (3)
- css (3)
- data architecture (14)
- html (5)
- javascript (7)
- mysql (17)
- oracle (10)
- php (7)
- python (10)
- shell tips (13)
- software architecture (8)
- ssh (2)
-
Recent Posts
- timeout command in python
- python slice and sql every Nth row
- sqlplus, utility scripts
- screen and screenrc
- nvl, ifnull, nullif, isnull, coalesce
- oracle, limit results and pagination
- sqlplus, edit stored procedures
- sqlplus, view stored procedures
- sqlplus explain plan
- sqlplus, exploring schemas and data
Archives
Category Archives: css
javascript keyboard buffer, part 4
Previously, we created a JavaScript keyboard buffer that can edit text in a static html page as well as play back each key as it was typed. I would like to combine all of this into a single JavaScript include … Continue reading
Posted in css, html, javascript, software architecture
Leave a comment
css opacity in javascript
I want register JavaScript events to toggle CSS opacity on selectable images. For example, given a div with a list of images like the following, <div id="foo_images"> <img src="foo.jpg" /> <img src="bar.jpg" /> <img src="baz.jpg" /> ... </div> I would … Continue reading
Posted in css, html, javascript, software architecture
Leave a comment
html footer at the bottom
I want the footer of an html page to never be higher than the bottom of the browser window. In other words, if there's not enough content to fill a webpage, I want the footer to be at the bottom … Continue reading
Posted in css, html
Leave a comment