109
votes
40answers
7k views
Hidden Features of ASP.NET
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. I am asking for features that are not typically taught by …
64
votes
61answers
11k views
Hidden features of Perl?
What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work?
Guidelines:
Try to limit answers to the Perl core …
2
votes
3answers
68 views
Advanced PHP Polymorphism question
Hey guys!
I have a class which has a function to retrieve children elements from a database. The following code will be rather pseudo cause I want to keep it as easy as possible.
…
78
votes
21answers
20k views
How to get started in operating system development
One thing I've always wanted to do is develop my very own operating system (not necessarily fancy like Linux or Windows, but better than a simple boot loader which I've already don …
32
votes
31answers
2k views
What are some advanced software development topics every developer should know?
Let's say your company has given you the time & money to acquire training on as many advanced programming topics that you can eat in a year, carte blanche. What would those top …
0
votes
1answer
69 views
Mysql SELECT nested query, very complicated?
Okay, first following are my tables:
Table house:
id | items_id |
1 | 1,5,10,20 |
Table items:
id | room_name | refer
1 | kitchen | 3
5 | room1 | 10
Table kitchen …
0
votes
3answers
46 views
after reading Simply Rails 2
If I have only the information in Simply Rails 2 now and I want to create more complicated apps next, what should I do to learn that?
0
votes
1answer
2k views
Advanced DataGrid Flex 3 - ItemRenderer and Tree display
Hi,
I am using Advanced DataGrid of Flex 3 with hierarchical data. The itemRenderer is a TextInput which accepts numbers. When I enter data into the given field and click the corr …
0
votes
2answers
44 views
Does row exist is another table?
Tables
file_logs
file_id
user_id
files
id
name
etc ...
published_ratings
author_id
file_id
comment
etc ...
Scenario
I am creating a download log and need to displ …
9
votes
10answers
365 views
Learning advanced CSS
Hi friends,
I know basic CSS to the point that I can write simple style sheets which actually adds simple decoration to the html elements. (like border, text-color, background, fo …
0
votes
3answers
216 views
Why is the advanced search not working with price criteria in magento?
The advanced search with all the default product attributes are working fine and gives the desired result except for the price criteria where even if i fill the values with the cor …
3
votes
2answers
176 views
C# Winforms Irregular Windows
How do I create windows with irregular shapes using WinForms and C#?
1
vote
6answers
254 views
Advanced IF statement in C
Hi,
I've just reverse engineered a binary with IDA and loaded Hex Ray to check out a specific function. The generate C source code contains the following if statement:
LP_ret_Glo …
0
votes
1answer
73 views
Custom reflection functionality in .Net
Is it possible to override reflection functionality ?
1
vote
6answers
174 views
What is considered “advanced professional”, or “advanced programmer”?
I found this statement a couple of times. What do the professionals consider advanced?
