Sylvia Plath, The Bell Jar (1963), p.264
Author Archives: remkohdev
1min – Trample
Hugo Claus, The Sorrow of Belgium (1983)
Hugo Claus, The Sorrow of Belgium (1983), p.603
Tech Inquiries (1)
HTML5
http://dev.w3.org/html5/html4-differences/
http://en.wikipedia.org/wiki/HTML5
http://dev.w3.org/html5/spec/Overview.html
NoSql
Wikipedia NoSql
MongoDB
JavaScript
node.js
Wikipedia Node.js
Express JS
WordPress: Hello World Widget
Hello World Widget Area
To add widgets to your theme, you must have or create a ‘widget area’ as a widget placeholder and a widget to add to your widget area.
In the functions.php file of your theme, you can create a custom widget area by using the following code.
if (function_exists('register_sidebar')) {
register_sidebar(array(
'name'=> 'Hello World Widget Area',
'id' => 'hello_world',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<div id="div_hello_world_title">',
'after_title' => '</div>',
));}
Hello World Widget
This simple method does not use the extension of the WP_Widget class, which is the preferred method.
In the functions.php file of your theme, add the following code for the HelloWorld Widget.
function widget_helloworld() {
echo "Hello World!";
}
if (function_exists('register_sidebar_widget')) {
register_sidebar_widget(__('Hello World Widget'), 'widget_helloworld');
}
To add your widget to the dynamic sidebar:
– Go to your WordPress Dashboard > Appearance > Widgets, and
– Drag’n’drop the Hello World Widget to the dynamic sidebar on the right.
Hello World Template
Finally, you need a template to include your widget area. Create a helloworld.php file and include the following code.
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Hello World Widget Area')) : ?>
<!-- if widgets are not available -->
<?php endif; ?>
The Death of Literature
Death in literature is an elementary metaphor, as the fear of death is one of our Id’s primal impulses, together with the sexual urge to reproduce and overcome it. The resurrection of our mind is the symbol for the cycle of life, the seasons, birth and death, crucifixion and resurrection, destruction and creation, night and day, there’s probably nothing more universal, nothing more primal than death and life. The article in the Guardian In theory: the death of literature is a great short essay that analyzes the perspective of the Romantics on death in literature as an elementary original perspective that lays at the root of the birth of the modern novel. It’s a very original view with lots of references in high overview, which makes it easy to make any argument, but it’s convincing until midway when the argument becomes an old man’s lamentation on modern times. Here is where the author Andrew Gallix the other essence of the Romantics in my opinion, namely the overcoming of the fear of death in favor of a naive and blind will for creation, this resurrection of the conscious mind is what represents the true power of the Romantic era. In the face of death we are not afraid to throw ourselves in the abyss and love.
Run: 5k – NYSC – 36th st @Madison
Duration: 25:30:00 minutes
Distance: 3.11 miles; 5.0 km
Speed: 8:11 minutes/mile
Run: 20mins – NYSC – 36th st @Madison
Duration: 20:00:00 minutes
Distance: 2.37 miles; 3.8 km
Speed: 8:26 minutes/mile
Run: 20mins – NYSC – 36th st @Madison
Duration: 20:00:00 minutes
Distance: 2.37 miles; 3.8 km
Speed: 8:26 minutes/mile
Philip Roth, Portnoy’s Complaint (1969)
Philip Roth, Portnoy’s Complaint (1969), 274p.