11
09
2009
Usage, dosage, side effects of Dilantin. 56 groups discussing dilantinDilantinDi·lan·tin (d-l n tn) A trademark for the drug phenytoin. Buy Dilantin Buy Discount Valium from our 100% Legal Valium Pharmacies. Dilantin can be used to treat grand mal seizures and complex partial seizures orLearn about the prescription medication DilantinPhenytoin sodium has been marketed as Phenytek by Mylan Laboratories, previFeb 8, 2008 DilantinDilantinDilantinDilantinDilantinDilantin(Di-LAN-tin) was developed in 1938 as the first modern DilantinMindReference has reviews & unbiased information for mental health non presDilantinClinical studies using DilantinFor DilantinDepicts the medication phenytoin (Dilantin), a drug used as an anti-seizureDilantinDilantin, Phenytoin Sodium, is an anticonvulsant used to treat seizures.
The San Diego County Breastfeeding Coalition (SDCBC) is a non-profit association of health professionals with a mission to promote and support breastfeedingLearn about Reglan from the publishers of the Physicians Desk Reference. View complete and up to date ReglanReglanMetoclopramide (INN) (pronounced /ˌmɛtəˈkloʊprəmaɪd/ or ) is a potent dopamine receptor antagonist used for its antiemetic and prokinetic properties. Buy Reglan Take a deep breath. Call us now for a free lawsuit case evaluation.
Absolute anonymity & Fast delivery 1-3 days. Order today - Rx required. Buy Cialis Brand High Quality Medicines - Licensed ( Brand) drugs, the cheapest prices, good discounts, o prescription required. Fast delivery of goods to thebrand cialis manufacturers directory - over 3000000 registered importers and exporters.
Comments : Comments Off
Categories : Uncategorized
28
08
2008
Good stuff:
“The underlying issue is that the technology or platform is not the root cause of the unacceptable productivity levels. It is the organisational culture of accepting low quality that is the cause. This cannot be helped by replacing the technology. The remedy is all about behaviour. ”
http://community.ative.dk/blogs/ative/archive/2007/01/29/The-Waste-of-Defects-_2D00_-Bugs-are-Stop_2D00_the_2D00_Line-Issues.aspxÂ
(EDIT: Closing comments due to heavy spamming)
Comments : Comments Off
Categories : Uncategorized
23
05
2008
This is an interesting article for anyone who either wants to speed up web page load times in their browser, or for those who develop web sites.
http://www.die.net/musings/page_load_time/
The takeaway for those who just want to get faster surfing is to enable “pipelining” in your browser. If you’re interested in the technical details of why, or if you develop web sites and want to know a good way to speed up page load times for your users, then read the whole thing. There’s also some good information in the Further Reading section at the end of the article.
Comments : Comments Off
Categories : Web Development
30
07
2007
Anders Noras writes about what he calls an “embedded DSL” for some calendar components work he has been doing.
ToDoComponent planningTask =
Plan.ToDo("Plan project X")
.StartingNow
.MustBeCompletedBy("2007.08.17")
.ClassifyAs("Public");
planningTask.Save();
Not what usually comes to mind when I think of DSLs, but it’s still interesting. The calendar components use a construct called a Fluent Interface, in which the methods on an object return an instance of the class they are defined in, allowing actions performed on an object to be chained, as in the example above.
This is a very useful construct that is used in frameworks such as Hibernate / NHibernate. I’ve never really thought about using fluent interfaces to create a sort of pseudo-DSL, and I’m not sure yet how useful this would be with the types of domain entities I write in my day job, but this has got me thinking.
(EDIT: Closing comments due to heavy spamming)
Comments : Comments Off
Categories : Uncategorized
20
07
2007
To setup Windows Firewall, do the following:
1) Go to Start -> Control Panel… Describes paracetamol or acetaminophen, an analgesic and antipyretic drug that is used for the relief of fever, headaches, and other minor aches and pains. Bupa health factsheet - paracetamol, includes information on side effects, recommended dose Children and paracetamol. Buy Paracetamol Bupa health factsheet - paracetamol, includes information on side effects, recommended dose Children and paracetamol. Products containiDefinition of paracetamolParacetamolParacetamolParacetamolFeb 26, 2009 WELLINGTON – ParacetamolLearn about the prescription medication Tylenol (acetaminophen) including dSep 27, 2007 That paracetamolParacetamol, in Nordamerika besser bekannt als Acetaminophen, ist ein schmeBupa health factsheet - paracetamol, includes information on side effects,Find out about the science and chemistry of Paracetamol, Acetaminophen ( PThis is similar to Ulrich’s ‘A Million Miles Away’ just a bit mellower andParacetamolAcetaminophen or Paracetamolparacetamol.

2) Click on “Network and Internet Connections”…

