I am writing a Python web app and in it I plan to leverage Wikipedia. When trying out some URL Fetching code I was able to fetch both Google and Facebook (via Google App Engine services), but when I a
Is it possible to send a partial page, say content of an IFrame or Content of a Panel as an attachment in an Email?
I have several existing Pages that when I login to https://developers.facebook.com/apps All show up in my Apps list. However the one page (not created my be but I am an admin) does not.
I would like to get a list some reference or sample application projects in .NET/C#- with good test coverage.
In Asp.Net or Web-Developemnt what is the best way to Vali开发者_Go百科dateTextBox\'s on a page. The TextChange event (server side) happens after you leave the textbox which is too late. I was going t
I\'m building a personal Web application using Java EE 6 Technologies (the container is an application server, Jboss AS 7). I\'m starting from scratch to create
Imagine I have 100 icons, 200 icons... It is kind of the same problem Apple addressed with the dock How can I best display them and are there any existing to开发者_JAVA技巧ols/libraries for doing so?
How do you access the Assembly Information in Asp.Net (Title, Description, Company, etc.)? Do you have to use refle开发者_运维问答ction?To read the information in the assembly level attributes (eg. As
How do you make sense of exceptions like this? It doesn\'t add up because the CatalogFacade does compile fine, andBy the way, I do implement the classes they ask for. \"Any of\" seems like it\'s not n
I will be writing a RESTful API soon and am wondering as to which technology lends itself most to ma开发者_StackOverflow社区king the end product scalable and fast.