Is there a way to get Authlogic to validate the format of a password, for instance must contain at least one letter and at least one number?The omission of a validates_format_of_password_options metho
I recently came across a big problem, as I have a system that\'s paying the customers weekly. As we all know, a year has 52 weeks, and there are standards for it.I\'m using PHP aka date(\'W\') to get
Hi I\'ve got a problem with EXE format http://www.delorie.com/djgpp/doc/exe/. I\'ve loaded my file as hex into my editor (qedit) then I disassembled that and I was surprised !
Is there a simple way to convert one date format into another date format in PHP? I have this: $old_date = date(\'y-m-d-h-i-s\');// works
When I read books about WPF, I saw the authors mention XPS like it was something important. Windows also includes its XPS viewer, and I\'ve seen that listed as a \"feature\" of Windows.
Sorry, this might be a dumb question but I have no idea how to google this... I\'ve got output from a CLI tool and I was wondering, what the format is called. I wouldn\'t want to write a parser myself
Before using String.Format to format a string in C#, I would like to know how many parameters does that string accept?
Based on local user settings, I want to get the correct date format. For example, it could be any of these:
I\'m using PEAR to send HTML emails from my website. My email are sent, but they are not formatted according to the CSS when viewed in Hotmail/Yahoo/GMail. When I view them in Windows Live MAil, they
I have an object that I want to be able to stream. But I want to be able to stream it in different ways by using different formats, or should I say ways to describe this object. And I wonder how this