Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
1answer
355 views

Reference: Comparing PHP's print and echo

Stack Overflow has many questions asking about PHP's print and echo keyword usage. The purpose of this post is to provide a canonical reference question and answer about PHP's print and echo ...
5
votes
3answers
153 views

Web Programming For The Non-Web Programmer (in Perl)

I am looking to start Web Programming in Perl (Perl is the only language I know). The problem is, I have no prior knowledge of anything to do with the web, except surfing it. I have no idea where to ...
5
votes
1answer
242 views

How do I clear the text contents of a div in javascript?

I'm temporarily adding contents to a div,tempDiv, and adding that to a link which is appended to a div, #contentHere, that's displayed. I need to clear the contents of tempDiv so that the links aren't ...
5
votes
5answers
468 views

Google App Engine compatibility layer

I'm planning an application running on Google App Engine. The only worry I would have is portability. Or just the option to have the app run on a local, private cluster. I expected an option for ...
4
votes
1answer
126 views

How to define alternative font-family corresponding to font-size CSS

I declare font family in CSS: body { font-family: "Segoe UI", "Verdana"; } We all know it means that if the browser does not support the first font, it tries the next font. Now I want if the ...
4
votes
3answers
2k views

Jquery each loop with json array

I'm trying to use Jquery's each loop to go through this JSON and add it to a div named #contentHere. The Json is as follows: { "justIn": [ { "textId": "123", "text": "Hello", "textType": "Greeting" ...
3
votes
2answers
61 views

Website image management via JavaScript - what's a good way to handle this?

I'm making an administration page for a website. Currently, it allows a user to see a set of "products" which they can delete, edit, or add to (create new). Addition and editing both work by ...
3
votes
3answers
64 views

Class not loaded

I have an CSS style in an external file and the element refers to a the style using the 'class' attribute. However, I can't seem to get the styling.
3
votes
7answers
306 views

How can I detect when a new element has been added to the document in jquery?

How can I detect when a new element has been added to the document in jquery ? Explanation: I want to know when an element with class "column-header" has been added to the document. As I plan to run ...
3
votes
3answers
114 views

Web programming with higher order functions

We are learning higher-order functions in our class and our professor mentioned that they can be useful for web programming. I'm unsure as to what cases in which that would be true and was wondering ...
3
votes
1answer
60 views

Question about web programming, maps to be specific

The prof gave us an assigment to finish in the next couple of months, we have to write a web app that is basically a mapping system for a floor of a building. Like a very very simple version of google ...
3
votes
1answer
177 views

What are the tiers of N-tier structure and their functions for WEB Development in PHP?

Can anyone can tell me the N-tier Structure and their tiers used in Web Programming? Primarily, in 3 tier structure one is presentation layer, another is business logic layer and last is database ...
3
votes
8answers
7k views

configuring e-tags

I am using Yslow as a simple speed benchmarking tool and I came across a really confusing concept. The E-tag So the main problem is : How do I configure E-tags? my grade in yslow says: There are 19 ...
3
votes
13answers
4k views

How can I find out which programming language was used to write any web site?

If there is no file extension on the end of the URL, how can I find out which programming language - PHP, .Net, ASP, etc. - was used to write a particular website? For example - www.andromeda.mn. ...
2
votes
6answers
579 views

Unable to send mail via php mail()

I am unable to send an email via php's mail function. This is the error I receive. Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and ...
2
votes
2answers
3k views

Ext Js: make button a link

In Ext Js I want some of my buttons to work like links (i.e. <a href...). How can I do that. Right now I am adding a handler that does window.location.href=http://..... But I thought there ...
2
votes
5answers
153 views

How do I get started with programming ? Online learning or Get trained in Insitutes?

I am a Commerce graduate with Computers as specialization from India .I know little bit of PHP and HTML .I am Interested in web-programming and want to create websites with my Ideas.Getting Job ...
2
votes
5answers
707 views

Can I design Web pages with Delphi?

I have been programming with Delphi for a long time, and I focused on desktop applications. I decided to enter the web-page programming world. How can I have an interface like Delphi but with a ...
2
votes
4answers
118 views

Create servlet from existing Java project

I have a Java Swing project for my class. I would like put it on my website so people can use it. However I'm not sure if there is a way to turn it into a servlet. Or do I need to know JavaScript? ...
2
votes
4answers
199 views

Should I be using a framework for Ruby?

I have once again fleshed out Ruby, after two years of not touching it, and am considering programming for the web with Ruby. However, I have found that the Ruby on Rails framework is just too large ...
2
votes
3answers
358 views

How can I authenticate a user session across servers?

Problem: A download link should be displayed in a user's home page. That download link should ONLY be accessible if the user logged in. But the real problem is that the user's home page and the ...
2
votes
9answers
515 views

Web programming: Get rid of Javascript or convince me to dive into this mess [closed]

I'm looking for alternatives to client side Javascript in web programming, because for me this language just plain sucks. I mean I am indeed impressed of the capabilities jquery or other ...
1
vote
1answer
53 views

HTML “picture in picture”

I'd like to create a (preferably) HTML code that would load content from another, small page into the current website. The content of the small page is to be a set of anchors with images that change ...
1
vote
1answer
21 views

Managing temp files in web development

I have a question regarding web architecture. I planning to build a website for uploading photos(This is a personal project). Users can upload multiple photos by zipping and uploading it. Photos can ...
1
vote
2answers
58 views

PHP - Can't start session suddenly on GoDaddy website

I had a perfectly functional GoDaddy website (under development) before Christmas break. It has not been changed. Today, I logged on and I have all these strange errors regarding sessions that ...
1
vote
4answers
51 views

