so I have a SWF file. It can generate Jpeg images. I want to get that images by url (for ex www.my.com/file.swf#image.jpeg) I want to get just clean image (no flash no sign of flash). So as if i was just calling my apache server to give me that image.
So how to do such sing with AS?
I need Libs
Tutorials or anething.
...
Hi,
I have a blogger template(xml file). Is there any way to test or run the blogger theme locally?
Thanks in advance
...
Hi
I have a simple hyperlink server control which i am trying to reference from my code behind page.
It is inside a Login server control (shows the username and password boxes to login) which has been converted to an editable template, and this is also inside a LoginView.
I can easily reference a server control outside of the Login co...
I want to run a PHP file as a web page in Eclipse, but every time I try to run it, I get a "404 not found error". I'm using the default PHP Web server in the run configuration. Here's a screenshot of how I got it configured...
What am I doing wrong?
Thank you
...
My server broadcasts a packet to a browser client every now and then.
Is there any way to figure out how long it took from the packet from:
server --> client
I'm trying to time something, so ideally my JavaScript function would be like:
var travelTime = {amount of time it took packet to get to me};
setTimeout('myFunction()', 3000 + ...
First off all I know:
Premature optimization is the root of all evil
But I think wrong autocomplete can really blow up your site.
I would to know if there are any libraries out there which can do autocomplete efficiently(serverside) which preferable can fit into RAM(for best performance). So no browserside javascript autocomplete...
Hello.
I got a customer where I host mail and www address on my server with PLESK 9.2
I want to direct the www address to another IP address like this:
Original:
www.domain.com -> IP: 1.2.3.4
mail.domain.com -> IP: 1.2.3.4
webmail.domain.com -> IP: 1.2.3.4
New:
www.domain.com -> IP: 22.22.22.22
mail.domain.com -> IP: 1.2.3.4
webmail....
Hi everyone,
I am trying to configure Zend Server CE based on the instructions in the book "Pro Zend Framework Techniques - Build a Full CMS Project".
The book has me do the following:
Alter httpd.conf from:
DocumentRoot "C:\Program Files\Zend\Apache2/htdocs"
<Directory />
Options FollowSymLinks
AllowOverride None
Order...
I have AMFPHP installed on my server. I have a flash app that can call it's methods. I want to create some HTML (on server created) pages which will contain HTML code and results of AMFPHP functions. How to create such thing?
...
I need some guidance from all the Linux experts out there. I would like to do the following. Please tell me if this possible. If it's not, please tell me why.
I would like the user to interact with a touchscreen LCD connected to a Linux thin client PC. I want to use Linux Terminal Server to run a virtual linux application (with user int...
I've read this: http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html
I want to write an imap server rather than imap client in Java. What libraries should I be looking into?
Thanks!
...
Vps hosting provides choice of operating system:
Cent OS 5
Debian 4.0
Fedora 10
Gentoo
Opensuse 10
Ubuntu 8.10
Ubuntu 8.04
Ubuntu 9.04
Which pros and cons for running rails app, software installing, overall feel, etc. do they have, or maybe there are others which are much better to serve rails
...
When I try to access a site, it says "Connection has timed out
The server at jdlhighschool.eduvisiontest.info is taking too long to respond.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is pro...
I want to implement a Java HTTP server locally, I mean the server computer would be in my control. I'm expecting not more than 20 clients to send requests to it.
I was wondering how to go about it:
Should I use a J2EE servlet container, like Apache Tomcat?
Could I use J2SE classes and just build it using them?
Are there any existing al...
I'm working on a web app that allows scientists to submit to a high performance computing cluster through a web interface. The users fill in some data about their experiment, upload some files and the web app takes care of the rest.
At the end of the computation the users need to be able to access their resultant files. They are around...
Hey, folks.
So, I'm running a java server (specifically Winstone: http://winstone.sourceforge.net/ )
Like this:
java -server -Xmx12288M -jar /usr/share/java/winstone-0.9.10.jar --useSavedSessions=false --webappsDir=/var/servlets --commonLibFolder=/usr/share/java
This has worked fine in the past, but now it needs to load a bunch more s...
Hi,
I wanna know what is the best, cheapest SMS Gateway software I can use to handle "2-way" messaging?
Thanks in advance
...
I am using CakePHP 1.2 for building a website. The problem i am facing is when ever a page loads it takes a lot of time in "waiting for www.example.com". The server response time is very slow. First i thot it was my database queries, but they were executing in less than seconds time. Next i also contacted the server people. They told it ...
I'm looking for some service server that is extremely simple and lightweight. It's supposed to be used by administration scripts or simple apps to query for information that is available only as root on other server.
I don't need high-throughput, stateful processing, etc. Only blocking, synchronous queries required. Preferably no HTTP s...
I recently had a program fail in a production server because the server was missing a time zone, so the following line threw an exception:
TimeZoneInfo.ConvertTime(date, TimeZoneInfo.Local, TimeZoneInfo.FindSystemTimeZoneById("Argentina Standard Time"))
I fixed it exporting the time zone registry branch from a test server, importing i...