This is good to know, that technology is working for us.
-----
Posted: 01 August 2011
PARIS: A cheap, highly portable blood test has proven as accurate as expensive hospital-based analyses in detecting HIV, syphilis and other infectious diseases, according to a study released Sunday.
Researchers tested prototypes of the creditcard-sized lab-on-a-chip with hundreds of patients in Rwanda, reporting nearly 100 percent accuracy.
The so-called "mChip", they said, could help knock down three barriers to effective delivery of health care into the world's poorest regions: difficult access, high costs and long delays for results.
"The idea is to make a large class of diagnostic tests accessible to patients in any setting in the world, rather than forcing them to go to a clinic to draw blood and then wait days for their results," said Samuel Sia, a professor at Columbia University and lead developer.
The findings were published in Nature Medicine.
With a projected production cost of a dollar per unit, the mChip would be far cheaper to administer than current lab-based tests.
Because it can scan for multiple proteins, each corresponding to a disease, at the same time with a single blood sample, it is probably even cheaper -- and more accurate -- than strips which work like store-bought pregnancy tests.
"Current rapid HIV tests require subjective interpretation of band intensity by the user that can result in false positives," that is, healthy individuals being misdiagnosed, the study noted.
The mChip, by contrast, allows for measurement using a hundred-dollar handheld instrument no more complicated to use than a cell phone, according to the researchers.
Finally, the device produces results in minutes rather than days or weeks, a time saving that can make a big difference in treatment outcome.
The device contains a microchip housed inside an injection-moulded plastic casing, explained Vincent Linder, Chief Technological Officer at Claros Diagnostics, which owns or has licensed relevant patents.
Unique disease "biomarkers" contained in a pin-prick blood sample bind to one of up to 10 individual detection zones.
A nano-scale gold "reagent" -- which detects a substance via a chemical reaction -- is injected, followed by a silver one that interacts with the gold to produce an ultra-thin film.
"The darkness of the film is proportional to the concentration of biomarker in the sample," said Linder, comparing the steps to the development process in non-digital photography.
The results are measured with a LED-based detector, or can be assessed by the naked eye.
In Rwanda, Sia and colleagues tested the device in Muhima Hospital in Kigali, where on-site results currently take days or weeks because samples must be sent to an outside laboratory.
From a total of 70 specimens with known HIV status, half male and half female, only one tested false, a result that rivals the accuracy of lab-based HIV analysis.
Similar tests on more than 100 archived specimens yielded equally reliable results, as did further trials based on samples from female sex workers known to be infected with both HIV and syphilis.
The researchers hope the device will boost testing of pregnant women, especially in Africa.
Currently, barely a quarter of pregnant women in low- and middle-income countries are tested for HIV, a figure which provides scant hoping of reaching the UN goal of eliminating mother-to-child transmission by 2015, according to the 2010 UNAIDS Report on the Global AIDS Epidemic.
In Zambia and the Democratic Republic of Congo, for example, only nine and six percent, respectively, of pregnant women currently receive HIV testing, according to the report.
-CNA/mt
Taken from ChannelNewsAsia.com; source article is below:
Lab-chip may make disease detection faster and cheaper
13 September, 2011
09 September, 2011
Windows 7 and Lotus Domino 6.5
I am very eager to migrate all of my codes to Windows 7 - I cannot list down all of the advantages, but to name a few, here goes:
Speed - I am using Dell GX280 and GX520, and I found that GX280 running Windows 7 compared to GX520 running XP, the speed is substantially noticeable. Just for the record, here are the basic specs:
GX280
Pentium 4
2.79GHz
2GB RAM
GX520
Pentium 4
3.00GHz
2.5GB
Not to mention other peripheral chips and devices, the GX520 should be the better machine - but not with Windows 7. One big factor is the additional RAM by employing Readyboost in Windows 7. I plugged in a 4GB USB drive, and by all sticks and yards, GX280 runs faster than GX520.
That is true even when opening and editing in Visual Studio 2005 and 2010.
Now, what is the point I am driving home now? I had one PC try out Windows 7, and part of the test is to find out if all my codes will work, knowing that Windows 7 is the better way to go.
I built and installed those programs that were using Oracle client (inline SQL, stored procedures, etc), and they worked fine. There is another that saves to Excel file, and this, too, worked fine.
Then came those batches that uses Lotus Notes, Domino 6.5. Well, I was able to install Lotus Notes client. And what I usually do is, I copy the whole folder of \\notes\ from a different PC that is working, and dump it into the new installation, and immediately, things are like old times. Followed by this, I was able to build and install the whole batch of programs that reads from Notes.
But when I ran them... disaster ensued! "Error opening blah, blah, blah... object not instantiated..."
But I was able to resolve this within the day. My luck? I would call it my perseverance to make use of Windows 7, and my perseverance to make things work - if needed.
Since things can be done faster even with a dying PC (I'd call it that, the GX280) which is given the new heart of Windows 7, I do several rounds of uninstalling Lotus Notes client, reinstalling it, then building and installing 1 program at a time.
What I found is that I am able to build 1, or all, at the same time, but when I try to build 1, then install, then next build already fails. the object file domobj.tlb can no longer be referenced by Visual Studio. But as said, if you build all first, there is no problem.
So finally, that is what I did: uninstall then reinstall Lotus Notes 6.5, then build all of my programs, then do the installation after. Now, did the programs run without a problem?
No! You see, some thing could be writing to the registry, and it 'removes' or 'deletes' the entry for Domino 6.5. So after installing the programs, what I did was do a Repair-Installation of Lotus Notes 6.5, and that fixed the problem.
That may not be a convenient fix, but it works. I actually sent this issue to Notes support team, and 4 days since, I'm not getting a reply from them. Are they interested with my case? I'm sure I am not the only one. So is Notes team entertaining everyone's question? Maybe not. We'll find out sooner or later.
But for me, I have a fix, and I will stick to it, whether or not I get an answer from them.
Till then!
Speed - I am using Dell GX280 and GX520, and I found that GX280 running Windows 7 compared to GX520 running XP, the speed is substantially noticeable. Just for the record, here are the basic specs:
GX280
Pentium 4
2.79GHz
2GB RAM
GX520
Pentium 4
3.00GHz
2.5GB
Not to mention other peripheral chips and devices, the GX520 should be the better machine - but not with Windows 7. One big factor is the additional RAM by employing Readyboost in Windows 7. I plugged in a 4GB USB drive, and by all sticks and yards, GX280 runs faster than GX520.
That is true even when opening and editing in Visual Studio 2005 and 2010.
Now, what is the point I am driving home now? I had one PC try out Windows 7, and part of the test is to find out if all my codes will work, knowing that Windows 7 is the better way to go.
I built and installed those programs that were using Oracle client (inline SQL, stored procedures, etc), and they worked fine. There is another that saves to Excel file, and this, too, worked fine.
Then came those batches that uses Lotus Notes, Domino 6.5. Well, I was able to install Lotus Notes client. And what I usually do is, I copy the whole folder of \\notes\ from a different PC that is working, and dump it into the new installation, and immediately, things are like old times. Followed by this, I was able to build and install the whole batch of programs that reads from Notes.
But when I ran them... disaster ensued! "Error opening blah, blah, blah... object not instantiated..."
But I was able to resolve this within the day. My luck? I would call it my perseverance to make use of Windows 7, and my perseverance to make things work - if needed.
Since things can be done faster even with a dying PC (I'd call it that, the GX280) which is given the new heart of Windows 7, I do several rounds of uninstalling Lotus Notes client, reinstalling it, then building and installing 1 program at a time.
What I found is that I am able to build 1, or all, at the same time, but when I try to build 1, then install, then next build already fails. the object file domobj.tlb can no longer be referenced by Visual Studio. But as said, if you build all first, there is no problem.
So finally, that is what I did: uninstall then reinstall Lotus Notes 6.5, then build all of my programs, then do the installation after. Now, did the programs run without a problem?
No! You see, some thing could be writing to the registry, and it 'removes' or 'deletes' the entry for Domino 6.5. So after installing the programs, what I did was do a Repair-Installation of Lotus Notes 6.5, and that fixed the problem.
That may not be a convenient fix, but it works. I actually sent this issue to Notes support team, and 4 days since, I'm not getting a reply from them. Are they interested with my case? I'm sure I am not the only one. So is Notes team entertaining everyone's question? Maybe not. We'll find out sooner or later.
But for me, I have a fix, and I will stick to it, whether or not I get an answer from them.
Till then!
Related articles
- Bring Windows 7 Style Dock Preview to Mac (beast4romtheeast.wordpress.com)
- Lepide Data Recovery Launched New Email Migration Tool to Convert Lotus Notes to Novell GroupWise (prweb.com)
- SWING PDF Converter 2.0 Exports Lotus Notes Content for Archiving, Sharing and Printing (prweb.com)
- New eProductivity Stand-alone App Lets Users Personalize Their IBM Lotus Notes Experience, Making Lotus Notes Likeable (prweb.com)
- D851AB - Lotus Domino 8.5.1 Administration Basics (rbontekoe.wordpress.com)
- Blackberry | GTD Times (gtdtimes.com)
- Organizing Windows 7 (luiscarlosmr.wordpress.com)
- How do you shutdown your Windows 7 computers? (edugeek.net)
- Collegue wanted: Systems Developer (Notes Domino) (quintessens.wordpress.com)
- And I thought yesterday was tough! (mirfee.wordpress.com)
- G+7 Adds Google+ To Your Windows Desktop [Windows Downloads] (lifehacker.com)
- Windows Phone 7, Day 8: Ringtones, Screenshots, and Other Pet Peeves (pcworld.com)
- New Permessa Software Release Optimizes IBM Lotus DAOS And Achieves Lotus Sametime Compliance (prweb.com)
- ZK Wins IBM XPages Development Contest for Reusable Controls, Embed Excel Functionality into IBM Lotus Domino XPages Applications (prweb.com)
- BoxTone Sponsors Lotusphere 2010 (prweb.com)
- Remove the Command Bar from Windows Explorer in Windows 7 (beast4romtheeast.wordpress.com)
- PhoneGap for Windows Phone7 (i-programmer.info)
- Mango ROMs Leak For HTC Windows Phone 7 Smartphones (pocketnow.com)
- Dreamweaver 2004MX and Windows 7 (edugeek.net)
- Small business insurance customers 'need Windows 7 support' (premierlinedirect.co.uk)
- Change Windows 7 Login Screen (madrasgeek.com)
- Mosaic Brings the Windows 8 Metro UI to Windows 7 [Windows Downloads] (lifehacker.com)
- Unable to install Sophos 9.7 on windows 7 (edugeek.net)
- How to get rid of the crapware that came with your laptop? (melvinz.wordpress.com)
- Windows 8: Microsoft's Next (techie-buzz.com)
- Whats Difference between Windows 8 and Windows 7 ? (mashtech.wordpress.com)
Changing font in Notepad++
English: Icon for Notepad++ (Photo credit: Wikipedia) |
I found Amaya, which is supposed to be W3's choice, etc., etc., (I mean, there is so much said about Amaya), but I didn't see to like it, and then there are a lot more of those free HTML editors, but what I found to be simple enough to use, and lightweight enough to be installed, and works (last one is the 'ummpphh!' factor), I sticked to Notepad++.
And as said, I wanted to use my own fonts in this software, and I searched, and searched, and searched, and what I knew from other softwares, it doesn't apply to Notepad++.
The Russian Editor
So I searched the bottomless world wide web for ways and means of doing what I wanted to do, and I found some, most of which offers the solution that I have tried - and of course - didn't work (what are those guys thinking?). But I found 2 or 3 that gave the correct solution and approach.
I have lost those links, as I quickly applied, and did some other things that I wasn't able to log those links (for attribution; sorry guys). Here is how it works:
1. Settings > Style Configurator >
- Language: Global Styles
- Style: Default Style (not Global override)
- Then you set your font (right side)
2. Try and make use of the themes:
- Select theme: Black broad, Bespin, etc.
- Then do again Step #1.
You should be looking at your preferred fonts after this, and the theme of your own liking.
Enjoy!
Related articles
- Notepad ++ - A free source product with multi-programming language support
- Full Screen Text Editor for Chrome
- Which is the best windows text editor - Textpad or Editplus or Notepad plus plus
- Kindle Notepad V1.1 - Kindle Notepad just got better
- Trashed! Sticky Notepad
- Notepad++ 5.9.2
- A Showcase of Free Distorted Fonts
- 30 Truly Useful Mac Apps for Professional Writers
- Trimming the Fat in Notepad++
- Too Many Fonts!
Labels:
Amaya,
editor,
Font,
Font family (HTML),
Graphics,
Notepad,
Text editor,
World Wide Web
Visual Studio 2010 and Maxthon 3
I have been following the examples in the book ASP.NET AJAX in 24 hours, and I am doing it in both Visual Studio 2005 and Visual Studio 2010. While the book is targetted for use in VS2005, I did find that there is not much difference in the codes between VS2005 and VS2010, so I was finding the examples working in both IDEs, or rather, the examples are able to function properly regardless of which IDE is used.
Until...
I was coding the simple calculator, which is but 2 textboxes and a label, where the addends and the sum/total are entered/shown.
VS2005 defaults to using IE, and VS2010 uses whatever is the default browser that is set in your system, and it so happened that in the PC I am using at work, it was set to Maxthon (v3).
Somethings don't work properly...
The Ajax functionalities are all working fine with VS2005, but when coded in VS2010, something doesn't work here and there, now and then. It was not the same control, or the same functionality, everytime, from code to code, so for some time, I was baffled.
I was wondering whether it was due to the fact that the book was meant for VS2005, and I am using VS2010. I didn't get this for some time.
Furthermore, when I tried things at home, the behaviour was the same. Of course, my default browser is Maxthon 3, so at least, in this aspect, the results were repeatable.
Then I don't know what I did, what I clicked, but perhaps in desperation, I clicked something, then the very simple Ajax-enabled calculator, which immediately adds up the two numbers (and works even when only 1 number is entered; adds to 0), started working.
Actually, the behaviour was consistent. One label was named A, and the other, B, and if A is not working, exchanging the label IDs will make B not work, and A work.
So finally I discovered what was causing the problem.
Maxthon 3's lightning mode.
I switched the debug tab to retro mode, and things started to work well and properly.
I went back to all the examples, and with each debug run, I switch to retro mode, and IE and Maxthon 3 handled all the Ajax functionalities as if they were one and the same browser.
And if you are encountering the same issue with Visual Studio 2010 and Maxthon 3, this could be the same rootcause - and solution.
Drop me a note if this post has been of help to you.
Till then. Happy Ajax-ing!
Until...
I was coding the simple calculator, which is but 2 textboxes and a label, where the addends and the sum/total are entered/shown.
VS2005 defaults to using IE, and VS2010 uses whatever is the default browser that is set in your system, and it so happened that in the PC I am using at work, it was set to Maxthon (v3).
Somethings don't work properly...
The Ajax functionalities are all working fine with VS2005, but when coded in VS2010, something doesn't work here and there, now and then. It was not the same control, or the same functionality, everytime, from code to code, so for some time, I was baffled.
I was wondering whether it was due to the fact that the book was meant for VS2005, and I am using VS2010. I didn't get this for some time.
Furthermore, when I tried things at home, the behaviour was the same. Of course, my default browser is Maxthon 3, so at least, in this aspect, the results were repeatable.
Then I don't know what I did, what I clicked, but perhaps in desperation, I clicked something, then the very simple Ajax-enabled calculator, which immediately adds up the two numbers (and works even when only 1 number is entered; adds to 0), started working.
Actually, the behaviour was consistent. One label was named A, and the other, B, and if A is not working, exchanging the label IDs will make B not work, and A work.
So finally I discovered what was causing the problem.
Maxthon 3's lightning mode.
I switched the debug tab to retro mode, and things started to work well and properly.
I went back to all the examples, and with each debug run, I switch to retro mode, and IE and Maxthon 3 handled all the Ajax functionalities as if they were one and the same browser.
And if you are encountering the same issue with Visual Studio 2010 and Maxthon 3, this could be the same rootcause - and solution.
Drop me a note if this post has been of help to you.
Till then. Happy Ajax-ing!
Related articles
- A Lap Around the New Amazon Web Services Toolkit for Visual Studio (seroter.wordpress.com)
- New - AWS Toolkit for Visual Studio (aws.typepad.com)
- Fix: Installation path incorrectly disappear for a Setup project that was upgraded from Visual Studio 2008 to Visual Studio 2010 SP1 (obieosobalu.wordpress.com)
- Parallel Running Task Window in Visual Studio 2010 (devcurry.com)
- Whole Tomato Software Releases Visual Assist X 10.6 (prweb.com)
- Registration Codes for Visual Studio 2010 Express Edition (mycompuquest.blogspot.com)
- Python tools for Visual Studio (i-programmer.info)
- Typemock Launches Test Lint -- for Unit Tests in Visual Studio 2010. (prweb.com)
- Visual Numerics IMSL Numerical Library Release for Microsoft .NET Framework Supports Visual Studio 2010's Task Parallel Library (prweb.com)
- Typemock Launches Isolator 2010 New Edition Supports Visual Studio 2010 and .Net 4.0 (prweb.com)
Subscribe to:
Posts (Atom)