web

Automatically invoking operations/actions

We need to send newsletter/messages to our users at certain times. This is done on the web; however, we want this to be done automatically for certain time. Although this problem suits the Window Service kind model, but we are hosting on public domain; therefore, we can't use this option. Is there any way that this particular action ca...

How or where does foursquare gets its geodata from?

I've been trying to answer this myself but I can't find it, would any of you know? ...

C++ Serve PHP documents?

I am writing a small web server, nothing fancy, I basically just want to be able to show some files. I would like to use PHP though, and im wondering if just putting the php code inside of the html will be fine, or if I need to actually use some type of PHP library? http://www.adp-gmbh.ch/win/misc/webserver.html I just downloaded that ...

Web design side decoration

I was wondering if anyone know of some good tutorials on how to design and code side decorations(or whatever right term there is) like the ones on these website: http://www.buckle.com/ I'm referring to the spring yellow and red flowers/butterflies Thanks ...

What is a good templating solution for the creation of simple static websites ?

I want to streamline the process by which I create static websites. I want to avoid having to do multiple editing operations when I have to change one page element, like the text or image in a footer. I want to be able to use my tool on a local computer, in order to upload the resulting structure to my server. I don't want to use a to...

web services,web application

what is web services(Rmi,ejb,soap)? what is different between web services and web application? Is possible to implement web services in web application? ...

Can SharePoint web services be used to retrieve the ACL for a document or folder in a SharePoint document library?

I would like to use SharePoint web services to retrieve files and folders from a SharePoint document library along with any ACL associated with each. I know I can get the files and folders but I don't know if there is a way to get the ACLs. Is this possible? Thanks ...

Mobile Browser Web Page Solution

Hi all, I have a requirement to create a web page that is compatible on all mobile web browsers but I'm completely stuck on the design of the solution. I have been tasked with building a single web page that users complete and then at the bottom of the page, are given the option to save a draft (to return at a later date and complete...

Internet Explorer image offset

I'm trying to make a fairly simple image slideshow to replace a flash based one. I've got it working consistently in most modern browsers, the code validates (at least it used to. After battling IE, I'm not sure) but of course it doesn't work correctly in IE 6 and 7. I haven't checked 8 yet, but I'm not exactly holding my breath. You ca...

Good starting point for learning to create ASP.NET SOAP web services

Hello again, I am currently in the planning process of developing an application that I would like to expose the data from across multiple platforms using SOAP/XML web services. I am developing the application using asp.net 3.5. Any links or good tips for getting started would be great! Cheers ...

Jquery ajax call pass GridView DataKey

I need to pass a GridView DataKey (Primary key) as parameter in an ajax call JSON with jquery. However,i dont't to expose my primary key column in source code HTML.I've already tried to hide the TD (first column) of the table,but it doenst hide in source code. Here is the Jquery code: $(function(){ $("tr").each(function(){//hid...

Any tools availabe to display Microsoft Access reports on the web?

We're looking for an easy way to display Access reports on the web. These reports have been written and viewed internally for years. They are not simple tables, but more complex charts and graphs. But, now people outside the organization need to see them. All of the data is in access. And, except for reporting everything else is wo...

Web frameworks to develop for Android and iPhone?

Web frameworks to develop for Android and iPhone? ...

Readable Font that is Web Safe

In a web app I work with from time to time the issue of text readability has come up. The reason is that it involves passwords which will be read off of the web page or written down. One of my co-workers pointed out the Crystal font as one that is designed to be unambiguous ("l" and "1" aren't confused, "0" and "O", etc), but I'm prett...

What is the best CMS for a technology user group?

We're starting a user group and want our own website for it where people can post, register for meetings, etc. What is the best CMS to use? The server we plan to use is Win 2003 Web Server with IIS 6 and SQL 2008, but also has PHP and MySQL installed. ...

How I can access resources of local filesystem and manipulate them from browser

I need a technology to: a) From the a browser, a web page, browse to the user filesystem (with his authorization) b) Let user select a folder and search for images c) The folder can contain huge jpg images (up to 20Mb) d) show a resized version, very tiny version, of the founded images inside the browser e) play with the thumbnail (reor...

Wix Web Installer: Set homepage in internet explorer and firefox

hello, i created a web setup by using wix, now i want to set internet explorer homepage and want to add my webpage as favourite with my webinstaller. can any one tell me how to do this in wix (3.0-3.5), i google this but can't find any thing. ...

compilation error in eclipse IDE for a java program.

i have following code for which eclipse giving following compilation error Multiple markers at this line - The hierarchy of the type TutorialsApplication is inconsistent - The type com.vaadin.terminal.Terminal$ErrorListener cannot be resolved. It is indirectly referenced from required .class files - The type com.vaadin.terminal.URIHan...

mailto fails in IE where there is a long body text. Is there any way to resolve this?

I am having a problem using Internet Explorer 8 (IE8) to open mailto links with long messages. After the user clicks on the link, IE changes to an about:blank page and never completes the call to outlook to create an email Here's an example: <a href="mailto:[email protected]?subject=123456789&amp;body=11111111111111111111111111111111111...

Total number of built-in functions in php?

Hi, does any one know how many built in functions are there in PHP (latest version)? Thanks ...