Technorati is one of the oldest and most popular Blog Search Engines, and in the blogosphere it is competing with Google and Yahoo!
Technorati regularly indexes a huge number of blogs and tracks links between them, displaying search results according to their relevance and rank.
so I added my site to Technorati
WEE57BJM23WU
4HV293Y24T2X
Uncategorized
Using wordpress in HTML mode while creating a post or whatever it is you may be adding … always seems to add pesky BR and P tags anyway here is the solution:
Open your: /wp-includes/default-filters.php file and look for this line:
( its usually on a line in the early 100′s like around 100 – 115 )
add_filter('the_content', 'wpautop');
now all you gotta do is either comment it out or delete it .. I commented it out just in case I wanna put it back, anyway and viola your pesky BR’s and P’s are no longer added to your posts.
Code, Device reviews, General Blog Related, Wordpress Tips
getting any of the errors below?
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /Library/WebServer/Documents/wp/wp-includes/functions.php on line 35
Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /Library/WebServer/Documents/wp/wp-includes/functions.php on line 43
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /Library/WebServer/Documents/wp/wp-includes/functions.php on line 35
Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Berlin’ for ‘CEST/2.0/DST’ instead in /Library/WebServer/Documents/wp/wp-includes/functions.php on line 43
well here is your quick solution:
The best way would be to activate this line in your php.ini:
date.timezone = "COUNTRY/CITY"
but …. If you don’t have access to the php.ini, or cant find it you can add this line to your wp-config.php file it will do much the same thing:
date_default_timezone_set('America/Chicago');
you can get a full list of timezones form here:
http://us3.php.net/manual/en/timezones.php
hope this helps … and comments are always nice
Code, General Blog Related, Websites, Wordpress Tips
New to learning SQL? Have some good books and you are ready to dive in? Only one problem, the directions in those books are usually written with instructions for Windows. Here is the complete step-by-step guide to installing SQL Database Server on your Mac (OS X 10.4+), all the way up to creating your first database.
How to Install MySQL Database Server for OSX
- Go to http://dev.mysql.com and download the latest MySQL Database Server. (At this writing, the latest version is 5.0.41, so all file names below reflect this version.)
- Once downloaded, double-click
mysql-5.0.41-osx10.4-i686.dmg to mount the disk image.
- In the disk image, click
mysql-5.0.41-osx10.4.i686.pkg to install the program.
- The installation dialog is simply, click OK to finish everything up. If you need detailed help with the installation, click here.
Accessing MySQL on a Mac
- To use MySQL, everything is done in the Terminal, under Applications > Utilities > Terminal.
- Once Terminal is loaded, create an alias for MySQL. Type:
alias mysql=/usr/local/mysql/bin/mysql
- You will need to login as the root user to create another account. Type:
mysql -u root -p
- For the password, hit Enter
- Now you should be at the mysql> prompt.
- Type:
grant all privileges on *.* to 'you‘@’localhost’ identified by ‘password‘;
Where you is a name you pick, and password is a password you pick.
- Type quit to exit.
- To launch SQL from the shell with the you user (and not the root user), type:
mysql -u you -p
And enter the password you chose earlier.
- Create a database at the mysql> by typing:
create database nameofmydb
Where nameofmydb is a name you pick for your database.
Here is a list of MySQL commands.
We hope this helps with your very first steps into the world of SQL and databases on the Mac!
Code, Websites, mac
OK I thought I would test some skills out and try out new thing s so I put together a long list of funny jokes … here is the link:
click here to see the list of jokes
hope you like em
Uncategorized funny, jokes
OK since I put up a listing of commands for mac terminal, I thought I would do the same for all you Windows users out there. So here is a list of DOS Commands for Windows. To run any of these commands you just gotta open a dos shell by going to your start menu … selecting run and entering “cmd” or “command” depending on which version of Windows you have. Anyway enjoy and I hope some of you find this info at least a little useful
just click the red more to see the whole list in alphabetical order.
Read more…
Windows CMD, command, dos, dos shell, Microsoft Windows, shell, Windows, Windows commands, Windows DOS
OK if you cant wait to get iPhone OS 3.0 on your iPhone and downloaded it from someplace … here are a couple of quick tips after doin some research on how other people have done it.
1 – Important BACKUP YOUR DATA!!
2 – Make sure you have the latest version of iTunes
3 – Plug your iPhone in and hold shift (for Windows) or alt (for Mac)
and watch the rest of the magic!!!
hope this helped some of you!
Device reviews, Iphone App Reviews, mac iphone, iPhone 3G, iPhone OS 3, OS 3
OK here is a quick and easy way to show and hide those MAC hidden files …. its really easy to do through MAC Terminal so here is how you show those hidden files.
Open MAC Terminal and below is what you need to do:
To Display Hidden Files in MAC Terminal type:
defaults write com.apple.Finder AppleShowAllFiles TRUE
KillAll Finder
To Hide Them Again Use This Command:
defaults write com.apple.Finder AppleShowAllFiles FALSE
KillAll Finder
Hope this helps some of ya’ll
mac .DS_STORE, hide mac files, mac .DS_STORE, mac osx, mac terminal, MAC Terminal Comands, mac tricks, show hidden mac files
Yet another OS update from our people at Apple!!! New great features they say they will have 100 NEW FEATURES for your iPhone 3G new OS amongst these features they will finally allow you to copy and paste on your iPhone 3G … a long awaited feature by most of us I can say if not all of us iPhone owners. Anyway below is a short list of some features they say they will put in the new 3.0 OS.
We finally get to:
- Search your iPhone
- Cut, copy, and paste
- Send photos, contacts, audio files, and location via MMS*
- Read and compose email and text messages in landscape
and more to come ….. unfortunatly we have to wait till summer for these features but I think its well worth the wait!
Gadgets iphone, iPhone 3G, iPhone 3G features, iPhone 3G OS, iPhone Apps, New iPhone 3G OS, OS 3.0
If you want to restart Apache server quick and easy through Mac OS X Terminal just use the command below. Usinf “sudo” will also prompt you for your root password.
sudo /usr/sbin/apachectl restart
enjoy
mac apache, apache server, mac, mac osx, mac terminal, restart apache, restart server, terminal