Are there any auto compiling scripts like the ones used at ideone.com and codepad.org available?
(preferably open source, and which execute the code in a safe environment.)
I'm interested in the way lala.com works. They have a header that remains fixed at the top of the browser and they have a flash music player in it.
You can click on other links in the site and they are displayed below the header but the header is not disrupted and can continue playing music.
If the target is a modern browser say IE8 & FF 3.6, what's the best way to achieve this?
Thanks for any help.
I really like how 37signals created a simplified Q&A site (i.e. simplified StackExchange)
http://answers.37signals.com/basecamp
Does anyone know of a free, self-hosted, open-source software implementation that is similar to simplified functionality of 37signals implementation of a Q&A site?
Hello,
I just wanted to know if anyone knows about the clone of http://www.olx.com made in PHP.
Note: Not sure whether to ask this question here but I thought only programmers might tell as this is their business.
Thanks.
A couple years ago I found a great site called something like 'programming-books.com' (but not exactly that).
It let users submit links to their favorite books for various programming languages, and write a short blurb about why they're so good. You could include their Amazon page and the website would grab a cover picture.
I've since lost that bookmark and am trying to find it again, anyone know what site I'm talking about? Is it still around?
(cross-posted @ hacker news)
I'm working in address book for iphone.
it generate address into UILabel.
when I'm running the application everything goes well, but after showing about %30 of the addresses and sadenly stopped without any reason!
Only in terminal shows:
Error, could not create MachMessagePort for database doctor (com.apple.addressbook.migrationdaemon) starting in process migration
Please help me!
Is it possible that the iPhone can somehow send data or some control command to the computer's com ports via USB cable? Maybe use inline assembly language for instance? Thanks!
I want to make an email for my website like "info@domain.com" where people can send their feedbacks and suggestions to it. How can I do it? Can I do it with PHP or there is something else needed?
I'm seeing it in a ton of search results and even copy pasted into content on this site (http://stackoverflow.com/questions/2687289/adding-a-bookmark-link-to-a-facebook-iframe-app). Is it a phishing thing or just some actual proxy thing that is innocent?
In my search for a good, freely available resource that will teach me C++ I stumbled on http://www.learncpp.com/.
My question is for intermediate to experienced C++ programmers...
Does this site seem to be a good resource for a beginner to learn C++ from?
I've gone through the first few section of the site, and I feel like I am starting to grasp the language, but being a beginner in C++ I really could be learning things all wrong and have no idea.
I am writing a tomcat app, and have a need to do authentication within the URL like this:
https://user:[email protected].com
Except for the life of me i'm not sure how to set it up or able to find the docs to read up on it, clearly my google skills need work.
Can anyone tell me where i should be looking for this kind of info or where to start?
Cheers
Andy
Hi all.
I was wondering if anyone knows in what technology/web platform the uefa.com
website was built. Its page suffix is ".html", but I don't see how it could be built with just html, since it probably has a lot of dynamic content...
Anyway, it's a great website with fast loading pages and nice design. Does anyone know who built it ? ... thanks ...
Im getting classnotfountexception on Class.forname("com.mysql.jdbc.Driver")
im using:
windows vista 64-bit,
Eclipse Galileo,
GWT framework
i downloaded (mysql-connector-java-5.1.6-bin), but what the exact path i should add to.
im getting this exception while im in gwt-projects, but normal projects working good,
any idea how that should be done???...thanks
I have this strange problem, how exactly does control + enter decides the domain of a website??
If i type stackoverflow,then hit control+enter, it works and takes to homepage, but i type ubuntuforums,
then hit control + enter, it does not recognise its ubuntuforums.org, but goes to ubuntuforums.com??
How does this exactly work? If i need to change this behaviour, how should i do it?
Hi all.
I was wondering if anyone knows in what technology/web platform the uefa.com
website was built. Its page suffix is ".html", but I don't see how it could be built with just html, since it probably has a lot of dynamic content...
Anyway, it's a great website with fast loading pages and nice design. Does anyone know who built it ? ... thanks ...
I am trying to package a com dll in an msi. I want the setup to run a batch file afterwards.
The batch file basically points to the WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder and runs the regasm command to register the assembly.
How do I get the setup to do this?
Thanks.
i want to know the mean of yahoo robots.txt
that website( http://www.yahoo.com/robots.txt ) have the following lines
User-agent: *
Disallow: /p/
Disallow: /r/
Disallow: /*?
i dont know the mean of last line(Disallow: /*?)
please let me know...
thanks and advance
Hey guys,
I've seen URL's like this around and I'm just wondering how it is they are used.
Until now I've been using www.mysite.com/users/?id=33
How can I use the other format?
Is there a plug-in like the java applet @ SQLinForm.com for MS SQL Server Management Studio 2008?
I tried SSMS tools based on someone's answer to my previous question but I don't find any functionality to format (beautify/tabify) SQL.
If somebody could please point out that in SSMS tools or suggest some other tool (preferably free)
Thanks :)
i have 2 domain, 1 is old domain, 1 is new domain
i setup my new site in new domain, but i wish to have the new www.example.com/testing/ redirect to the old domain's folder.
can it be done? how?
I have a statement "New-Object -com Indesign.Application.Cs5 | Get-Member"
It works as expected for the top level.
How would one recurse the entire object tree and output results in a readable/spreadsheet format (if possible).