mct – scottsville – 66miles – on james river
life is good
Quick n Easy – Forms Authentication – Web.conf
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/www/danfolkes.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
I use the login page from here:
http://www.15seconds.com/issue/020220.htm
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
<authentication mode="Forms">
<forms loginUrl="FeedBack_Admin/login.aspx" protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="admin" password="pass"/>
</credentials>
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>
</system.web>
<location path="FeedBack_Admin">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<location path="Content_Admin">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
</configuration> |
JQuery – Example Documents for Presentation
I gave a presentation at work on JQuery.
So, I made a documentation page and a example html page with jquery calls at the bottom.
This should be able to help someone out there in internet land.
View the post to see code.
Continue reading “JQuery – Example Documents for Presentation”
sushi at dave macnamaras
PHP Gmail Imap Connection with Database Insert

Using PHP, We will connect to a Gmail mailbox and pull down the last message headers and to and from email addresses.
With this data, we will insert it into a MySQL Database and then delete the message from the IMAP Server.
LET ME KNOW IF THIS HELPED YOU IN THE COMMENTS! Enjoy!
Here is the code:
Continue reading “PHP Gmail Imap Connection with Database Insert”
How to Find New Music

Here are my sources: (in order of reliability)
- Last.FM / Pandora Internet Radio – I suggest using Last.FM because it’s more social. You can see what others listen to. Here is my Last.FM
- Spinner CD Listening Party or Aol – These are AWESOME. They are a good way to listen to full CD’s before they are released.
A good way to expand your ears. - NPR Music – All Songs Considered – Song of the Day, Concerts, Interviews are an awesome source of new music information. Plus they are really cool and funny.
- Metacritic – Takes a bit of searching, but a great place to see what is Acclaimed.
- Best of …. Lists – It’s always good to hear what others liked last year. Chances are, you will like it too!
- Billboard – I go here when I want to find pop music. It beats listening to top 40 radio.
Then, when you find music. Buy It For Cheap On Amazon (Current Bestsellers)!
Hit up the Comments:
Please let me know of your favorite source. I’ll update the post with recommendations!
Puppy Pictures
Richmond Moon Statue Night
Photo Challenge: Stereoscopic

I thought it would be cool to have a photo challenge. Where you would email me your submission.
Rules:
- You must have taken the pictures
- Must employ a degree of Stereoscopicness
- Submit it!
Directions:
- Take two pictures of the same subject at slightly different angles
- Use photoshop or gimp to make an ANIMATED GIF
- Save it and email it
Entries and More examples of stereoscopic images:
Continue reading “Photo Challenge: Stereoscopic”





