1
vote
3answers
2k views
Flex : Displaying the Advanced DataGrid data in Pages
I have a flex application where Im displaying login data using an advanced datagrid. Is it possible to show the data in this advanced datagrid, by a page wise way? if so do you have any sample coding …
2
votes
4answers
123 views
Global “placement” delete[]
I am trying to replace new/delete with my own allocator(s). So, overriding placement new and delete - quite happy with that. Looks something like this ...
void* operator new( size_t size, Allocator* …
111
votes
41answers
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 the text books.
…
13
votes
3answers
511 views
What is ->* operator in C++?
C++ continues to surprise me.
Today i found out about the ->* operator. It is overloadable but i have no idea how to invoke it. I manage to overload it in my class but i have no clue how to call it.
…
65
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 and not CPAN
Please …
2
votes
3answers
74 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.
abstract class …
0
votes
3answers
237 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 correct range and price …
0
votes
0answers
10 views
Customizing the advanced peoplesearch question
I am trying to customize the advanced peoplesearch, the particular field I want to change is Department, at our client these departments are set and I already made a content type which is a dropdown …
0
votes
1answer
81 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:
id | detail_name …
0
votes
3answers
49 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?
79
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 done).
I'm having a …
0
votes
2answers
45 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 display which files a …
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 corresponding expand …
0
votes
1answer
85 views
Matthew Curland’s Advanced Visual Basic 6 [closed]
Does anyone has the electronic copy of Matthew Curland's Advanced Visual Basic 6?
I am reading this book and hope for an electronic copy of it so that I can copy and paste codes into VB IDE when I …
0
votes
1answer
74 views
Custom reflection functionality in .Net
Is it possible to override reflection functionality ?
