I am a novice at building websites and considering to make one. But there is a lot of confusion that's going on right now. I guess every beginner faces them. Few questions that come up are:
I have an idea and a need a website. That's all i know right now. But how do i start ? HTML is for sure the basic language but there are a hell of other…
Need to write this code in clojure.... package com.example.testvaadin;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import clojure.lang.RT;
import com.vaadin.Application;
import com.vaadin.terminal.gwt.server.AbstractApplicationServlet;
public class Clojure4Vaadin extends AbstractApplicationServlet {
…
I’m searching for the best way to link the outgoing/output data in a WordPress contact form plugin on a WordPress website to an existing MySQL database where a contact form is processed.
Scenario: A new site (Site A) is being developed with a contact form. Site B (old site) uses a contact form script to process contact form leads through…
I was asked by my customer to build a Facebook game. The game would be something similar to Mafiawars.com where the game is hosted on a server and run through a frame on Facebook.
The thing is after several days of negotiations with the customer and near the finalization of the requirements he mentioned something strange. He said that if…
I have just begun learning NodeJS and LOVE it so far. I have set up a Linux box to run it and, in learning to use the event-driven model, I am curious if I can use a common IP for multiple domain names.
Could I point, for example, www.websiteA.com, www.websiteB.com, and www.websiteC.com all to the same IP (node webserver) and then route…
I'm doing some R&D on what seems like a very confusing topic, I've also read quite a few of the other SO questions, but I feel my question might be unique enough to warrant me asking. We've never developed an app using pure WebAPI.
We're trying to write a SPA style app, where the back end is fully decoupled from the front end code
…
I want to host a small personal website at home. One basic problem I am hitting is, From inside home network, I cannot access my domain name. I have to use the local ip (something like 192.168.1.4) to access the website. This ip is the desktop which is hosting the website. Because of this mapping, I have issues setting up a simple…
I'm WebDesiner and I have currently only a few clients for making website.
I've unlimited hosting account and I want to host their websites in my account without reseller account (actually it is not needed for constness).
Only my client's need is ftp access to their personal directory.
So is it possible to give them saperate…
I would like to build an app like instagram or twitter. User can upload photo, type a few words, hashtag, share their location. And there will be a page like newsfeed showing updates. User can login with oauth.
How do I store those data especially photos? (In those cloud thins? like Google cloud? I don't know how those cloud…
I am currently learning symfony and going through the book A Gentle Introduction to symfony and came across this section in "Chapter 4: The Basics of Page Creation" on creating templates (or views):
"If you need to execute some PHP code in the template, you should avoid using the usual PHP syntax, as shown in Listing 4-4.…
I have a client who is given a tab delimited .txt file containing hundreds of thousands of rows.
I have a user story as follows:
As a user I want to take the text file and add a new value at the end of each line which contains the concatenated value of two of the columns.
for example if the file read
text_one …
I love Rich Hickey, Clojure and Haskell and I get it when he talks about functions and the unreliability of side-effecting code.
However I work in an environment where nearly all the functions I write have to read from the database, write to the database, make HTTP requests, decrement a user's balance, modify a…
Can anyone recommend a simple message room (not chat room) which I can use for a private communication between my users.
My idea: to grant some users (2-3 at the most) a specific privilege to talk privately in a message room. none of them would be administrator there.
I need such features:
- admin panel for…
I am trying to get the lipstick on the pig and not wearing my UI developer hat often is making this impossible.
Can someone give me nice alternatives to the code below. this is what i have now.
<style>
.FirstLetter:first-letter{font-family: arial; font-size: 14pt; font-weight: bold;color:White;…
The following paragraph is from SEO Google Guide
Google is good at crawling all types of URL structures, even if
they're quite complex, but spending the time to make your URLs as
simple as possible for both users and search engines can help. Some
webmasters try to achieve this by rewriting their…
I am college student of Software Engineering. My worries are that while I am concentrating on my studies, my peers are getting down with the code (e.g. HTML, ASP, PHP, etc) to earn money. Should I be worried that I am not doing coding like them?
I was asked to be Microsoft Student Partner but I refused…
Hello everyone and thank you in advance for the answers. I have a question concerning not how to do something, but with which instruments. Let's say, I want to write a simple application in Java that connects to a news website (e.g. CNN), parses the html document and prints on screen the news. Another…
"Web Intents" were deprecated in Chrome 24 (November/2011) and are no longer supported in any browser:
We also gathered a lot of valuable data and feedback from our experimental support for Web Intents and decided to disable the feature in today's Beta release.
Is there an HTML5 standard that I…
My problem
Our MVC based framework does not allow us to cache only part of our output. Ideally we want to cahce static and semi-static bits, and run dynamic bits. In addition, we need to consider data caching that reacts to database changes.
My idea
The concept I came up with was to represent a…
I'm looking at creating a site where a user could see our product and configure the options or look of it and see an image that represents that.
The way I'm doing it now is if you have Piece A selected and then you choose Texture X, I have an image on the filesystem that is A with X applied to it.…
I have been using jQueryMobile for a bit now, and there are some things I like about it and others I do not.
First I will give a bit of background.
I have a light weight mobile application that has a few configurations and 6 pages. Ideally I Would like to load all pages into the DOM (they…
Back in 2008, smartphones were a small market and it was commonplace for sites to be designed for a fixed width - say, 900px or 960px - with the page centered if the browser window was larger. Many designers said fluid width was better, but since user screens typically varied between…
Scenario
Currently, I am apart of a health care project whose main requirement is to capture data with unknown attributes using user generated forms by health care providers. The second requirement is that data integrity is key and that the application will be used for 40+ years. We…