top-image

Archivio di giugno 11th, 2009

Interfaccie web con ui jquery plugin
Con questo plugin possiamo creare delle interfaccie amministrative con tanto di pannelli che scorrono e si ridimensionano. Sito web: http://layout.jquery-dev.net/demos.html fonte: www.sastgroup.com ...leggi tutto»
Drag
Sito web: http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php fonte: www.sastgroup.com ...leggi tutto»
Twitter-php classe php per ricevere e inviare messaggi a twitter
Create object using your credentials (user name and password) $twitter = new Twitter($userName, $password); The send() method updates your status. The message must be encoded in UTF-8: $twitter->send('I am fine today.'); The load() method returns the 20 most recent status updates posted in the last 24 hours by you and optionally by your friends: $withFriends = FALSE; $channel = $twitter->load($withFriends); The returned channel is a SimpleXMLElement object. Extracting the information from the channel is easy: foreach ($channel->status as $status) { echo "message: ", $status->text; echo "posted at " , $status->created_at; echo "posted by " , $status->user->name; } Sito web: http://code.google.com/p/twitter-php/ fonte: www.sastgroup.com ...leggi tutto»
Pagina 2 di 2:« 1 2
bottom-img