Mini Searches with Answers
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
LukeW | “Mad Libs” Style Form Increases Conversion 25-40%
Alternative form design.
Alternative form design.
How to include jQuery in a Bookmarklet
var s=document.createElement('script');
s.setAttribute('src','http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
document.getElementsByTagName('body')[0].appendChild(s);
var s=document.createElement('script');
s.setAttribute('src','http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
document.getElementsByTagName('body')[0].appendChild(s);
Bottle: Python Web Framework – Bottle: Python Web Framework
Really simple Python web framework, all in one file!
Really simple Python web framework, all in one file!
In production, Apache + mod_wsgi or Nginx + mod_wsgi ? – Stack Overflow
Should you use Apache or Nginx with a Python wsgi application?
Should you use Apache or Nginx with a Python wsgi application?
Sharepoint Integrated mode – worth the hassle? | NetworkWorld.com Community
A good article about MOSS/SSRS integration. It answers some of the questions I had. What's the difference between integrated and native mode? Why doesn't the share point integration option show up in reporting services configuration? Answer: Because you have to install SQL server service pack 2 first.
A good article about MOSS/SSRS integration. It answers some of the questions I had. What's the difference between integrated and native mode? Why doesn't the share point integration option show up in reporting services configuration? Answer: Because you have to install SQL server service pack 2 first.
Tags: Apache, Bookmarklet, Conversation, Form, Framework, Jquery, Marketing, Mod_Wsgi, Nginx, Python, Sharepoint, Software, Ssrs, Ui, Vip, Webdev, Wsgi