Ray Dean

Results 7 issues of Ray Dean

I want to deploy a proof-of-concept MVC type framework for my boss man, that would bring us into the modern age of JSON.... but I don't have a full understanding...

Hello! Question, not an issue... I'm kinda a noob at this, but I've followed the demo example, and I've got it working! :) I will always have to call `/authorize`...

Hello, I'm not completely familiar with PostgreSQL/SQLite nomenclature (i.e.: btree). I don't have an option to create a Clustered index for the Expired column.... can it be Non-Clustered? Best I...

This is a cool plugin! This works for end-user changes: $('.phone_us').mask('000-000-0000'); However, I pre-populate a form with a phone number input field, something like... $('#phone').val('123456789'). My source data has no...

Just curious.... If I use this on an "untrusted" computer, like from a library or work, would the IT Admins be able to "gain access" to the DB once opened......

Does this natively support Outlook *.msg files? When I inspect a parsed *.msg file, I see things like `attachments`, `headers`, and `text`, but I **do not** see `to` and `from`....

Can I assume that this tutorial implements the MVC design pattern? Regarding the client/server setup: I want to take what I learn here, and deploy it to our "real life...