Regular Expressions in PHP quick reference

October 22, 2012

Expression Will match… text the string “text” ^text “text” at the start of a line text$ “text” at the end of a line ^text$ “text” when it is alone on a line [Tt]ext “Text” or “text” [abc] a, b, or c [^abc] d, e, f, g, h, etc – everything that is not a, b, […]

Using SSL with WordPress

February 22, 2012

If you have an SSL setup for your domain, it is pretty simple to set wordpress to use https. If you want the entire site to use https, you can set it under settings for your Site URL. Sometimes though you want only a specific page using https. To do that you need to know […]