cherouvim

4,254
reputation
492 views

Registered User

name cherouvim
member for 9 months
seen 4 hours ago
website
location Athens, Greece
age 30
Dec
16
awarded  Nice Answer
Dec
16
answered What is this syntax in PHP?
Dec
16
revised Richfaces: dropDownMenu action
edited title
Dec
15
comment Using [0,1] versus [”Y”,”N”] versus [”T”,”F”] in a logical/boolean database field?
Probably not if you index the field. Even "MALE" and "FEMALE" should take the same space as 0 and 1.
Dec
15
revised Model View Presenter (MVP) What is the model ?
retag
Dec
14
revised An other way to load a js file in js code
typos
Dec
13
comment Adding an enum as a class property in HBM.
@ChssPly76: You are right. Still using JDK 1.4 here.
Dec
13
comment jquery - Can you manipulate page titles?
Make sure you escape the d parameter though. You don't want anyone setting d to: </title><iframe src="www.bad-site.com" />
Dec
13
comment What is the right way of logging members birthday in database?
feel free to accept the answer which answers your question and upvote those that you found "Brilliant" :)
Dec
13
revised How can I use class?
formatting
Dec
13
revised Adding an enum as a class property in HBM.
typo
Dec
13
answered Adding an enum as a class property in HBM.
Dec
13
answered javascript cookie, little help please…
Dec
13
accepted How can I force ‘www’ subdomain w/ Apache2 + Rails + Phusion Passenger?
Dec
13
revised How can I force ‘www’ subdomain w/ Apache2 + Rails + Phusion Passenger?
formatting
Dec
13
answered How can I force ‘www’ subdomain w/ Apache2 + Rails + Phusion Passenger?
Dec
13
revised Database independence
retag
Dec
13
comment Database independence
It's not very rare. If you develop a software product which will serve as your product line and you'll be customizing for many customers, then you probably need this. We have 2 of those at work.
Dec
13
answered Database independence
Dec
13
revised whats the genetic algorithm code for shortest path between nodes?
this is probably a homework
Dec
13
comment whats the genetic algorithm code for shortest path between nodes?
@Stephen C: It's probably what his teacher requires.
Dec
12
revised Is null an Object?
added 69 characters in body; added 5 characters in body
Dec
12
answered Is null an Object?
Dec
12
accepted remove enter mark in varchar column
Dec
12
comment 2 <div>s in <div>
@Richard: It's not a clean solution since it couples structure with presentation
Dec
12
answered remove enter mark in varchar column
Dec
12
comment 2 <div>s in <div>
using tables for layout is so out of date.
Dec
11
comment MBA in football management for software engineers
So if you don't mean rugby or soccer, what do you mean?
Dec
11
revised fetching values from map in jstl
formatting
Dec
11
revised what names should I give as project name, package name, class name - (java - eclipse )
typos
Dec
11
answered what names should I give as project name, package name, class name - (java - eclipse )
Dec
11
comment Which will be faster out of these two queries?
@Adam: that is a micro(nano, pico)fraction of processing time, and the engine will anyway cache the query after the first execution. It shouldn't really make any difference.
Dec
11
accepted Which will be faster out of these two queries?
Dec
10
comment How do you remove a table COMMENT in MySQL?
are you sure about your duplicate comment observation?
Dec
10
answered How do you remove a table COMMENT in MySQL?
Dec
10
revised Which will be faster out of these two queries?
more info
Dec
10
answered Which will be faster out of these two queries?
Dec
10
comment Select the X “closest” ids ?
Are the ids always ordered ascending?
Dec
10
answered javascript and jsp
Dec
10
comment Why there is no tree tag in html?
Well, yes. Technically there isn't :)
Dec
10
answered Why there is no tree tag in html?
Dec
10
revised Regular expression not matching specific string
typos
Dec
9
revised access object’s encapsulating object
typo
Dec
9
accepted Is Groovy really alternative for Java?
Dec
9
answered Is Groovy really alternative for Java?
Dec
9
revised get similarity score between two document termfreqvectors
typos
Dec
9
revised textbox multiline view text in a div
typo
Dec
9
revised define colors as variables in CSS
typos
Dec
9
revised .NET DataSet.GetXml() - what’s the default encoding?
typo
Dec
9
revised When is the MVC Pattern appropriate?
typos