circle.ch weblog by Urs Gehrig |
|
|
|
| Academic, Apache, Apple, Art, Best Of, Biotech, Civil Society, Content Management, Cooking, Copyright, Creative Commons, Crosspost, Culture, Database, Deutsch, DRM, Economy, Education, Event, Gadget, General, Geodata, Government, Health, Howto, Humor, Innovation, Intellectual Property, Java, Language, LaTeX, Law, Linux, Media, Moblog, Mozilla, Music, Office, Open Content, Open Source, P2P, PHP, Podcast, Politics, Privacy, Projects, Random Thought, Rant, Science, Search, Social Network, Software, Sport, Talks, Technology, Technology Transfer, Travelling, Weblog, Wiki, Wireless and Mobile, XML
|
|
10. July 2007
reCAPTCHA - avoid spam [1] http://recaptcha.net Comments (1) Permalink del.icio.us 12. July 2006
zlyfe - Blogs, Bilder, Community et.al. zlyfe is the place where you can tell others about the most memorable, astonishing, or funniest moments in your life.Grundsätzlich kann man das und vieles mehr auch auf anderen Plattformen. zlyfe [1] pflegt aber einen besonderen Bezug zur Schweiz - sprich - die Technologie kommt aus Bern [2]. [1] http://www.zlyfe.net [2] http://www.adfinis.com/node/176 Comments (0) Permalink del.icio.us 03. May 2006
Swiss Blog Awards am nächsten Freitag [1] http://swissblogawards.ch/program [2] http://swissblogawards.ch/material/sbaw_booklet.pdf [3] http://planet.blogug.ch/search/linkex:swissblogawards.ch Comments (0) Permalink del.icio.us 23. March 2006
Swiss Blog Awards - nomination period started [1] http://nominations2006.swissblogawards.ch [2] http://ctssa.ch/d/events/?id=19 Comments (0) Permalink del.icio.us 03. March 2006
Bleublog powered by Kaywa Tout ou partie des contenus des blogs peuvent être cités ou repris dans les différentes rubriques du Service BleuBlog et peuvent être diffusés de façon publique, notamment par une éventuelle publication dans les titres d′Edipresse Publications SA, groupe Le Matin.Jeder Blogger ist sozusagen "Journalist on hold" - falls ein interessanter Artikel oder ein Bild, Video oder ähnliches von der Redaktion erspäht wird, so kann dieser Inhalt in einer Publikation der Edipresse Publications SA, groupe Le Matin, publiziert werden. Der Blog Service wird durch Kaywa Technologie betrieben. Die Dokumentation für den User wird in einem Wiki angeboten [3]. [1] http://www.bleublog.ch/ [2] http://www.bleublog.ch/charte [3] http://fr.wiki.kaywa.com Comments (0) Permalink del.icio.us 08. October 2005
QR code - decoder to proof the concept My next edition of business cards will probably have not only the human readable information but also a QR code printed on it. Thus, mobile phones with QR code decoders will be able to do the job of business card scanners. A convenient implementation would be a QR code to vCard converter [4], to make the address organization in the mobile phone as easy as possible. [1] http://www.intelcom.ru/2d/english/demo.php [2] http://sourceforge.jp/projects/qrcode/ [3] http://blog.li/trash/2005/10/08/2248.html [4] http://www.appelsiini.net/keitai-l/archives/2004-01/0014.html Comments (1) Permalink del.icio.us 06. October 2005
QR coded blog entries But anyway. QR codes are kind of twodimensional barcodes [1]. While conventional bar codes are capable of storing a maximum of approximately 20 digits, QR Code is capable of handling several dozen to several hundred times more information.20 digits are not enough to encode a typical blog title, a link, a date string and some copyright information. As an example, the QR coded string for this blog post is: "QR coded blog entries, 06.10.2005 00:23:26, http://circle.ch/blog/p1773.html, CC-by-sa_2.5". The QR code library behind my implementation is written by Y. Swetake [4]. If it makes sense, to link from a QR code to a blog post, is not yet plain clear. But I could imagine a simpler, maybe automated navigation for mobile phones:
Update: The ETH Zürich has a project running called "Visual Code Recognition for Camera-Equipped Mobile Phones" [5]. They also provide so called Recognizer software for Symbian OS based mobile phones. [1] http://www.denso-wave.com/qrcode/qrfeature-e.html [2] http://www.eurotechnology.com/store/qr-code/sample.html [3] http://www.camreader.jp/eng/service/index.html [4] http://www.swetake.com/qr/ [5] http://www.inf.ethz.ch/personal/rohs/visualcodes/ Comments (5) Permalink del.icio.us 19. September 2005
VTX mit Blog Hosting [1] http://blog.vtxnet.ch Comments (2) Permalink del.icio.us 18. September 2005
Reenabled LiveSearch Comments (0) Permalink del.icio.us 07. September 2005
Get mapping coordinates from an address As the current petrol prices are rising, I would like to see an SMS service, where you can send something like "Lorraine, Bern" to a certain number and in return you would get an MMS with a map with a red outlined track to the next petrol station with the lowest prices on petrol. ;) [1] http://www.randys.org/content/?p=50 Comments (0) Permalink del.icio.us 06. September 2005
Finding related tags to blog posts One method to refine the results could be that the content of a blog post should be tokenized, stemmed [1], and put into a FULLTEXT search query against the existing entries. That code on the other hand is not yet finished ;) [1] http://google.ch/search?q=define:stemmer Comments (0) Permalink del.icio.us 30. August 2005
Freetag - a tagging and folksonomy system Freetag [1] is a module that implements a simple, fairly robust beginning of a tagging and folksonomy system. It works with PHP4 and MySQL 3.23 so far, and i imagine that if it gets popular, it should be easy to port to additional databases and/or languages.Maybe a way to build up its own tagging repository. Acutally I haven't tried, but according to the docs it is promising. As to feed the database, one could use his own tags or category names first. There are probably at least two ways to tag a blog post. Either tags selected by hand at the time of writing or as a self-tagging system (algorithm), that takes e.g. the content of a blog post, analyzes it and applys the tags to the post. Some more thoughts on tagging and retagging at overstated.net [2]. [1] http://getluky.net/freetag/ [2] http://overstated.net/04/10/09-migrating-to-delicious Comments (0) Permalink del.icio.us 29. August 2005
Get Tags with Yahoo! Term Extraction The Term Extraction service provides a list of significant words or phrases extracted from a larger content.It can be implemented by making use of the Yahoo! API [1]. One might then need to sort out the result set a bit and use them as "tags". Since this blog has no cache and the API only lets me have a limited number [2] of requests a day, I will not dive into it yet ;) For those using PHP, there is a so called yahoolib availabe. [1] http://developer.yahoo.net/search/content/V1/termExtraction.html [2] http://developer.yahoo.net/search/rate.html [3] http://sourceforge.net/projects/yahoolib Comments (0) Permalink del.icio.us
Blog backend with recommended tags per post [1] http://www.mozdev.org/source/browse/delicious/src/ Comments (2) Permalink del.icio.us 28. August 2005
Related posts on b2/cafelog ALTER TABLE b2posts ADD FULLTEXT post_related ( post_title, post_content )A typical SQL query looks like: SELECT ID, post_title, post_content,The you only need to handle the results and format it with a little bit of HTML. Thats it. Comments (0) Permalink del.icio.us
Working out a category cloud printf("<a href='/blog/p%s.html'I preferred to chose this solution from having e.g. a switch with ranges of posts/category to point to different style classes like size1, size2, size3 etc. Comments (4) Permalink del.icio.us
TagCloud to analyze my blog I guess either with MySQL FULLTEXT search [2] or Bayesian classification [3] one could handle out something similar on his own blog. [1] http://www.tagcloud.com/User/index.php?TC_Cloud_ID=5920 [2] http://dev.mysql.com/doc/mysql/en/fulltext-search.html [3] http://www.xhtml.net/php/PHPNaiveBayesianFilter Comments (2) Permalink del.icio.us 03. August 2005
PHP Developers for blog.ch [1] http://blog.ch/blog/?p=148 Comments (0) Permalink del.icio.us 26. April 2005
Emily Turrettini Interview [1] http://www.mobuzztv.com/player.php?recordID=33 Comments (0) Permalink del.icio.us 25. April 2005
CC-ch weblog [1] http://www.creativecommons.ch/weblog/ Comments (0) Permalink del.icio.us 15. April 2005
Swiss Blog Awards Innert kurzer Zeit haben sich Weblogs vom Randphänomen zum Mainstream im Internet entwickelt. Zu Millionen veröffentlichen Einzelpersonen oder Gruppen auf diesen notizbuchartigen Webseiten wichtige und belanglose, witzige oder ernsthafte Inhalte; sei dies als Text, Bild oder Ton. Prominente tuns, Politikerinnen auch, Wissenschaftler, Musikerinnen und Tagebuchschreiber sowieso. Kurz: Hinz und Kunz bloggen. Mit den Swiss Blog Awards wollen wir besonders gelungene Weblogs auszeichnen und gleichzeitig eine Plattform schaffen für das Phänomen an sich. Mit der gleichen Selbstverständlichkeit wie alljährlich die schönste Frau und der schönste Mann ausgezeichnet werden, sollen auch die originellsten, auffälligsten, schönsten, sprachwitzigsten Weblogs gewürdigt werden. Wie und wann und wo die ganze Chose über die Bühne gehen wird, wer die Weblogs nominiert, wer in der Jury sitzt, ist alles noch Gegenstand von Diskussionen, an denen auch Du Dich beteiligen kannst. Das provisorische Organisationskomitee bestehend aus: * Jan Zuppinger, pieceoplastic.com * Nick Lüthi, bernergazette.ch * Matthias Gutfeldt, blog.ch * Urs Gehrig, circle.ch hat unter http://blog.ch/award/ ein Weblog eingerichtet, wo der Stand der Dinge nachzulesen ist. Die Kommentarfunktion steht allen offen, die ihre Ideen einbringen wollen. Nach einem provisorischen Fahrplan gehen wir davon aus, dass die Awards-Zeremonie frühestens Anfang 2006 stattfinden wird. Bis dahin gibt es einiges zu tun. Packen wir es an! Jan, Nick, Urs & Matthias [1] http://blog.ch/blog/index.php/archives/2005/04/15/swiss-blog-awards/ Comments (3) Permalink del.icio.us 30. March 2005
PHP Naive Bayesian Filter against Spam Loïc d'Anterroches by the way has implemented a PHP Naive Bayesian Filter [1] that I could imagine would help me out the most with the trackback spam. Captacha is no solution there and I would rather prefer the "Bayesian Way" compared to semi-automatic solutions like moderation, blacklisting et.al. By the way, the script by Loïc did work right out of the box. ;) [1] http://www.xhtml.net/php/PHPNaiveBayesianFilter Comments (0) Permalink del.icio.us 24. March 2005
NASA is podcasting [1] http://www.hlb.com/inovlog/archives/2005/03/you_know_its_go.html [2] http://science.nasa.gov/headlines/y2005/21mar_podcast.htm Comments (0) Permalink del.icio.us 23. March 2005
Multiuser Worpress evolved - http://blogs.linux.ie/xeer/2005/03/15/wpmu-snapshot-2/ - http://blogs.linux.ie/download/wpmu/ChangeLog-wpmu.txt - http://www.proyectoisla.com/planetawp/?cat=10 - http://incsub.org/blog/?p=266 Most coding seems to be done by donncha. Comments (0) Permalink del.icio.us
Doctorow in Zürich [1] http://circle.ch/wiki/?page=WikiAgenda.20050323 [2] http://pieceoplastic.com Comments (0) Permalink del.icio.us 22. March 2005
GeoURL is back online [1] http://pieceoplastic.com [2] http://geourl.org/near/?p=http://circle.ch/blog [3] http://geourl.org/news/2005/03/14/firefox_extension.html Comments (1) Permalink del.icio.us 16. February 2005
WYSIWYG Plugin for Wordpress [1] http://mudbomb.com/archives/2005/02/02/wysiwyg-plugin-for-wordpress/ Comments (1) Permalink del.icio.us 09. February 2005
Wieder mal Intimes aus der Bloggerwelt By the way; Dean ist dann doch nicht Präsident geworden. Und Kerry übrigens auch nicht ;) [1] http://www.stefanbucher.net/blog/451 [2] http://www.migros-magazin.ch/index.cfm?id=5528 Comments (1) Permalink del.icio.us 08. February 2005
Tagging for lots.ch And we aggregate the del.icio.us tag "lots.ch", which will be displayed on the page. If you have an interesting link somehow related to lots.ch, just tag it with "lots.ch" and the link will show up on the OpenBlog.I started yet another tag on Technorati as you can see below [2]. Feel free to link in. But what counts most; just do not forget to visit us in Bern finally ;) [1] http://blog.bitflux.ch/p2019.html [2] http://www.technorati.com/tag/lots.ch Comments (0) Permalink del.icio.us 07. February 2005
KABLOG - enhanced mobile blogging KABLOG is a tool for mobile phones and PDAs that allows you to post photos and blog entries to blog servers and services such as TypePad, Movable Type, Blogger, B2, Blog-City, UserLand (Radio), Roller, SnipSnap, and other blog servers that support either the simple blogger xmlrpc interface or the extended metaWeblog interface. In addition, KABLOG provides extended support for posting entries to TypePad/Movable Type.As far as I can see, it also works with images. [1] http://www.kablog.org Comments (1) Permalink del.icio.us 01. February 2005
Hemmunglose Internet-Selbstdarsteller Blogger Ausstellung in ZürichNaja, das Obgenannte kann man auf zwei Arten interpretieren; entweder haben sich die Redaktoren in Zusammenhang mit der Ausstellung das erste Mal mit Blogs beschäftigt, oder aber sie haben Blogs bereits als eine ernstzunehmende Informationsquelle erkannt und als Konkurrenz, statt als Kontrolle oder Ergänzung der Medienlandschaft interpretiert und versuchen nun, die Blogger als Narzisten [2] zu verniedlichen. Erfolg verpflichtet - nur fragt sich nur wen? Eine Kurzrecherche hätte eigentlich ein anderes Bild von Bloggern vermitteln müssen. Aber wie hiess es doch gleich? Kommt Zeit, kommt Rat. ;) [1] http://www.sfdrs.ch/content/news/tagesschau/archiv_sendung.php?docid=20050130 [2] http://de.wikipedia.org/wiki/Narzissmus Comments (1) Permalink del.icio.us 27. January 2005
Got G-rated I need to add a gravatar plug-in in this blog I guess. ;) [1] http://www.gravatar.com/rating.php [2] http://www.mpaa.org/movieratings/ Update: As this blog runs still b2/cafelog/urs-häck, I will not be able to simply add-on those wordpress plug-ins. But worth mentioning anyway [3,4]. [3] http://www.noscope.com/journal/2004/12/favatars [4] http://dev.wp-plugins.org/wiki/favatars Comments (2) Permalink del.icio.us
ffmpeg - The upcoming tool for video conversion Grabbing a frame out of a video is as simple as follows. It took me quite some time to figure out the appropriate options, since the web and the documentation did not yet satisfy my needs: $ ffmpeg -i test.3gp -f singlejpeg -img jpeg -y test.jpgI am sure this will boost video blogging enormously [4]. I first was heading for mplayer, but mplayer is IMHO kind of related to X and we do not really want X to be installed on a production server, do we? Finally, I would like to talk about animated GIF files and provide an example. As with a combination of Imagemagick and ffmpeg, it is a matter of two command lines evtl. one (I am not a pipe specialist ;). As shown below, ffmpeg generates a set of 10 images and Imagemagick converts them to an animated GIF: $ ffmpeg -i test.3gp -f image -img gif -t 1.0 test%03d.gifFeeback always welcome ;) [1] http://ffmpeg.sourceforge.net [2] http://www.circle.ch/wiki/MpegToJpeg [3] http://ffmpeg-php.sourceforge.net [4] http://www.circle.ch/wiki/3gpVideo Comments (6) Permalink del.icio.us 16. January 2005
Sandro has a new blog [1] http://www.sandrozic.de/weblog Comments (0) Permalink del.icio.us 09. January 2005
Migros Magazine about Blogging [1] http://www.migrosmagazine.ch/index.cfm?id=4156 Comments (0) Permalink del.icio.us 07. January 2005
LiveJournal backend presentation [1] http://www.danga.com/words/2004_lisa/ [2] http://meta.wikimedia.org/wiki/Wikimedia_servers Comments (1) Permalink del.icio.us 06. January 2005
Six Apart bought LiveJournal [1] http://www.livejournal.com/users/news/82926.html Comments (0) Permalink del.icio.us 27. November 2004
Bloggermeeting in Bern [1] http://circle.ch/wiki/WikiAgenda.20041127 [2] http://blog.li/trash/2004/11/ Update: More of such: http://www.haslo.ch/permalink_469~ger Comments (0) Permalink del.icio.us
Blogsome - Worpress based Blog Hosting [1] http://www.blogsome.com Comments (0) Permalink del.icio.us 25. November 2004
Atom enabled Weblog in PHP This project is a school essay about dealing with atom format, HTTP request and XSL transformation.The code is available under the GPL license. Let's hope this will ignite some further implementations. Yoan also has a short presentation available [2]. [1] http://atom.dosimple.ch [2] http://atom.dosimple.ch/docs/pres/ Comments (0) Permalink del.icio.us 19. November 2004
SVG Wiki Witheboard [1] http://www.xml.com/lpt/a/2003/11/19/svgwiki.html [2] http://dannyayers.com/archives/2004/06/08/svg-wikiwhiteboard-new-code/ Comments (0) Permalink del.icio.us 17. November 2004
Die Weltwoche bloggt [1] http://weltwoche.typepad.com [2] http://www.additiv.ch Comments (0) Permalink del.icio.us 12. November 2004
Andreas has a Blog [1] http://blog.andreashalter.ch Comments (2) Permalink del.icio.us 06. November 2004
Blogger Meeting in Bern [1] http://circle.ch/wiki/WikiAgenda.20041127 Update: It just seems that that Wiki trackback does not work anymore. The hosting partner switched to safe_mode which probably causes the problem. I will need to find a workaround. Comments (0) Permalink del.icio.us 31. October 2004
Fetching content frequently Do you have any idea why a few hosts are fetching del.icio.us/rss/urs so frequently?I am always amazed, whom of you out there could be interested in my blog posts or - as it seems now - my bookmarks. Nevertheless, blogging to me has been like using a pocket- or scrapbook to jot down my thoughts, ideas and things I would forget within no time ;) Anyway, it is good to have folks like Joshua to provide such fancy services like del.icio.us. Update I: By the way. The last of my bookmarks saved on del.icio.us was a link pointing to an article in the NZZ [1]. Mr. Vasella is told to have said that those who waive the patent protection would undermine innovation. Maybe this is a bit too simple. An egg-and-chicken problem maybe. First we need innovation and maybe then it can be a good idea to protect that innovation with a patent. But just have a look at the writing of Karl-Friedrich Lenz [2]: "Grenzen des Patentwesens. Konkrete Maßnahmen gegen die Patentinflation."; worth reading. Update II: via chregu [3] "Es spricht einiges dafür, dass Patente auf Software, die in USA gängige Praxis sind und in Europa vor ihrer Legalisierung stehen, in Wirklichkeit die Innovation einschränken. Europa könnte immer noch den Kurs wechseln." Deutsche Bank Research [4]And Switzerland? [1] http://nzz.ch/2004/10/31/wi/page-article9YI9S.html [2] http://k.lenz.name/d/v/index.html [3] http://blog.bitflux.ch/archive/nosoftwarepatents.html [4] http://www.nosoftwarepatents.com/de/m/intro/index.html Comments (0) Permalink del.icio.us 30. October 2004
BlogCMS [1] http://www.blogcms.com [2] http://www.sebbi.de/archives/2004/08/12/blogcms-vs-wordpress/ Comments (0) Permalink del.icio.us
Multi-user blog, pictures handling and PDF generation with Wordpress Somewhere on my machine there is a homegrown blog-post to PDF generator laying around: the concept of my implementation was this: - there is no guaranty, that blog posts are wellformed XHTML; use PHP PECL tidy to fix that. - have a look at FPDF, a PHP class to convert content to PDF; make sure your content is XHTML. - glue the blog output, the tidy conversion and the PDF conversion together. E voilà. Maybe, just skip the above and look at what Radek Hulán scripted [5]. [1] http://mu.wordpress.org [2] http://www.curioso.org/?s=pictpress [3] http://wp2pdf.sourceforge.net [4] http://blog.bitflux.ch/archive/sxip-support-for-bxcms.html [5] http://hulan.info/blog/item/html2pdf-convert-your-xhtml-to-pdf-easily Comments (0) Permalink del.icio.us 22. October 2004
Flickr inside [1] http://www.niallkennedy.com/blog/archives/2004/10/flickr_architec.html Comments (0) Permalink del.icio.us 21. October 2004
Do You gregaire? gregaire is a flexible web based RSS-aggregator written in PHP 5. It uses a database like MySQL or SQLite to store its data. The user interface is written in standards compliant XHTML, CSS and Javascript (DOM). Thanks to SQLite you should be able to install gregaire on any webspace on earth, supposed the webserver runs with PHP5. gregaire is open source software released under the GNU LGPL license.More about it [1]. [1] http://www.gregaire.com Comments (0) Permalink del.icio.us 20. October 2004
Cropping, rotating and resizing images in Wordpress [1] http://www.circle.ch/php/files/edit-images.phps [2] http://www.walterzorn.com/dragdrop/dragdrop_e.htm [3] http://php.amnuts.com/index.php?do=view&id=12 [4] http://www.circle.ch/blog/p1371.html Comments (0) Permalink del.icio.us 19. October 2004
Google towards moblogging? We built Picasa because we were frustrated with how difficult it was to find, organize and do things with our digital pictures.Picasa is now part of Google [1]. A quick look into the Googles businessplan(s) would probably clarify a lot ;-) [1] http://www.picasa.com/content/download.php [2] via http://www.moblogging.org/2004/07/google_moving_i.html Comments (0) Permalink del.icio.us 18. October 2004
Wordpress and umlauts [1] http://wordpress.org/support/6/5408 Comments (0) Permalink del.icio.us 17. October 2004
Visual history of spam email [1] http://weblogs.asp.net/oldnewthing/archive/2004/09/16/230388.aspx Comments (0) Permalink del.icio.us
Rewrite of captcha-like feature [1] http://en.wikipedia.org/wiki/Captcha [2] http://pear.php.net/pepr/pepr-proposal-show.php?id=80 Comments (0) Permalink del.icio.us 06. October 2004
No ISSN for Weblogs in CH Comments (0) Permalink del.icio.us 28. September 2004
Plazes to be [1] http://beta.plazes.com Comments (0) Permalink del.icio.us 18. September 2004
Blogs controlling the mass media? [1] http://www.freerepublic.com/focus/f-news/1211285/posts [2] http://www.freerepublic.com/focus/f-news/1210662/posts Comments (0) Permalink del.icio.us 12. September 2004
As it was to expect [1] http://prnewswire.com/cgi-bin/stories.pl?ACCT=109&STORY=/www/story/09-08-2004/0002246056 Comments (0) Permalink del.icio.us
Gmail as a blog engine [1] http://ion.gluch.org.mx/files/Hacks/gallina/ Comments (2) Permalink del.icio.us
Blogging is like a Cocktailparty Sieben Millionen bloggen[1] http://www.sonntagszeitung.ch/dyn/news/multimedia/414514.html Comments (0) Permalink del.icio.us 08. September 2004
del.icio.us - plugins and conversions As quite a bit a fan of the brainstorming tool freemind I am pleased to read that someone implemented a del.icio.us to freemind conversion [2]. The python script basically grabs the del.icio.us links and transforms them into the appropriate freemind XML format. Maybe kind of related is extisp.icio.us [3]. [1] http://delicious.mozdev.org [2] http://www.brownhen.com/delicious_mind/source.html [3] http://blog.var.cc/extispicious.html Comments (0) Permalink del.icio.us 13. August 2004
Patch for multi-site capability of Worpress [1] http://lingo.com.mx/~ruben/?p=46 Comments (0) Permalink del.icio.us 12. August 2004
Get Atom feed statistics via FeedBurner Mobile FilterThanks to Matt Shobe [2] for giving me good reasons to move from Atom 0.2 to 0.3 ;-) [1] http://www.feedburner.com [2] http://www.burningdoor.com/matt/archives/000666.html Comments (0) Permalink del.icio.us 19. July 2004
1grau - an Orkut clone in Spanish? [1] http://www.1grau.com/minhapagina_blog.asp?usuario_id=70106958740 Comments (4) Permalink del.icio.us
Corporate Blogs at Sun [1] http://blogs.sun.com/roller/ [2] http://blogs.sun.com/jonathan Comments (0) Permalink del.icio.us 18. July 2004
Blogging with the SonyEricsson K700i Just recently I had the chance to play around with the new SonyEricsson K700i for about two weeks [2]. The K700i looks like the successor of the T610 or T630 to me. The phone is only a little bit bigger than the T610. SonyEricsson added a lot more memory and a new VGA camera with flash light. The phone records also video sequences of relatively unlimited length in the new 3gp [3] format. The navigation with the joystick is a pleasure an the software has some comfortable addons compared to the T610. The phone is pretty cool for mobile bloggers. [1] http://en.wikipedia.org/wiki/Common_Intermediate_Format [2] http://www.sonyericsson.com/K700 [3] http://www.3gpp.org Comments (0) Permalink del.icio.us Fatal error: Maximum execution time of 120 seconds exceeded in /home/circle.ch/htdocs/blog/b2comments.php on line 184 | |