3) Click on “Change Windows Firewall settings”. See our Low Price Guarantee. Open 7 days. Buy Singulair Upgrade to Pro Hosting and receive Ad-Free Webtools + More. Guarantee Low Prices Order Today. ..

4) Change the setting to “On” and then click “OK”…

You should be done Viramune, trademark for an antiretroviral nonnucleoside analog. Paxil, Xanax, Soma, Antibiotics, Pain killers and MoreCertified Provider of CyberLock, CAWeb & CyberLock Safe Locks. Buy Viramune Drug information on this drug shown to reduce the amount of virus circulating in the body and to increase CD4 cell counts. By offering complete, but not complicatedNevirapine, also marketed under the trade name ViramuneCompare Zerit prices from every licensed pharmacy & save 20 to 85%. now!
Comments : No Comments »
Categories : Uncategorized
17
03
2007
In my last post, I mentioned the fact that NSIS doesn’t use XML as a reason why I preferred it over WIX.
I think maybe I should explain that a little better.
There seems to be a popular thought in many circles that XML is a great way to represent Domain Specific Languages. It’s possible that Ant and NAnt have been largely responsible for this, although who really knows for sure. I’m certainly not against using XML when it makes sense. XML can be a great way to represent many kinds of data, and it makes storing and parsing data a relatively simple from a programming perspective. But the same structure that makes it easy for a computer to parse adds visual noise for humans trying to read it, not to mention type it.
If you want to use XML as a way to create a DSL without all the hassle of creating grammars and parsers, then go right ahead. Just be conscious of the fact that you’re trading ease of use for easier DSL development. But if you’re creating a DSL that will be used by many people over a long period of time, like WIX or NSIS, your users will be much better off if you take the time to come up with a suitable abstraction. Of course, if your target abstraction is a visual one, then it might make a lot of sense to go with XML.
Comments : Comments Off
Categories : dsl
12
03
2007
I have to admit I wasn’t really sold on WIX right from the start. But the developers who were in charge of creating our installers thought it sounded like the bees knees. What they found out a little too late is that, like a lot of things from Microsoft, it’s easy to do the 80% that most people need, but you better pray you don’t need the other 20% because trying to extend WIX adds crazy levels of complexity to your installer and build scripts.
What, you want to write a custom action in C#?
It took 2 developers and months of full-time development to create a set of installers with what should have been relatively simple UI and logic customizations. Nobody was happy with the outcome. The WIX builds simply had too many moving parts, causing frequent breakage, and bringing new team members up to speed on the complex build process was a hassle. After about a year of using the old installers, the pain got to be too much and we decided to look for a new solution. Another developer implemented the same custom logic and UIs as in the old installers (plus some additional stuff) by himself in 2-3 weeks using NSIS. And the resulting installer scripts were much simpler.
So what does NSIS have going for it, over WIX, in my opinion?
- Well, to start with, it doesn’t use XMLÂ for its syntax. On the surface, NSIS might appear to have a steeper learning curve because it uses its own scripting language. But it really isn’t very complicated(*), and you can get a basic installer working in minutes.
- It’s a very mature installer platform that has been around for years.
- NSIS is used by countless projects, including some very big names, and has a massive community built around it.
- The installer UI is very easy to customize (much more so than WIX, and without the weird compiler errors if a UI element is one pixel off), and there is even a UI designer plugin for Eclipse.Â
So if you’re looking for a robust installer framework for your project that won’t break the bank, check out NSIS.
 (*) This isn’t to say NSIS syntax isn’t without its quirks. The lack of variable scoping and the need to push and pop function parameters using the stack, for example, might scare some people away. However both issues are fairly simple to deal with using macros and a little creative naming.
 (EDIT: Closing comments due to heavy spamming)
Comments : 1 Comment »
Categories : installers
11
03
2007
Yeah, I’m what you’d call a geek. So here goes the obligatory introduction in my current native tongue:
public static void main()
{
Console.WriteLine(”Hello World!”);
}

Comments : Comments Off
Categories : Uncategorized