PHP - detect mysql update/insertion failure due to violated unique constraint

This is kind of similar to this question: PHP MySQL INSERT fails due to unique constraint but I have a different twist. Let's say I have a table with only one column. The column's name is "title" ...
1
vote
2answers
231 views

Google App Engine error when trying to start web development in Python

I am novice with python, I have already gone through the basics with command line via using eclipse. Now want to create some web pages, I referred given link and did excatly the same, ...
1
vote
4answers
79 views

SQL Queries in loops with PHP

So I have recently taken over maintenance of an in-house Content Management System, and database optimization is not really my area of expertise. Anyway a couple of things fell out to my eye when I ...
1
vote
2answers
175 views

Cakephp, modify auth class's behavior when the user is not logged in

By default the cakephp Auth class redirects the viewer to the front page if he/she is not logged in and tries to access a denied page. I wish for the server to run some code when this happens (set ...
1
vote
2answers
360 views

how to make a refresh button using javascript

Can I make a function to refresh the page using JavaScript (same browser refresh button) Thanks
1
vote
4answers
323 views

Interact with websites C++

How do I interact with websites in C++? For example, a website has a dropbox, text area and a button, and I want my program to fill text inside the text area, choose an option from the dropbox, and ...
1
vote
0answers
129 views

Marketable skills - Should I learn JQuery and PHP? [closed]

I know there are seemingly similar questions on stackoverflow, but this is more specific. I am a Java programmer (academic for six years) but am looking for more marketable skills so I can get a job ...
1
vote
2answers
128 views

default language in web sites form

How I can change default writing language in a website form ( html form or . . .) I would like to change default language from english to persian
1
vote
0answers
35 views

Look for location, tag(s) and category(ies) in an input form

I'm trying to figure out how to do the following for this site I'm trying to build. I have a service table, a category table, a tag table and a location table. Each product belongs to a location ...
1
vote
0answers
78 views

Some basic Comet/Jquery questions?

My questions are: What's a meta, what do subscribe and unsubscribe do, and what does startBatch/endBatch do?
1
vote
1answer
36 views

Data retrieval error in Jquery

I'm trying to retrieve data from a php file named return that contains <?php echo 'here is a string'; ?>. I'm doing this through an html file containing ` div { color:blue; } span { ...
1
vote
2answers
119 views

what is ssl and how can i use to make my website secure?

Can anyone tell me about SSL and how it can be used to secure a website?
1
vote
4answers
143 views

How do online port checkers work?

For example http://www.utorrent.com/testport?port=12345 How does this work? Can the server side script attempt to open a socket?
1
vote
2answers
33 views

SecurityException when making ajax call from only a certain machine?

When a certain machine tries to access my website, all AJAX calls fail. This happens for all browers on this machine, and no firewall or anything of the sort seems to be enabled. What could be the ...
1
vote
2answers
113 views

How does a URL qualify to be called a CDN

I would like to build my own Content Distrobution Network and I have come across a blog post showing how to do it with one of Google's services. But I can't understand it. Here's a few more questions. ...
1
vote
1answer
106 views

Unpaired value in UriTemplate works on one computer, but not another

In my web service I have to recieve HTTP request over a URI of the form /a?b: [OperationContract] [WebInvoke(UriTemplate = "http://hostname/.../a?b")] Stream MethodName(Stream stream); without the ...
1
vote
4answers
164 views

are there simple, open source learning-friendly web apps?

I was wondering if I could learn ASP.net or other web programming frameworks by studying existing functional open source apps of the simpler kind. As in, of not quite MediaWiki complexity and so ...
1
vote
8answers
323 views

What college has good coverage on Design Patterns, CSS, and JavaScript?

A cousin is going to college, probably in computer science, and he asked me where is a good school to go. I told him some schools and current topics in CS, he asked about them and I was wondering, ...
1
vote
2answers
543 views

in what situation does the HTTP_REFERER not work?

i have used the REFERER before in foo.php to decide whether the page iframing myself is of a particular URL. (using $_SERVER['HTTP_REFERER']) it turned out that most of the time, it worked (like ...
0
votes
2answers
61 views

Organizing a URL structure

I'm trying to make a mashup using Php and Last.fm api. But I've got some questions: 1 - How can I organize the code? Because the webapp'll do different thing and each one has it own code (file.php) ...
0
votes
0answers
42 views

How a video template can be used to replace with custom images/text on-the-fly using PHP

OK, I am gonna ask again with more info, sorry about my last question with less info. I am a website developer (php) and I have been given a task to develop a website similar to http://ivipid.com/. ...
0
votes
1answer
17 views

how to make an element available in web page without making the page heavy

I have a scenario where I have to place nearly 5000-10000 data in the web page at a time or part by part say(1000 at a time) but if I have to follow the 2nd option the database hits will be very high, ...
0
votes
2answers
50 views

Offer access to a private page without login

So I've been struggling with a nice and easy way to allow users to access a private page without asking them to fill out a login/password form. What I'm thinking about using right now is for each ...
0
votes
1answer
32 views

Bad permissions after uploading file to PHP server

I'm running the following code on a file that has been uploaded to this page through a POST. $newname = "images/".$name.".".pathinfo($_FILES["file"]["name"], PATHINFO_EXTENSION); //Copy the file ...
0
votes
1answer
50 views

Switch to POST from GET, need to submit a form to two different locations

[I did see the similar problems solved with AJAX/jQuery, so please read on]. I have a form that a user can fill out - but one of the options on the form allows selection of an image, and when the ...

1 2