annakata

20,381
Reputation
2766 views

Registered User

Name annakata
Member for 1 year
Seen 7 hours ago
Website
Location
Age
Nov
25
comment Regex: How to retrieve all lines containing strA, but not strB
the problem is expressing logic
Nov
25
answered Regex: How to retrieve all lines containing strA, but not strB
Nov
23
comment How to style form elements unobtrusively with JavaScript and CSS?
@jitendra - you'll have to explain why. If you can't add class to the markup you are severely crippled and if you can't do that why on earth can you add JS or CSS?
Nov
18
comment how to set time in ajax slider control’s maximam or minimum value properties? in asp.net
those are sentences?
Nov
18
accepted C# Can i modify Request.Form’s variables?
Nov
17
answered Jquery Animate on Hover
Nov
12
accepted How do you do version numbering in an agile project?
Nov
11
comment ASP.NET Ajax Dispose pattern equivalent in jQuery?
good points on event handlers and good research
Nov
11
comment Extended css sprites not working with :hover?
Who the hell keeps DV'ing me?
Nov
5
comment How to simulate click on <input type=”image” /> ?
this still makes no sense - perhaps you could explain in steps what the logic is supposed to be?
Nov
4
comment JQuery select an element inside a td
yeah I noticed that - that's why I didn't downvote you, merely commented :)
Nov
4
comment JQuery select an element inside a td
+1 but he has an id on the table already which is considerably more efficient anyway - $('#list td a.box') is the "correct" solution here
Nov
4
comment JQuery select an element inside a td
this isn't right - # means ID selector and there is no elment with an ID of "box" let alone a td with such
Nov
4
comment Can you set the css class for the div generated by an update panel from the code behind?
probably cleaner to access a normal runat=client element by ID and further to lean on jquery's 'live' method, but in principle clean enough (where a JS requirement is acceptable)
Nov
4
comment How to prevent downloading images and video files from my website
If you can see it you already got it
Nov
3
comment Ideal class name for static class for misc functionalities
@Robert - Not enlightening? I would say it was zen.
Nov
3
answered Ideal class name for static class for misc functionalities
Nov
2
comment Diversity of learning technologies.
welcome to web dev - careers based on knowing one tool only are very dead here
Nov
1
accepted What are the advantages of using Prolog over other languages?
Oct
31
comment Auto-executing javascript functions, whats the difference?
fresh in the memory :) closecloseclose
Oct
24
comment How get Visitors IP Address and Country ID in website
this has nothing to do with ASP either - it's language agnostic really
Oct
23
comment What is the Javascript method CollectGarbage()? When and why should it be used?
/golfclap at MS extension nonsense again
Oct
22
comment A beginner’s question on web technologies.
...The chief advantage of PHP (as I see it) is that it's cheap and widely available, but you can have those advantages with other (superior) languages like Java or even .NET via Mono. If I were you I'd question what your employer actually wants to gain from PHP and see if you can find a better alternative. Maybe you can't but I think the learning curve will be harder for you.
Oct
22
comment A beginner’s question on web technologies.
It's never a bad idea to know more things, but imho PHP is not a very good teaching language. It really feels old now and doesn't encourage separation of concerns in the way other languages/platforms do which tends to lead to bad thinking. Scan around some of the typical PHP questions here to see what I mean: e.g. waaay too many people get confused by assuming a PHP-JS interaction exists.
Oct
22
comment A beginner’s question on web technologies.
+2 for jquery as well
Oct
22
comment A beginner’s question on web technologies.
+1 for the second sentence. I really, really, don't see desktop dev being more than a niche career path in the not-so-distant future. The web will consume all. I, for one, welcome our new web log overlords.
Oct
22
comment A beginner’s question on web technologies.
@Rohit - no worries. Absolutely no offence was meant, glad to see at least the intended audience got the point.
Oct
22
revised A beginner’s question on web technologies.
further thoughts
Oct
22
answered A beginner’s question on web technologies.
Oct
22
comment A beginner’s question on web technologies.
a "web log"? how quaint
Oct
21
comment How do you work on Strategic Development initiatives when Tactical work takes priority?
Should I? (stupidpaddingstupidpadding)
Oct
20
answered How do you work on Strategic Development initiatives when Tactical work takes priority?
Oct
20
comment jQuery click off element event
well that's not true at all - quirksmode.org/dom/events/…
Oct
20
awarded  Pundit
Oct
16
comment Challenges when Designing Large Websites?
@justice: clojure would like to have a word with you :P
Oct
16
answered Challenges when Designing Large Websites?
Oct
15
comment Make div 100% height of browser window
and always better to provide your mark-up...
Oct
15
comment Regular expression to find instances of strings within XML nodes
XSLT is also quite capable of preserving whitespace, and REGEX is not technically capable of doing what you're asking
Oct
15
comment [SOLVED] javascript insertBefore() Method
Good stuff. I'd delete the question then :)
Oct
15
comment [SOLVED] javascript insertBefore() Method
looks good and WFM I'm afraid - you should try and simplify the page you have, looks like something else is going on
Oct
13
answered XSLT node Traversal
Oct
13
answered How can I get a JSON object from a MSSQL table?
Oct
12
comment What is your favourite cleverly written functional code?
+1 for teh mighty power of JS
Oct
8
accepted RESTful URL design - how to query using OR between parameters
Oct
8
answered How can i remove item from querystring in asp.net using c# ?
Oct
6
accepted Calendar using Javascript/ PHP/ mySQL
Oct
5
accepted Best method of tracking users for unique visitor reporting using .NET?
Oct
4
answered Using JavaScript to truncate text to a certain size (8 KB)
Oct
4
answered shifting a piece of text down using CSS
Oct
3
answered What are the must know algorithm for CS Graduate/Software Engineer ?