Browsing All Posts filed under »Development«

Research Web Technologies PT2

April 24, 2012

0

HTML5 Javascript(jQuery) CSS3 Resources Styling a text area (adding a glow)- http://www.prettyklicks.com/blog/textarea-animated-glow-like-on-twitter-using-css3/67/ [accessed 22-03-2012] Design prettier web form with CSS3 – http://net.tutsplus.com/tutorials/html-css-techniques/design-a-prettier-web-form-with-css-3/ [accessed 22-03-2012] Text area resizing – http://davidwalsh.name/textarea-resize [accessed 22-03-2012] 28 HTML5 features and tips and techniques – http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/ [accessed 22-03-2012] Border radius – design borders for forms – http://border-radius.com/ [accessed 22-03-2012] CSS3 Playground […]

AgNetPro Use Case One

April 20, 2012

0

User sends a message to AgNetPro.  Message contains two words in its contents, a keyword QCROP and Bean.  

Processing SMS Messages

April 19, 2012

0

Dictionary to verify words in SMS message content Wordnet is a lexical of english words http://wordnet.princeton.edu/ [Accessed 16/04/2012]

Implementation Technical Background Research

April 19, 2012

0

Nodejs Server Research Implemented a TCP server in nodejs, however, it was discovered that a TCP server may not be the best technology for AgNetPro, as the server opens a connection to the server and listens for messages on the server, therefore, the initial request will only open a socket rather than trigger a request. […]

AgNetPro Demo Server

April 16, 2012

0

Design of AgNetPro server was based on user and system requirements. Screenshot shows gui display of message received by AgNetPro server: Screenshot showing console log of server: Screenshot of a Weather request (background colour changes):   Capabilities: Process text messages and make decisions based on keywords and message content. (Also see blog post: https://agnetpro.wordpress.com/2012/04/04/nodejs-openframeworks/) First […]