pkario

476
reputation
48 views

Registered User

name pkario
member for 1 year
seen 15 hours ago
website
location Greece
age 52
Software developer
Nov
14
answered Why Sql Indexed View always use Clustered Index
Nov
1
answered Which programming language is manageable by an 11 year old kid?
Oct
29
comment Is there any way to find an element in a documentFragment?
There are many buttons, textboxes, combos etc in each and every form. I try to stick to the ids and minimize the dom object references where possible. I will attach first and assign events later.
Oct
29
awarded  Commentator
Oct
29
comment Is there any way to find an element in a documentFragment?
I was trying to avoid that solution, since i design a dataentry form in the fragment, add the events and attach to document. Works in IE. The reason seems that in IE fragment inherits from document, but in FF inherits from Node (W3C)
Oct
29
asked Is there any way to find an element in a documentFragment?
Oct
16
awarded  Yearling
Sep
19
answered redirect to a different page
Sep
14
asked Compound primary key in Table type variable
Aug
28
revised how “most visited” works in applications
added 2 characters in body
Aug
22
comment SQL fast INSERTs with no UPDATEs
I am working along these lines. I have an IDENTITY CLUSTERED PRIMARY KEY so that INSERTs are really APPENDs in the last page. 100% FILL FACTOR IS A NICE touch. I am thinking for a monthly maintenance, moving records to a "permanent" history table, so that the main table never grows huge.
Aug
22
asked SQL fast INSERTs with no UPDATEs
Aug
18
revised What is the need for the javascript function getUTCFullYear()?
added 181 characters in body
Aug
18
asked What is the need for the javascript function getUTCFullYear()?
Aug
13
awarded  
Aug
12
revised how “most visited” works in applications
added 28 characters in body
Aug
12
answered how “most visited” works in applications
Aug
10
comment how “most visited” works in applications
Thank you for your (lengthy) contribution. If I go for a AllVisits table, probably it would be more useful to keep a fixed number of visits (let's say 1K) instead of last month. So I have a MostVisited for all Users even if they come back after a month of absence. Chrome has already implemented "Keep on this page" & "Don't show on this page"
Aug
10
comment how “most visited” works in applications
I am not thinking about queries. More like a specific recipe, or a specific blog the User regularly visits. Or a specific project the User manages, a Customer the User services.
Aug
10
comment how “most visited” works in applications
that would be easy to do if I had a table containing all visits for all users to all object. This is something I would really like to avoid. I keep last visit for all users to all object. That means I do not know the "Number of visits in the last month"
Aug
10
asked how “most visited” works in applications
Jul
11
awarded  Tumbleweed
Jul
4
asked firefox iframe history