Hello,
How much does a basic website cost in the US on average?
I am talking about the cost for one done by a freelance, with a CMS Tool and nothing too fancy.
Cheers
I'm building my first website with rails,it consists of a blog, a few static pages and a photo gallery.
The admin section has namespaced controllers.
I also want to create a mailing list, collecting contact info,
(maybe a spree store in the future too.)
Should I just use basic http authentication and check if the user is admin?
Or is a plugin like…
1- What is the best XNA book, which can teach the 2d & 3d game programming from basic to advance? Is it possible after reading that book create professional looking 3d games???
2- Any suggestion how can become professional game developer with XNA, and create cool 3d games?
3- Is it XNA industry standard for creating games?
4- Is it any work…
I am testing out my scripts to see if they will prevent xss and sql injections. Can someone provide me with some basic but good scripts that would "hack" into my programs. I want to test my scripts before it goes online.
hi all
what basic tips should we observe in design web pages(html/css/javascript) for having highest compatibility with most browsers(IE-firefox-opera-chrome-safari)?
thanks
Is there a rubygem that has the basic "Get your API Key for our service" functionality like you find on all modern sites?
Looking for a project that has an Application model and a key/secret generator or something similar. This dzone snippet is all I've found so far.
Anything?
I am trying to decide on a data structure for an array that has a date for the key and the amount of bandwidth consumed as values.
examples
Key Consumed Policy
October 50 Basic
November 75 Basic
December 100 Basic
Some months, but not all, will have more than one…
I get the following error while openning a .xls file in Libreoffice Calc, Ubuntu 12.04 [LibreOffice 3.5.5.2; Build ID: 350m 1 (Build:2)]
To overcome this I checked the LibreOffice Security Level to Low under Macro Security (from Tools---- Options--- Security tab. Then I went ahead intalling java by running the following commands from the…
Context: C#, XNA game
I am using a very basic formula to calculate what angle my sprite (spaceship for example) should be facing based on the xbox controller thumbstick ie. you use the thumbstick to rotate the ship!
in my main update method:
shuttleAngle = (float) Math.Atan2(newGamePadState.ThumbSticks.Right.X,…
i am wondering if the basic link_to syntax is completely broken in current rails3 master or if i am doing some wrong syntax here.
= link_to "name", nil, :onlick => "alert('Hello world!');"
should actually produce an alert on click. very simple. does not work on my rails3 project! (also no error output!) any…
All I need to do is download some basic text-based and image files from a web server that has a self-signed SSL certificate.
I have been trying to figure out how to use HttpClient to do this, but getting the SSL to work is a nightmare that seems to be way too much trouble for such a simple task.
Is there a…
I'm looking for for a programming book that reviews basic concepts like implementing linked lists, stacks, queues, hash tables, tree traversals, search algorithms, etc. etc. Basically, I'm looking for a review of everything I learned in college but have forgotten. I prefer something written in the last few…
I have a rather basic and general question about atomicity of "UPDATE ... SET .. WHERE ..." statement.
having a table (without extra constraint),
+----------+
| id | name|
+----------+
| 1 | a |
+----+-----+
now, I would execute following 4 statements "at the same time" (concurrently).
UPDATE table…
I'm building a basic API where user information can be retrieved after that user's login and password are correctly sent.
Right now I'm using something like this:
http://foo:bar@example.com/api/user.xml
So, what I need to do is access the user/password sent in the request (the foo and bar) but am not…
I want to make a URL Shortener that uses and Online URL Shortener API
I want to use this api here - http:// cut2.tk/api-about.php
So the api code is this
http://cut2.tk/api.php?url= LONG URL HERE
I want to use an User Form with 2 TextBoxes and two Buttons
The first button is to short URL and the…
Hi,
I'm looking for the most basic solution to create multiple indexes on a Java Collection.
Required functionality:
When a Value is removed, all index entries associated with that value must be removed.
Index lookup must be faster than linear search (at least as fast as a TreeMap).
Side…
Hi all how can i implement tagging in my asp.net website using visual basic. is there any online video tutorials? or complete help of tagging and how to show older tags or give new tags to any contents. secondly i want to know how to implement cloud tagging?
The say why of tagging this stake…
I'm trying to set up a really basic e-commerce site with Django, and am trying to figure out the best place to start. I am relatively comfortable with the framework itself, but have never done any sort of e-commerce development in any language, so I want to learn about some best practices so…
I am looking for a relatively simple HTML to text converter which displays links and works on strings.
So far I have tried
lynx but performance is too bad,
html2text which gives weird and verbose markdown output and is under GPLv3 which is too restrictive for my (BSD-licensed) project,…
I've been working on a foundational c++ library for some time now, and there are a variety of ideas I've had that could really simplify the code writing and managing process. One of these is the concept of introducing some macros to help simplify statements that appear very often, but are…
I've a very basic class, name it Basic, used in nearly all other files in a bigger project. In some cases, there needs to be debug output, but in release mode, this should not be enabled and be a NOOP.
Currently there is a define in the header, which switches a makro on or off, depending…
Hi.
I'm new to jQuery, in fact any kind of AJAX / JavsScript (although not new to PHP, xHTML and CSS). Anyway I'm trying to achieve a "tooltip-like" effect, where I can hover over a div...the new div fades in above it and then when I exit the div the "tooltip" fades out.
So here's the…
i am wondering if the basic link_to syntax is completely broken in current rails3 master or if i am doing some wrong syntax here.
= link_to "name", nil, :onlick => "alert('Hello world!');"
should actually produce an alert on click. very simple. does not work on my rails3 project!…