ls -l | grep "sess_" -c
ALA 7U 84hp Adventure Case Lid Conversion
4 months ago
Regressive? hell, yeah.
ls -l | grep "sess_" -c
yes- this works for me. You just have to go into the config.inc.php file and change:
$cfg['Servers'][$i]['host'] = 'localhost';
to this
$cfg['Servers'][$i]['host'] = '127.0.0.1';
ps -ax | grep httpdyou want to see /opt/local/apache2/bin/httpd export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:$PATHwhich apachectland you'll see which one is first in line to execute. Very handy little command.
$(document).ready(function() {
$(':submit').click(function() {
$original = $(this).val();
$(this).val('Saving, please wait...')
.attr("disabled","disabled")
.fadeIn('slow')
.animate({opacity: 0.4}, 4000)
.fadeIn('slow', function() {
$(this).val($original).removeAttr("disabled")
.animate({opacity: 1}, 2000)
});
});
});
(function () {
var carousel = null;
setTimeout(function() {
YAHOO.util.Event.onDOMReady(function (ev) {
var carousel =
new YAHOO.widget.Carousel("carousel-element",{
animation: { speed: 1 }
});
carousel.set("numVisible", 4); // override the default
carousel.set("revealAmount", 0);
carousel.render(); // get ready for rendering the widget
carousel.show(); // display the widget
jQuery("#carousel-element").slideDown();
});
},25);
// timeout is necessary for Safari and Chrome.
// Can be increased.
})();
$(document).ready(function() {
$('select#article-type').change(function() {
var type = $(this).val();
var section = $('#article_sections').val();
(type == '500') && (section > 20) && (section < 40)
// higher education event
? $('#event-info').slideDown()
: $('#event-info').slideUp("fast");
return type;
}).triggerHandler('change');
});
$(document).ready(function() {
$('select#article_sections').change(function() {
var section = $(this).val();
var type = $('#article-type').val();
(type == '500') && (section > 20) && (section < 40)
// lifenews sections 31, 32, 33, 34, 35
? $('#event-info').slideDown()
: $('#event-info').slideUp("fast");
}).triggerHandler('change');
});
function addMega(){
$($(this).find("h2")).addClass("hover");
$($(this).find("div.menu-div")).slideDown("50");
$(this).addClass("hovering");
}
function removeMega(){
$($(this).find("h2")).removeClass("hover");
$($(this).find("div.menu-div")).slideUp("fast");
$(this).removeClass("hovering");
}
var megaConfig = {
interval: 200,
sensitivity: 4,
over: addMega,
timeout: 500,
out: removeMega
};
$("li.mega-menu").hoverIntent(megaConfig);
// need this jquery plugin for IE6 to solve Z-index issues.
$(".menu-div").bgiframe();
A well-known scientist (some say it was Bertrand Russell) once gave a public lecture on astronomy. He described how the earth orbits around the sun and how the sun, in turn, orbits around the center of a vast collection of stars called our galaxy. At the end of the lecture, a little old lady at the back of the room got up and said: "What you have told us is rubbish. The world is really a flat plate supported on the back of a giant tortoise." The scientist gave a superior smile before replying, "What is the tortoise standing on?" "You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"But I like the reference from William James.
William James published a different version in his book The Will To Believe (1898), specifically in the essay "The Sentiment of Rationality" (p. 104 of The Will To Believe in the Dover reprint):This is about the regressive tendency of thought, and our inability to see to the foundations of our premises. A topic dear to my heart.
"Like the old woman in the story who described the world as resting on a rock, and then explained that rock to be supported by another rock, and finally when pushed with questions said it was rocks all the way down, -- he who believes this to be a radically moral universe must hold the moral order to rest either on an absolute and ultimate should, or on a series of shoulds all the way down."