Hello everyone,
I'm about to start building a subscription based website that will function much like 37signals offerings in terms of users paying a monthly fee to use the site.
But in my case I would like for them to be able to use their own hosted domain names and have them point to my server.
Is this possible? How do i link up the domain name with their account on my server?
Thanks a mil!
Hi there.
I would like to build an image gallery in Flash with AS2 or AS3 that detects automatically the number of images available in a specific folder (say a level below the swf file).
The goal is to don't have to config any xml files with the images to show.
Is this possible?
Thanks in advance.
Hello,
A url is being displayed in a div as shown below
<div id="ipage">
<? $url = "http://www.yahoo.com";
$file1 = fopen($url, "r");
$content = file_get_contents($url);
echo $content;
?>
</div>
And I receive this error
Webpage error details
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Bright idea to solve this.
Thanks
Jean
This is more a question of pros/cons between PHP and JAVA.
Iv been doing research, and iv narrowed it down to those two.
And in consideration, id like to go into mobile app dev...So thats +1 for Java.
Time taken to learn the language is not an issue...Just would like to know which is the most profitable at the end of all the training.
And on a slight note. Can Javascript work with Java? And what is the real advantage of that?
Guys,
I've got to build a GUI to be run on Desktops in Java. I'm decently new to Java, and I"m trying to understand what Maven is best suited for. Is this the type of application that would be well suited for Maven? Could someone just give me a 100 word explanation of what Maven basically is?
Thanks,
Joe
Hi, I am designing a wordpress template, and I would like to use jQuery ui to display each of the calendar links in a dialog box, when they are clicked.
What I want, is when someone clicks on a link in the wordpress calendar, the content will load in the dialog box, and display over the calendar.
I would appreciate any help on this, thanx in advance!
Both Ideone and Codepad have Little endian architechtures.
I want to test my code on some machine with big-endian architechture (for example - Solaris - which I don't have). Is there some way that you know about?
Hello everybody,
I have multi-step form and user can navigate to any page to modify or add information. There is a menu that shows progress and steps user completed. This menu allows to navigate to any step user completed or going to complete.
Inspite of big button "Save and Continue" some users click this menu to navigate further. I have to check - if values have changed in a form and ask: "Save changes? Yes/No".
What is the best way (with minimum code) you suggest me to check if form values have changed.
Thank you in advance!
I want to cache a object in memory. Regenerating the object when the cache expires is fairly expensive, so I want to do the following:
When the cache is "about" to expire, I want to fire off a asychronous thread that will go and rebuild the object and then reset the cache.
One thing I am worry about is multiple threads firing to fetch the object to cache, I only want a single thread doing this, realizing many people will be hitting the website.
This might not be the best use case to do this, but I want to know how to do this sort of thing.
I want to create an application like this:
http://typewith.me/2wicOjuefI
What is the more efficient way to create this real time application ?
Flash ? Long polling ? Http Streaming ? or anything else ?
Thanks ;)
I have a Perl script to open this page http://svejo.net/popular/all/new/ and filter the names of the posts but except headers everything seems encrypted. Nothing can be read. When I open the same page in a browser everything looks fine including the source code. How is it possible to encrypt a page for a script and not for a browser? My Perl script sends the same headers as my browser (Google Chrome).
I really can't find the right Google terms to track this down. But you're all quite smart so thought I'd post it here.
You know how sometimes you are on a good site and you click a button (like to submit a form) and the form doesn't go away, instead, the foreground becomes transparent and it contains a message of some kind, or another page. The message is at the forefront but the previous page is still mostly visible behind it - how do they do that? I'm assuming it's an AJAX-esque trick.
There is a website I am trying to pull information from in perl, however the section of the page I need is being generated using javascript so all you see in the source is
<div id="results"></div>
I need to somehow pull out the contents of that div and save it to a file using perl/proxies/whatever. e.g. the information I want to save would be
document.getElementById('results').innerHTML;
I am not sure if this is possible or if anyone had any ideas or a way to do this.
I was using a lynx source dump for other pages but since I cant straight forward screen scrape this page I came here to ask about it!
Is there a tool that can record amf calls being made from a flex application (swf) and replay them? + do a load test?
I tried Visual Studio 2010 and with FluorineFX this works. But are there other tools around that can do the same?
Hello Experts,
I am working on a website.I am using C# 2008.I want to make a text box that accept only numbers & comma(,).
for example-919981424199,78848817711,47171111747 or there may be a single number like 919981424199.
I was able to do one thing My text box only containing number by using this Regular Expression validation.in its property-Validation Expression i wrote "[0-9]+".
This is working but now my requirement is to send bulk SMS & each number is separated by (,).
I tried a lot but not getting the ans.so please help me to sort out this problem.
Thanks in advance.
Hi, couldn't find it exactly from earlier questions, but I am probably repeating an earlier question, so apologies upfront ;-)
I am looking for a simple code to embed a QR 2D code generator on a website I am building. I assume their should be some free open source code for that but I could only find paid software.
Can anyone point me in the right direction? would be mostly appreciated!
best regards,
Robbert
What I need is a slide menu that is activated by one click. The menu then appears and doesn't disappear until user clicks any where else on the current page.
I don't require any effects but need something reliable that I can style with ease, put a thumbnail of a photo inside change dimensions, add mouse over effects etc.
I've done a several searches on google and quite a lot of options are coming up and I'm not too sure which would be best for me.
I've seen some people suggestion html + css3 and others suggest jquery. Does any of these options have a benefit over the other?
I would appreciate your opinions and maybe some links thanks.
I have a classic asp application which retrieves the current application name and sets an Application variable containing that name. This name is important (I wont go into why) and is essentially the friendly name in IIS.
The problem is, the implementation used to get this name is flawed, it a) assumes the home directory contains the string wwwroot, and b) assumes the folder name is the same as the application name. I can no longer guarantee these conditions.
I would have thought the application name is know at run-time but I can't seem to find it in either Session or Application variables (at application start up entry point in global.asa). Any ideas?
I have written an application that basically gathers up a bunch of text and numerical data from the client PC and stores it as an object. Right now I'm implementing XML serialization so that the file can be saved.
The issue is now, how do I get this data to the server? I have a server running IIS 7 setup but I don't quite understand the ASP.net life cycle, so I'm not sure how to implement the receiving app.
What should I do?
Thanks
Hello,
I have a list of urls for which I want to display first 200 or 250 characters. Can I do it using jquery or should I download them on the server side [using PHP] and store them in database?
I guess I will have to use fopen with limit of characters. **
When you run a Java Servlet Container that you would like to serve both static and dynamic content on port 80 you have the classic question of whether to run the server as:
As root in hopefully a chroot jail if you can (haven't gotten this working yet)
As a non root user and then use IPTables to forward port 80 to some other port (1024) that the container is running on
Both: As a non root user, IPTables, and chroot jail.
The problem with opt. 1 is the complexity of chrooting and still the security problems of running root.The problem with opt. 2 is that each Linux distro has a different way of persisting IPTables. Option 3 of course is probably idea but very hard to setup.
Finally every distro has the annoying differences in daemon scripts.
What do people find as the best distro agnostic solution and are there resources to show how to do this?
Hi,
in all browsers I've trid other than ms internet explorer,
I need to reload before my slider menu is visable..
could anyone shed some light!?
http://www.musical-transformations.com/gallery/index.html
Thanks,