• Home
  • About

Posts Tagged ‘mysql’

timestamp to javascript date

November 16, 2012, filed under Javascript, PHP; No Comments.
Tags: $wpd, date, javascript, mysql, wordpress

in my case i used wordpress object $wpd to get records from a mysql table. this is how i got to convert “2012-11-16 11:33:23″ to javascript’s new Date( 2012, 11, 16, 11, 33, 23, 0 ); 1234567891011121314function stampToDate( timestamp) { var q = timestamp.match( /(\d+)/g ); //because i had the format above i followed this [...]

ExtJS Direct-Communication with PHP

May 4, 2012, filed under Javascript; 6 Comments.
Tags: Direct, download code, extjs, Grid, mysql, php

Note this demo’s source code was slightly modified to give space for flex to also communicate with the php server. check out the flex version.  ;) I reused the exercise  using ajax communication in order to use direct mode instead. I believe you will benefit strongly in understanding from this demo how Direct works, and also [...]

ExtJS Ajax-Communication with PHP

April 26, 2012, filed under Javascript; No Comments.
Tags: ajax, extjs, Flex, full application, mysql, php

Hi, i have just read in the last week documentation regarding ExtJs. My personal reviews are it is a very intuitive framework. I have spend a lot less time learning what I have accomplished here compared to the times of Adobe Flex 3. This application is in part some fragments of other tutorials I have gone through [...]

Categories

  • Actionscript (19)
  • Android (3)
  • CSS (2)
  • Design Patterns (4)
  • Flex (18)
  • Geek (2)
  • Javascript (12)
  • PHP (3)
  • Wordpress (1)

RSS

  • RSS Blog
  • RSS Comments