News Story Internet HoneyGrid reveals 95% of User Generated Content

February 8, 2010 – 7:00 pm

News Story Internet HoneyGrid reveals 95% of User Generated Content is spam or malicious
Websense Security Labs has published (http://community.websense.com/blogs/websense-features/archive/2010/02/01/websense-security-labs-report-state-of-internet-security-q3-q4-2009.aspx) its bi-annual State of Internet Security report and, as usual, it makes for pretty interesting if somewhat scary…

display total of a coloumn from database in repeater control.
hi, Im using a repeater control bound to a database table. everything works fine. i need to display the total of a column from that database table in the footer template of my repeater control. but im clueless as to how it can b done. Any help would be appreciated. thanks.

Passing values from Datagrid to a webform
Hi All I have datagrid with a dopostback javascript, right now it looked click-able, when I hover with a mouse it select the entire row, except one thing when I click it doesnt do anything, I need to select a row in my datagrid and pass the values of the row selected and clicked into another…

News Story Is this the world’s smallest smartphone?
The trend in recent years has been from smartphones to get bigger screens and slimmer profiles, with everyone pretty much following where the Apple iPhone leads them. Until now, that is, with Nokia breaking free from the constraints of a huge touchscreen and apparently opting for a tiny candy-bar…

Object Oriented CASE Tools: Lost Opportunities and Future Directions By Mario Van Damme
In this article the author explores the past and future of Computer Aided Software Engineering (CASE) tools, from the “traditional” structured tools of years long past to today’s “third generation” Object Oriented modeling and CASE tools–and beyond into possible futures. Ironically, the author finds that the future lies in the past.
Click here for the full article.

joining tables i have a supertype-subtype: supertype: DOCUMENT subtypes: CLEARANCE,

February 8, 2010 – 11:00 am

joining tables
i have a supertype-subtype: supertype: DOCUMENT subtypes: CLEARANCE, TAX CERTIFICATE, RECEIPT, BUSINESS CLEARANCE each clearance subtype may have a TAX CERTIFICATE, how could i join using join? in other words, document>clearance document>tax certificate

NullReferenceExeception error
This loop is suppose to re-color every button that’s on top and to the right of the clicked button. I can have it work on one column or one row, but when I try to get it to work on more than one row and/or column, this exception is thrown at me. I’m trying different ways and always get the…

help with code, query problem
i have multiple entries with starting with the letter ‘a’ .. but the query below only displays one result.

How to Handle Printer Event using Background Service I have

February 8, 2010 – 4:00 am

How to Handle Printer Event using Background Service
I have a requirement in ASP.NET, How can we handle printer functions (Who is printing, What is printing, when is printing,)….. the printers will be in different location in the network(Printers connected to System and Network printer) and we have to update the printer functions in a DB… and…

News Story UK: A social media election?
Many American readers won’t have noticed - why should they? - that the UK is in the middle of the lead-up to a General Election (http://www.parliament.uk/about/how/elections.cfm). We don’t do it like the Americans, we elect our Members of Parliament, the leader of the majority party becomes Prime…

Urgent help needed I’m a B.tech student.I have to complete

February 7, 2010 – 8:00 pm

Urgent help needed
I’m a B.tech student.I have to complete a project based on community website.I Need to know the source code for chatting,scrapping blogging,Everything related to a community website.They are need to be completed within 15 days..But i don’t have any idea,where to start with..ANy body,PLease Help…

select statement
hi here i wants to show the room numbers by using the following code but it is not working. here iam giving the code plese give the proper coding

News Story Microsoft and Linux Will Never Be “Best Buddies”

February 7, 2010 – 3:00 pm

News Story Microsoft and Linux Will Never Be “Best Buddies”
I just read an article called: Life after Windows: What happens to tech if Microsoft dies? (http://www.infoworld.com/d/windows/life-after-windows-what-happens-tech-if-microsoft-dies-551?source=footer)” The article made me think of what it really would be like without Microsoft. I didn’t like it. We…

help with code, query problem
i have multiple entries with starting with the letter ‘a’ .. but the query below only displays one result.

Problem in adding image in word doc in C#
Hi, I’m generating word doc on the fly by using html in asp .net with C#. And I want to add image at top but after creation of word doc I’m not able to see that image. I don’t want to use Word or any third party dll. Please Help me out Below is code snippet :

How can i take all the rows values from Data table otherwise DataList
Hi, I am getting so much of problem on DataList This is my code in asp.net

Redirect user to their newly created account website
Hi i want to create a website just like “active collab” where number of clients can register and manage their software projects progress or absloutely any kind of projects and track the progress of project. I want the client or clients to give facility to register to our project management…

News Story Death to the Desktop! Long Live the Cloud!

February 7, 2010 – 10:00 am

News Story Death to the Desktop! Long Live the Cloud!
I have a feeling that the desktop operating system as we know it is on its last leg. The reason I make such a bold statement is that cloud computing will replace our fat, bloated, virus-riddled, failure-prone desktop with something far more agile and elegant: A lightweight browser-based system….

TestDriven.Net Options Pane

options

In the latest version of TestDriven.Net you will find a new options pane. The options are as follows:

Hide trace/debug output when running all tests in project/solution

In the past this setting has always been hardwired to true. It means you can add trace information to a test without cluttering up the Test output pane when all tests are executed. An alternative way to ensure a message will always appear in the output is to use Console.WriteLine rather than Trace.WriteLine . This also means the verbose Gallio/MbUnit test run output will show up when executing all tests in a project.

Cache test process between test runs

By default the external test process will be cached when the Run Test(s) command is used. This process appears in the tool tray as a rocket icon which can be used to kill the process. This is fine unless one of your tests starts leaking leaking native resources (such as leaving open a file handle). The best solution is to fix the resource leak, but you now have to option to work around the issue by killing the test process at the end of each test run. This can be useful if the resource leak is in a 3rd party DLL which can t be easily be changed.

Categories

This option supports the most common use of test categories; you can choose to include or exclude a selection of categories. This is useful if you want to exclude long running tests or if your machine isn t configured to execute integration tests. This feature is currently only supported by the NUnit runner that comes with TestDriven.Net, but I believe it will be supported by a a future version of Gallio.

You can specify your NUnit test categories like this:

    [Test, Category("LongRunning")] 
    public void LongRunning() 
    { 
        Thread.Sleep(10000); 
    } 

There are lots of features in TestDriven.Net that could be exposed as options. I ll try to resist this temptation as much as possible, but I m sure a few more will creep in. ;-)

News Story PS3 hacked?
It’s very interesting to read that the Playstation 3 might at last have been hacked (http://news.bbc.co.uk/1/hi/technology/8478764.stm) by the same man who ‘jailbroke’ the iPhone for the first time. Interesting but not all that much use. I mean, who wants a hacked PS3 anyway? The report to which…

Set a counting for number of field base on a specific common data in a certain field
I have a question I want to query a datamart with transactional data. I have 3 fields the unique one is the product. I want to get a query where i set a number from the range of how many unique item there is on field three against field 1 & 2. I’m not sure if explained it clearly…I attached…

No chance to spamer Hello. I am constructing feedback form

February 7, 2010 – 3:00 am

No chance to spamer
Hello. I am constructing feedback form - SMTP - ADO - Captcha OK. Everything works fine to me. Except one important thing. After smtp and sql injection and Reset(), user can hit back in browser and after that resend message. that’s not good. How to make the data in form not to be…

News Story 10 Characteristics of a Linux Guru?
I just read a post on another site from someone who calls himself (herself?), *linux guru*, and it made me ponder the following question: What is a Linux Guru? I’ve known many knowledgeable people over the years but never have I met an actual guru. I wonder if people like linux guru think that he…

News Story Google hurts own foot kicking China in the Android nuts
For a while it looked like the Google threat (http://www.daniweb.com/news/story252590.html) to pull out of China was just a load of hot air, and pretty late hot air at that considering it had taken years (http://www.daniweb.com/news/story253371.html) for the search giant to realise that state…

News Story Is this the world’s smallest smartphone?
The trend in recent years has been from smartphones to get bigger screens and slimmer profiles, with everyone pretty much following where the Apple iPhone leads them. Until now, that is, with Nokia breaking free from the constraints of a huge touchscreen and apparently opting for a tiny candy-bar…

Where does forums lacking still? Hi,I m doing project on

February 6, 2010 – 10:00 pm

Where does forums lacking still?
Hi,I m doing project on forum management. So i want to kno wht r teh problems or lackings still u find in discussion forums.What else u expect? plz guide me ,so that i will try to implement this in my project.

Copyright violation Hi all I have a website and I

February 6, 2010 – 2:00 pm

Copyright violation
Hi all I have a website and I have put some links to another websites in my website , but when my users click on the links, I show the content of other websites in iframe is this Copyright violation? thanks.

Help me in building an application hi all.. few ideas

February 6, 2010 – 9:00 am

Help me in building an application
hi all.. few ideas crossed my mind so i thought to discuss with you all & see if i get a good solution to build that application. usually i have seen that while surfing on the internet, or while on a skype call, i suddenly have to go out for some work without shutting down my system. so at…

Upload File and Save in SQL
Hi Guys Could you please provide me with the code that will upload a file using C# and save it in SQL, I have searched through the internet with no luck at all Thanks in Advance

Owners vs Caretakers
A short response to Tim Bray’s recent blog post, Doing it Wrong.