Török Gábor

4,132
reputation
346 views

Registered User

name Török Gábor
member for 9 months
seen yesterday
website
location Hungary
age 25

Currently working as a site builder in the on-line marketing field. Editor at the Hungarian web development community site Weblabor. Qualified Google Analytics individual.

Passionate kiter and lisper. Interested in open source technologies.

His slides (in Hungarian) focused on technical materials—mainly Linux and web development—are available at gábor.20y.hu.

2d
answered Php without start/end tags?
Dec
13
revised Elisp function returning mark instead of the right value
improved formatting
Dec
9
comment Woot-badge like in PHP
Similar question here: stackoverflow.com/questions/932610/…
Dec
6
awarded  Mortarboard
Dec
5
accepted Firefox and magically appearing character (Â) when unescaping an ®
Dec
4
accepted Load Google Analytics from jQuery document ready?
Nov
28
accepted Object Oriented Javascript best practices ?
Nov
23
comment IE7 and the CSS table-cell property
To be precise, the * (asterisk) hack addresses IE 7 and below.
Nov
23
comment IE7 and the CSS table-cell property
It works as long as the content fits in one line.
Nov
20
revised Where is .emacs file?
retagged, fixed title
Nov
19
comment How to write an Emacs function to wrap the marked region with specified text
See also: xahlee.org/emacs/wrap-url.html
Nov
17
comment Elegant ways to return multiple values from a function
Do not post a question as an answer.
Nov
13
comment Object Oriented Javascript best practices ?
Can you please tell me why was it down voted? Critics are always welcome.
Nov
13
accepted In emacs how does the “hyperlink” in the *Help* buffer work?
Nov
13
accepted How to Master Google Analytics
Nov
12
revised Press alt + numeric in bash and you get (arg [numeric]) what is that?
improved formatting
Nov
12
answered How to Master Google Analytics
Nov
12
comment How to Master Google Analytics
@Josef: most of the topics covered in the book are essential and conceptional keys to understand Analytics in deep. The source codes, however, need to be reviewed before usage since some API changes in the past.
Nov
12
comment [CSS] adding an ID Number to a CSS Tag
For the same purpose as here in Stack Overflow, see the target of the "link" links below each answers.
Nov
11
answered In emacs how does the “hyperlink” in the *Help* buffer work?
Nov
10
accepted Custom Emacs Keybindings not Working
Nov
10
revised Justified plain text from HTML
added a code example
Nov
10
answered Justified plain text from HTML
Nov
10
answered Custom Emacs Keybindings not Working
Nov
10
revised undefined index
retagged, improved formatting
Nov
10
comment Naming “class” and “id” HTML attributes - dashes vs. underlines
Duplicate of stackoverflow.com/questions/1686337/… and stackoverflow.com/questions/1437527/…
Nov
10
revised Hyphens or underscores in CSS and HTML identifiers?
retagged
Nov
10
comment Hyphens or underscores in CSS and HTML identifiers?
I've just realized there is already a similar question on SO: stackoverflow.com/questions/1437527/…
Nov
9
revised Formatting a number with leading zeros in PHP
added link to php manual
Nov
6
comment Hyphens or underscores in CSS and HTML identifiers?
A smart text editor provides a way to customize what counts as word character--so this is not a real reason why not use hyphens.
Nov
6
comment How to insert line breaks in HTML documents using CSS
It's not a real answer, but a comment.
Nov
6
comment How to insert line breaks in HTML documents using CSS
Beware: form div.commentform label, input != form div.commentform label, form div.commentform input!
Nov
6
asked Hyphens or underscores in CSS and HTML identifiers?
Nov
5
answered Is there any way to get Ediff to not open its navigation interface in an external window?
Nov
4
revised Question about json_encode and two dimensional array
retagged
Nov
3
accepted Question about json_encode and two dimensional array
Nov
3
answered Question about json_encode and two dimensional array
Nov
2
revised Google Analytics Retreive data
spelling fixes
Oct
30
comment Decoding HTML entities in Emacs/Elisp
@Federico: I'm not sure if I can see your point. Calling (my-insert-encode-entities-string "So I'm looking") returns exactly the same result you provided. Variable char holds the current character represented as a integer so in this particular case I think it's no matter whether using %s or %d.
Oct
29
comment How to remove the margin between two images ?
+1 this is the correct answer in this case as it produces no side-effects (what float:left and display:block do).
Oct
29
revised How to get random value out of an array
retagged, fixed title
Oct
28
comment Tracking submissions of a form which doesn’t submit anywhere
An XHR to an HTML page won't run the scripts on it.
Oct
28
accepted Tracking submissions of a form which doesn’t submit anywhere
Oct
28
revised Using regular expressions in shell script
improved formatting
Oct
28
answered Using regular expressions in shell script
Oct
28
revised $_SESSION up all $_POST variables?
retagged
Oct
27
answered Tracking submissions of a form which doesn’t submit anywhere
Oct
27
answered Decoding HTML entities in Emacs/Elisp
Oct
27
revised Is it possible to include one css file into another?
fixed whitespace
Oct
27
revised Emacs: How to start Local python interpreter when editing a remote python file via tramp
added link to python-mode