Forgot password? Create an Account
A blog about tech tips, tricks and thrills
Listed: Jan 24, 2010
Adlelo - A blog about tech tips, tricks and... ― If you’re wondering where magento saves your database connection info, you can find it at: [magento install folder]/app/etc/local.xml
Tags: Magento, Web Programming
Adlelo ― 10 Aug, 10
Adlelo - A blog about tech tips, tricks and... ― I have a folder with over 20k files that I wanted to empty. When I do a plain rm *.* inside the folder, I ended up getting the dreaded “Argument list too long” error message. Here is how you can avoid that: ∙ folder> ls ...
Tags: Unix/Linux
Adlelo ― 14 Mar, 10
Adlelo - A blog about tech tips, tricks and... ― If you’re annoyed with Google Buzz and want to turn it off completely, there is a way to do that. ∙ Scroll all the way to the bottom on your Gmail inbox, and find the “Turn off buzz” link in the footer. See the image below...
Tags: General Web
Adlelo ― 13 Feb, 10
Adlelo - A blog about tech tips, tricks and... ― If you find the Google Buzz link below your inbox link a little too distracting (because your unread Buzz posts keep increasing), there is a way to hide it. ∙ Go to “Settings” in your gmail inbox. (Link to settings is at the ...
Adlelo - A blog about tech tips, tricks and... ― (Credit: Unknown)
Tags: Humor
Adlelo ― 24 Jan, 10
Adlelo - A blog about tech tips, tricks and... ― I sometimes find myself writing code that checks for a value in a table and updates it with a new value if it exists, or insert it into the table if it doesnt. ∙ I found there is a way – well a couple of ways – to do this ...
Tags: MySQL, Web Programming
Adlelo - A blog about tech tips, tricks and... ― Python make printing to the screen really easy and fun. ∙ ∙ First, python automatically adds returns after each print statement. So: ∙ print "This website is cool" ∙ print "Isn't it?" ∙ prints: ∙ ...
Tags: Programming, Python
Adlelo - A blog about tech tips, tricks and... ― To run a system command in PHP, you always have the exec function. This function executes the given command just as you would from the command prompt. It also optionally returns each line of the output in an array. ∙ However, I recently ...
Tags: PHP, Web Programming
Adlelo ― 1 Feb, 10
Adlelo - A blog about tech tips, tricks and... ― I recently wanted to create a favicon for a website I was working on. I draw a small image in Photoshop, but realized Photoshop doesnt export in .ico format. ∙ Not to worry! Here’s how you can solve this problem: ∙ Go to...
Tags: Photoshop
Adlelo ― 3 Feb, 10
Adlelo - A blog about tech tips, tricks and... ― You might find the feature of Google Buzz where any update with your name on it comes straight to your inbox annoying. There is a way to make those updates skip your inbox: create a filter to do exactly this. Here’s how you can do this:...
Adlelo ― 10 Feb, 10
Adlelo - A blog about tech tips, tricks and... ― I wanted to get a list of files in a folder sorted by date created. After some searching, I realized you cant really do this with pure PHP. Here’s a function that does exactly this for you, and lists the folder contents with all attributes in ...
Adlelo ― 11 Feb, 10
I wanted to get a list of files in a folder sorted by date created. After some searching, ...
You might find the feature of Google Buzz where any update with your name on it comes ...
I had every intention of posting this week's Menu Plan when I got home from my high school ...
Dulu ∙ di kantor tempat penulis kerja it ada website perusahaan yang kita ∙ ...
Depending on the age and personality of your kids, they’ll either be really ...