Updates from August, 2010 Toggle Comment Threads | Keyboard Shortcuts

  • admin 8:31 am on August 19, 2010 Permalink | Reply  

    HTC Desire Read Nexus one 

    We were dreaming of a nexus ine phone than we saw the HTC Desire. The kid in the shop told me a funny thing. HTC Deisire = Nexus one only the button is the only difference. As a friend wanted to try a HTC phone
    he decided and go for this model. My opinion is on loading appts it is a super machine. But on typing on the screen ist is hell. you type R you get Y and no trust me no fat fingers here… But on loading appts i must admit HTC is VERY Fast! and thats good as we all know users always wanna try latest appts.

     
  • admin 8:25 am on August 16, 2010 Permalink | Reply  

    Pidgin Messenger add http in messages 

    Pidgin is a replacement for msn messenger but when you use this messenger to develop applications and talk to your programmers be aware of the following when you message links and server path to each other
    pidgin put hhtp in front of anything that reads www an HHTP

    example:

    cp -aR http://www.site1.com http://www.site2.com will end up in
    cp -aR http://www.site1.com http://www.site2.com

    wich ends up in

    cp: cannot stat `http://www.site1.com’: No such file or directory

    another example:

    ln -s http://www.site1.com/htdocs/thumbs http://www.site2.com/htdocs/thumbs
    ln -s http://www.site1.com/htdocs/pictures http://www.site2.com/htdocs/pictures

    must be

    ln -s http://www.site1.com/htdocs/thumbs http://www.site2.com/htdocs/thumbs
    ln -s http://www.site1.com/htdocs/pictures http://www.site2.com/htdocs/pictures

    so i hope you read this post when you use the program as yes can cost some time why things dont work
    there are more messenger with this issue I will see if i can make a list in future

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel