Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: How To: server-side data cache from SOAP feed ?

Started 1 month, 1 week ago by jefferis
Hi folks, I posted this previously in another forum. It might not have been the right place, so I'm reposting it here: This is a new one to me and I'm looking for some direction. I've a client who wants to get live precious metal prices on his site, and the company that may provide the feed charges per hit (so many allowed per month at a set price). So each time the page refreshes, 5 hits ...
Site: SitePoint : New Articles, Fresh Thinking for Web Developers and Designers  SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile
Forum: General Development Issues  General Development Issues - forum profile
Total authors: 120 authors
Total thread posts: 3 posts
Thread activity: 44 new posts during last week
Domain info for: sitepointforums.com

Other posts in this thread:

rezzner replied 3 months, 2 weeks ago
IE8 Compatibility View Can someone tell me if Compatibility View is enabled or disabled on a default install of Windows with IE 8? My site looks rather bad when Compatibility Mode is turned on, but it looks fine in all other modern browsers. I'm trying to decide if it's worth the trouble of going through and fixing them or not. If so, ...

solas replied 3 months, 1 week ago
I've found my source code corrupted by another person. I suspect their FTP program added a line break every second line. Think they used cute FTP. I've had this problem with filezilla. Does anyone know a smart way I can remove the excessive line breaks without doing it manually? I know CSS optmisers will do this for CSS files. Is there something I can use for my php code?

solas replied 3 months, 1 week ago
Source Code has excessive line breaks I've found my source code corrupted by another person. I suspect their FTP program added a line break every second line. Think they used cute FTP. I've had this problem with filezilla. Does anyone know a smart way I can remove the excessive line breaks without doing it manually? I ...

xiaawan replied 3 months, 1 week ago
Thank you guys, I got your points. But there is another point I want you guys to consider about. Our complaint system requires staff members to add complaints on regular basis. First they have to see the issue then register a complaint about it. We came to know that some of the members they are not feeling comfortable by registering complaints regularly and searching for any script or ...

guru_12 replied 3 months, 1 week ago
wordpress vs drupal vs joomla... Joomla and Drupal are two magnificent Open Source Content Management System which provide the framework to develop effortless with various ready to us modules and website in short span of time. Main differences are as under 1. Drupal use smarty template where as on the other hand Joomla dose not 2. Joomla uses plugin and modules whereas ...

nicky77 replied 3 months, 1 week ago
I'm working on a couple of CMS at the moment, both of which have a similar requirement for a projects portfolio section. I'm looking for some advice and I'll try to explain this without rambling on for too long... Basically, each project can potentially have a number of images related to it, as well as a custom thumbnail (i.e the client wants to manually create their thumbnails instead of ...

sciguy replied 3 months, 1 week ago
Hey everybody. I'm using a super tiny embedded webserver, and it doesn't have anything fancy like php on it. I'd like to have page that sends a raw 204 Header. I would ordinarily do this in php using the following code: Code: <?php header("HTTP/1.0 204 No Content"); ?> But I can't do that. Is there anyway to send a raw header with an htaccess file, javascript, or something ...

wwb_99 replied 3 months, 1 week ago
What exactly is the "super tiny embedded webserver"

matius replied 3 months, 1 week ago
oops, flubbed the title ... mean to be landing page vs. index.html I have a client who needs a landing page for an event before the actual website goes live. I was thinking just to make an events page, but since this is going to print on a flyer... would it be better to have it go to the main domain and then redirect to the events page? What would you do in that situation?

wwb_99 replied 3 months, 1 week ago
We do alot of event sites, with lots of print ads. What we do is make special urls for each ad (eg: http://example.com/bethere ) and then our back-end redirects those special urls to appropriate pages. If you are running on something static, you can easily do this with url rewriting rather than something database driven.

 

Top contributing authors

Name
Posts
AlexDawson
10
user's latest post:
Odesk.com
Published (2009-12-10 07:32:00)
I do work independently yea (and though my viewpoint is my own I've worked on both sides of the fence so I hope the information is useful as I've tried to just point out the inherent downside of job &quot;bidding&quot; sites as I've encountered them), but I'm currently busy at the moment so this post wasn't an offer of work
PHPycho
9
user's latest post:
Switching htdocs on the fly...
Published (2009-11-16 01:11:00)
If you are on windows platform then it's very easy to create virtual host. go to: C:\WINDOWS\system32\drivers\etc\hosts file and add the line just below the 127.0.0.1 localhost as 127.0.0.1 my.newlocalhost
wwb_99
6
user's latest post:
Creating a mailing list system
Published (2009-11-21 06:55:00)
Having built a few blast email systems in my days, I'd really argue that you should pick a vendor, not reinvent the wheel. Most of the better ones can support all of your requirements and more and the price really is right. Moreover, they fight the really crappy implementations of SMTP on email servers in the wild, as well as take care of much of the drudgery of ensuring your addresses aren't marked as spammers. And, when the...
Dan Grossman
6
user's latest post:
iphone app development for one...
Published (2009-11-29 11:09:00)
Sorry, I removed the response after I realized you asked about someone other than yourself using it... another user without a developer account wouldn't be able to install your app without jailbreaking. You can put it on your own phone though.
nahoms
6
user's latest post:
best way to implement videos on...
Published (2009-12-07 13:47:00)
thanks will check it out
logic_earth
5
user's latest post:
uploading files to server
Published (2009-11-09 15:05:00)
Can I explain it in more detail? No, there is not enough time in the world for that. But the information is already freely available if you look. http://en.wikipedia.org/wiki/File_Transfer_Protocol
johnyboy
5
user's latest post:
Gps Issue
Published (2009-12-09 06:19:00)
the question's so vague, no context or anything. an iphone has locating ability and a number of the other handheld devices like that i believe. and they have the ability to use the internet including accessing websites. so the answer is an iphone or similar.
PhilipToop
5
user's latest post:
IE6 support.
Published (2009-12-12 15:23:00)
I will try to explain what I think is going on. First if you look at you div with id &quot;main&quot;. This has a position relative which means that it is in the natural flow of things and it is positioned relative to what precedes it. That div contains two further divs with ids &quot;main_left&quot; and &quot;main_right&quot;. The first &quot;main_left&quot; has a style float: left. The second...
brycekmartin
5
user's latest post:
Content overlapping in IE6.
Published (2009-12-14 03:57:00)
I'm working on a site and it is so close to being done. I have all the issues worked out on the front page except for one. www.inaglaze.com is the site. The problem is that I need the picture that is overlapping the pink box to be at the bottom and right of the white content area. This is working in FF3.x/IE7&amp;8. Anybody have any ideas how to slam it to the bottom of the content area? I really just need the #main_right div to...
skyhigh007
4
user's latest post:
uploading files to server
Published (2009-11-09 15:18:00)
Thanks

Related threads on "SitePoint : New Articles, Fresh Thinking for Web Developers and Designers":

Related threads on other sites:

Thread profile page for "How To: server-side data cache from SOAP feed ?" on http://www.sitepointforums.com. This report page is a snippet summary view from a single thread "How To: server-side data cache from SOAP feed ?", located on the Message Board at http://www.sitepointforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity