Hi there.
I have an existing webapp created in PHP and would like to embed some of the PHP code into some WordPress pages.
What's the best WordPress plugin for that?
I'm using selenium IDE to test my webpages but unfortunately I cannot use it to test those pages that return an xml response. Some people use Selenium Remote Control, others use modules like WWW::Mechanize and Test::XML or Test::XPath.
What is the best way to test the XML responses?
Hello all
i need to scrape (with approval) web sites before I start to write my own
what is the best tool/way to scrape web sites, which is both fast (multithreaded) and easy to learn?
What is the best way to track javascript errors of Internet Explorer 6 and 7?
When i got javascript error in IE (Not on firefox) then how to know quickly where is the problem. IE page source doesn't have Line numbers.
I searched for many web-bases html editor for asp.net such as tinyMCE ,ckeditor ... but i want one that give me ability to upload image into server while inserting it into the text
Could anyone give me best editor that have this feature ?
Last week I asked a question about the best technology in ASP.NET. Many people responsed MVC. Thanks to all.
What resources can you recommend to start learning ASP.NET MVC - both the MVC pattern and Microsoft's ASP.NET MVC implementation and framework?
videos
tutorials
how to
sample code
So, in your experience, whats the best way? Is there a secure way that's also scriptable/triggerable in a build automation tool?
Edit: I should mention this is windows/.net and I'll be deploying to iis6
Subject says it all. I have seen examples implementing a custom Filter. The Android developer docs talk about implementing a Filterable interface. Does anyone have any advice and/or sample code on the best way to implement filtering in a ListView ?
I'm developing a social network using Microsoft Technologies. I want to make a Wall similar to the one in Facebbok. What is the best way to do it and display comments ? Repeaters ?
When I have a problem I often search the computing literature.
Some of the resources[*] I use are:
The professional associations?
ACM Digital Library
IEEE Xplore
The scientific publishers?
Lecture Notes in Computer Science
HCI Bibliography
What do you use? What is the best resource source (if there is one) for the working programmer?
[*] after stackoverflow and google of course :)
PS what tags should I use for this question?
I have to encrypt XML file and send in network to place in a private server.
My other application will decrypt and import to SQL the file by giving the actual Public key.
Could you please suggest me best way for this.
File: XML Type
Possible size: Up to 250 MB
Technology: C#.NET 2008
Hi experts,
we are Trying to figure out which Distribution of Linux be best suited for the Nutch-Hadoop Integration?.
we are planning to Use Clusters for Crawling large contents through Nutch.
Let me Know if You need more clarification on this question?.
Thanks you.
Hello I am looking for a best way to ask/forward user so he/she adds my app to their page
one way is to make them follow the link
http://www.facebook.com/add.php?api_key=[your
application api key]&pages
(http://www.facebook.com/add.php?api_key=1fc2946c634702dfc75cce79c97c8cec&pages -real life example)
wrapping up the question: as facebook has made a lot of changes maybe the above method is the outdated one(though it is supported), and is there are any more ways to get same result?
I have a data set that I import into a SQL table every night. One field is 'Address_3' and contains the City, State, Zip and Country fields. However, this data isn't standardized. How can I best parse the data that is currently going into 1 field into individual fields. Here are some examples of the data I might receive:
'INDIANAPOLIS, IN 46268 US'
'INDIANAPOLIS, IN 46268-1234 US'
'INDIANAPOLIS, IN 46268-1234'
'INDIANAPOLIS, IN 46268'
Thanks in advance!
David
What is the best and useful debug tool in Linux environment for Perl and C++ scripts?
In related to that, does anyone know the differences between Eclipse to DDD tools?
Thank you,
YoDar.
hi
I've tried a few php IDEs , but still searching for the FASTEST one
all Java based IDEs are too slow, I have 2 computers to work, my home pc which is too fast, and my laptop witch is good , but cant handle a heave software.
and I have to work on them both, so I'm looking for the best free ide which is fast
I'm not talking about text-editors , because I already have np++ and its great, but looking for extra features to help me save time..
any tips?
What could be the best solution to avoid the conflict of http and https popups in IE?
I have many Secured connection pages where i face this popup in IE, I want to handle it how to do that?
What is the best way to pass a variabile between 2 different views ?
The only way that I acually know it's:
app = (yourApp_comAppDelegate *) [[UIApplication sharedApplication] delegate];
Thanks
When I wrote best I meant:
Speed,
Have an IDE, a debugger,
Compiling to machine code or some other language,
Quality of implemenation and,
Completeness.
Whats the best package for finding a string in multiple files in EMACS. I know about grep and such but I would like something that is a little smoother to operate.
Hi there
We've been developing apps since .NET 2 release and not we are planning to upgrade to .NET 3.5. What is the best approach upgrading from .NET 2.00 to 3.5?
BTW ... the external components that we use are:
1. EntitySpace - ORM
2. Microsoft Enterprise Library
3. Microsoft ReportingViewer 9
I am appreciated your feedback.
Possible Duplicate:
What PHP framework would you choose for a new application and why?
Hi,
What is the best framework for web app in php?(Lib,Orm, time, easy)
Thanks
What are the best methods to "Clear the 6th bit" of an integer?
And, is your solution platform independent? (32 or 64 bit integer, etc). If not, can you give a solution that is platform independent?