You'd think that the page that the, "Play message" link takes you to would be a password-protected page. You know - one that required you be logged into your Google account to access it...and listen to the message. You'd think. But unfortunately Google keeps failing to use a fine enough comb to straighten out some of the major privacy flaws in their latest product releases.
I sent a tweet to @googlevoice but haven't done much looking into this other than just testing it to be sure it was a real bug.
So, as far as I can tell, you do not need to be logged into Google to hear Google Voice messages, whether they are messages for your Google Voice number, or not.
]]><div style="overflow : auto; width : 210px; height : 220px; ">
Place content here.
</div>
Just specify a width and height and any content that requires more height than specified will be accessible with a scrollbar. The scrollbar only appears if it's needed.
]]>Still there? In other words, they have created a system that mimics a brain. To see how the framework works in a real-world example, play a game of Connect 4 with it below:
Source: http://neuralmesh.com/examples.php
Neural Mesh has opened up a demo section (demo/password) where you can get started with your neural network and bring artificial life to your projects. Have fun!
]]>function uri_part($n) {
$path = explode("/", $_SERVER["REQUEST_URI"]);
for ($i = 0; $i <= count($path); $i++) {
if(is_null($path[$i]) || $path[$i] == "") {
unset($path[$i]);
}
}
$path = array_values($path);
switch($n) {
case 0: return @$path[0]; break;
case 1: return @$path[1]; break;
case 2: return @$path[2]; break;
case 3: return @$path[3]; break;
}
}
Below are examples of how this function can be used in a template file such as the header.php file from your WordPress install or the page.tpl.php file from your Drupal install.
if (uri_part(0)) {
echo "Hello part 0";
}
<title><?php
if (uri_part(0)) {
echo "Homepage Title";
}
elseif (uri_part(1)) {
echo uri_part(1);
}
?></title>
if (uri_part(2) == "some-category") {
echo '<ul id="silo">';
echo '<li><a href="#">Silo Link 1</a></li>';
echo '<li><a href="#">Silo Link 2</a></li>';
echo '<li><a href="#">Silo Link ...</a></li>';
echo '</ul>';
}
if (uri_part(2) == "some-other-category") {
echo '<ul id="silo">';
echo '<li><a href="#">Other Silo Link 1</a></li>';
echo '<li><a href="#">Other Silo Link 2</a></li>';
echo '<li><a href="#">Other Silo Link ...</a></li>';
echo '</ul>';
}
]]>delete from wp_posts where post_type = "revision";
If you're wondering how to use this query, it may not be the best idea to do it yourself and you should probably have your database administrator help you out with this. Then again, if you have a DBA you probably aren't reading this post so here's how you use it.
Using phpMyAdmin, SQLyog, Sequel Pro or another MySQL GUI tool, login to MySQL and select the appropriate WordPress database (if you have more than one WordPress database, be very careful making sure you are selecting the database connected to the blog you are working on). Then run the query from above and you're done. For example, if you're using phpMyAdmin, click on "SQL" from the top menu, paste in the query and click, "Go."
If you do not have access to a MySQL GUI tool, you can do this from a Unix shell such as Terminal. To login to MySQL from Terminal, run the following command:
mysql -u <username> -p<password> <database>
An sample command for the above command example is:
mysql -u root -pyourpassword wordpress
Then, simply copy the query provided at the start of this post into the command line (as depicted below):
mysql> delete from wp_posts where post_type = "revision";
Hit, "return" and you're done!
]]>http://shrinkurl.us/ZQl
http://www.volny.cz/tile2007/bathroom1tile/bathroom-tile.htm
http://www.feedsky.com/api/RPC2
http://audiorpc.weblogs.com/RPC2
http://api.my.yahoo.co.jp/RPC2
http://ping.blogs.yandex.ru/RPC2
http://ping.wordblog.de
http://blogpeople.net/servlet/weblogUpdates
http://blogsearch.google.ae/ping/RPC2
http://blogsearch.google.at/ping/RPC2
http://blogsearch.google.be/ping/RPC2
http://blogsearch.google.bg/ping/RPC2
http://blogsearch.google.ca/ping/RPC2
http://blogsearch.google.ch/ping/RPC2
http://blogsearch.google.cl/ping/RPC2
http://blogsearch.google.co.cr/ping/RPC2
http://blogsearch.google.co.hu/ping/RPC2
http://blogsearch.google.co.id/ping/RPC2
http://blogsearch.google.co.il/ping/RPC2
http://blogsearch.google.co.in/ping/RPC2
http://blogsearch.google.co.it/ping/RPC2
http://blogsearch.google.co.jp/ping/RPC2
http://blogsearch.google.co.ma/ping/RPC2
http://blogsearch.google.co.nz/ping/RPC2
http://blogsearch.google.co.th/ping/RPC2
http://blogsearch.google.co.uk/ping/RPC2
http://blogsearch.google.co.ve/ping/RPC2
http://blogsearch.google.co.za/ping/RPC2
http://blogsearch.google.com.ar/ping/RPC2
http://blogsearch.google.com.au/ping/RPC2
http://blogsearch.google.com.br/ping/RPC2
http://blogsearch.google.com.co/ping/RPC2
http://blogsearch.google.com.do/ping/RPC2
http://blogsearch.google.com.mx/ping/RPC2
http://blogsearch.google.com.my/ping/RPC2
http://blogsearch.google.com.pe/ping/RPC2
http://blogsearch.google.com.sa/ping/RPC2
http://blogsearch.google.com.sg/ping/RPC2
http://blogsearch.google.com.tr/ping/RPC2
http://blogsearch.google.com.tw/ping/RPC2
http://blogsearch.google.com.ua/ping/RPC2
http://blogsearch.google.com.uy/ping/RPC2
http://blogsearch.google.com.vn/ping/RPC2
http://blogsearch.google.de/ping/RPC2
http://blogsearch.google.es/ping/RPC2
http://blogsearch.google.fi/ping/RPC2
http://blogsearch.google.fr/ping/RPC2
http://blogsearch.google.gr/ping/RPC2
http://blogsearch.google.hr/ping/RPC2
http://blogsearch.google.ie/ping/RPC2
http://blogsearch.google.in/ping/RPC2
http://blogsearch.google.it/ping/RPC2
http://blogsearch.google.jp/ping/RPC2
http://blogsearch.google.lt/ping/RPC2
http://blogsearch.google.nl/ping/RPC2
http://blogsearch.google.pl/ping/RPC2
http://blogsearch.google.pt/ping/RPC2
http://blogsearch.google.ro/ping/RPC2
http://blogsearch.google.ru/ping/RPC2
http://blogsearch.google.se/ping/RPC2
http://blogsearch.google.sk/ping/RPC2
http://blogsearch.google.tw/ping/RPC2
http://blogsearch.google.us/ping/RPC2
http://ping.fc2.com
http://ping.kutsulog.net
http://ping.namaan.net/rpc
http://r.hatena.ne.jp/rpc
http://rpc.reader.livedoor.com/ping
http://www.syndic8.com/xmlrpc.php
http://www.wasalive.com/ping
http://www.focuslook.com/ping.php?url=http://www.yourblog.com
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast
http://ping.blogoon.net
http://www.newsisfree.com/RPC
http://www.blogdigger.com/RPC2
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://api.my.yahoo.com/RPC2
http://services.newsgator.com/ngws/xmlrpcping.aspx
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://www.blogpeople.net/servlet/weblogUpdates
http://bblog.com/ping.php
http://ping.feedburner.com
http://ping.myblog.jp
http://pinger.blogflux.com/rpc
http://blogsearch.google.com/ping/RPC2
http://blog.goo.ne.jp/XMLRPC
http://rpc.icerocket.com:10080
http://rpc.pingomatic.com
http://ping.syndic8.com/xmlrpc.php
http://1470.net/api/ping
http://www.a2b.cc/setloc/bp.a2b
http://api.feedster.com/ping
http://api.my.yahoo.com/rss/ping
http://www.bitacoles.net/ping.php
http://bitacoras.net/ping
http://blogdb.jp/xmlrpc
http://blogmatcher.com/u.php
http://www.blogoole.com/ping/
http://www.blogoon.net/ping/
http://www.blogroots.com/tb_populi.blog?id=1
http://www.blogshares.com/rpc.php
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://www.lasermemory.com/lsrpc/
http://mod-pubsub.org/kn_apps/blogchatt
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://www.newsisfree.com/xmlrpctest.php
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.blo.gs/
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/
http://ping.cocolog-nifty.com/xmlrpc
http://ping.exblog.jp/xmlrpc
http://ping.rootblog.com/rpc.php
http://ping.weblogalot.com/rpc.php
http://ping.weblogs.se/
http://pingoat.com/goat/RPC2
http://www.popdex.com/addsite.php
http://rcs.datashed.net/RPC2/
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.icerocket.com:10080/
http://rpc.pingomatic.com/
http://www.snipsnap.org/RPC2
http://trackback.bakeinu.jp/bakeping.php
http://topicexchange.com/RPC2
http://www.weblogues.com/RPC/
http://xping.pubsub.com/ping/
http://xmlrpc.blogg.de/
http://blogbot.dk/io/xml-rpc.php
http://www.catapings.com/ping.php
http://effbot.org/rpc/ping.cgi
http://thingamablog.sourceforge.net/ping.php
]]>An obvious component of an SEO test is an obscure term or phrase and one of the obscure terms I use is, "." It's a misspelling of the also somewhat obscure term, "haberdashery" so it makes for a really effective test variable. So in the interest of making the most out of this test, I've wrapped the misspelling in the noindex HTML tag and included the correct spelling for another unrelated test (that we'll just keep between you and me). I've got this blog hooked up to a plethora of ping URLs so the results should be visible pretty quickly.
]]>To test this I simply copied an article from eHow titled, "How to Tell if a Mechanic is Lying" and made a few minor adjustments. As you will see, there were not many adjustments to make and that's what I found really interesting. So here are five steps you can take to find out if your SEO is lying to you.