
blog.danieldee.com
Computing NotesAn emulation of the old-school lab notebooks. Each note contains concise, practical information on computing subjects of varying interests to the hobbyist as well as the professional.
http://blog.danieldee.com/
An emulation of the old-school lab notebooks. Each note contains concise, practical information on computing subjects of varying interests to the hobbyist as well as the professional.
http://blog.danieldee.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
12
SITE IP
172.217.6.83
LOAD TIME
0.249 sec
SCORE
6.2
Computing Notes | blog.danieldee.com Reviews
https://blog.danieldee.com
An emulation of the old-school lab notebooks. Each note contains concise, practical information on computing subjects of varying interests to the hobbyist as well as the professional.
Computing Notes: Exposing IQueryable from a Repository
http://blog.danieldee.com/2013/02/exposing-iqueryable-from-repository.html
Monday, February 25, 2013. Exposing IQueryable from a Repository. During my hiatus of 2-1/2 years from this blog, I have gone from independent consulting through being employed by a large company to now working for small company. Along the way, I have picked up C#, .NET and other interesting artifacts of the computing world. For that reason, I am expanding my blog to cover not just Java, but any computing topics that sparks my interest at that moment. Looking on the web, it looks like I may be late to th...
Computing Notes: JTable Cell Display Based on Data Type
http://blog.danieldee.com/2009/08/jtable-cell-display-based-on-data-type.html
Sunday, August 2, 2009. JTable Cell Display Based on Data Type. JTable is capable of doing some special rendering based on the data type, such as JCheckBox for boolean data. The supported data type are listed in Sun's Tutorial on JTable. The only restriction is that each column has to be uniformly the same type . To enable this, the getColumnClass(). Of the JTable's model has to return the type of the data to be displayed:. DefaultTableModel model = new DefaultTableModel(). Posted by Daniel Dee.
Computing Notes: June 2009
http://blog.danieldee.com/2009_06_01_archive.html
Tuesday, June 30, 2009. Moving Offscreen App Back to Primary Workspace. Note: This trick applies to Windows OS only. Most people using a notebook PC with two monitors will often move some applications off to the external monitor for various reasons. And just as often, when they detach their notebooks, they will forget to move the applications back to the primary monitor as I do. To bring an errant application back to the primary monitor, following these steps:. To the errant application. To enable remote...
Computing Notes: December 2014
http://blog.danieldee.com/2014_12_01_archive.html
Sunday, December 28, 2014. Fixing USB on a Lego Mindstorms NXT Brick. My son has a Mindstorms NXT set where the center post in the NXT Intelligent Brick. S socket broke off, resulting in an unreliable connection with the computer when downloading programs. Replacing the Brick will cost $170 from Lego Education. So I decided to open it up and see if I can fix it. It turns out that, other than figuring out how to take it apart, the repair job is not too difficult. The tools you need are:. The non-USB side ...
Computing Notes: Custom JTable Cell Renderer (Part 1)
http://blog.danieldee.com/2009/08/custom-jtable-cell-renderer.html
Tuesday, August 4, 2009. Custom JTable Cell Renderer (Part 1). If the data is not a supported type. Or if not all the cells in a single column is of the same type, then you will need to write a custom renderer for your JTable. JTable asks the renderer's getTableCellRendererComponent(). What kind of display component each cell should look like. By painting it in the cell. For example, if getTableCellRendererComponent(). In order to display a different "component" in each cell, the simplest method is to ex...
TOTAL PAGES IN THIS WEBSITE
12
Java Programming Notes: Java Virtual Machine
http://java.danieldee.com/2009/07/java-virtual-machine.html
Sunday, July 12, 2009. The Java Virtual Machine (JVM) is an idealized computer that sits between your running Java program and the native OS. It is the technology that enables Java programs to be written once and run anywhere. It is notable that Microsoft suite of .NET programming languages also run on top of a virtual machine. The JVM is part of both the Java 2 SDK and the JRE distributions. It is executed as a precursor to running your Java program when you execute the java. Difference from System VM.
Java Programming Notes: July 2009
http://java.danieldee.com/2009_07_01_archive.html
Friday, July 17, 2009. Object oriented programming languages (Java, C#, etc.) follow some fairly standard naming conventions with respect to classes, variables and methods. Class names always start with a capital letter, and objects/variables and methods start with a lower case. Classes: Object, Action, Date, GregorianCalendar. Objects: size (of class Dimension), date (of class Date), name (of class String). Variables: year, month, length. Methods: indexOf, substring. Posted by Daniel Dee. The JVM is par...
Resumé - Daniel Dee
http://www.danieldee.com/resume
201, Suite 206, 6 University Drive, Amherst, MA 01002. Work# (413) 256-4665, Fax# (413) 256-6443, Web: http:/ www.avacoda.com. Software Design/Development (19 years). Broad understanding of the principles and interrelationship of various technologies. In-depth knowledge of specific key technologies. Ability to articulate and document design decisions and development process. International Software Design/Development (10 years). In-depth understanding of software internationalization issues. Model Driven ...
Recent site activity - Daniel Dee
http://www.danieldee.com/system/app/pages/recentChanges
Jan 9, 2013, 7:25 PM. Daniel Dee edited Resumé. Jun 26, 2010, 8:49 PM. Daniel Dee deleted attachment At the Arch.jpg. Jun 26, 2010, 8:49 PM. Daniel Dee deleted Test. Jun 26, 2010, 8:49 PM. Daniel Dee deleted attachment Snail.mp4. Jun 9, 2010, 6:53 PM. Daniel Dee edited Test. Jun 9, 2010, 6:37 PM. Daniel Dee edited Test. Jun 9, 2010, 6:36 PM. Daniel Dee edited Test. Jun 9, 2010, 6:33 PM. Daniel Dee edited Test. Jun 9, 2010, 6:30 PM. Daniel Dee edited Test. Jun 9, 2010, 6:30 PM. Daniel Dee edited Test.
Services - Daniel Dee
http://www.danieldee.com/services
Daniel can work with clients at any stage of their software development process. He can help determining constraints, selecting the best existing technologies within those constraints and help integrate them into a cohesive whole. The result is a rapid implementation of a project. Daniel can offer help in:. Architecting standalone and web-based application using J2SE, J2EE and associated technologies such as Spring, Hibernate and others.
Publications - Daniel Dee
http://www.danieldee.com/publications
Building a Tree Viewer. By Daniel Dee (Java Developer's Journal, V4 N4 April 1999). Implementing a Grid Layout Manager with Positionable Components. By Daniel Dee (Java Developer's Journal, V3 N12 December 1998). Widget-izing Java's Graphical User Interface Components. By Daniel Dee (Java Developer's Journal, V3 N6 June 1998). Implementing Callback-Style Support for Java's AWT. By Daniel Dee (Java Developer's Journal, V3 N4 April 1998). Upgrading Linux Over the Internet. By Daniel Dee ( Linux on Laptop.
Downloads - Daniel Dee
http://www.danieldee.com/downloads
Layout manager src.zip. Jul 18, 2009, 7:46 PM. Modified version of the nm2070.xqa (800x600 16 colors) for Compaq Presario 1000 series notebooks. See "Linux on the Compaq Presario 1000 Series" under the "Publications" menu. Jan 3, 2010, 8:32 AM. Sample Java Swing programs. Jul 9, 2009, 8:15 AM. A JLabel extension that automatically fits an image within in to size while preserving aspect ratio. Jul 17, 2009, 8:03 AM. Jan 3, 2010, 8:31 AM. Jan 3, 2010, 8:31 AM. Jan 3, 2010, 8:22 AM. Jan 3, 2010, 8:30 AM.
TOTAL LINKS TO THIS WEBSITE
12
Danieblog | El blog personal de Daniel Currás
El blog personal de Daniel Currás. 17 agosto, 2015. Nunca trabajes ni con perros ni con niños…. Este entrañable enunciado, muy conocido entre los actores, fue aún más popular cuando Alfred Hitchcock lo redondeó apostillando: “ni con niños, ni con perros, ni con Charles Laughton”. Trabajando con tamañas compañías tendrías suerte si, al acabar la película, alguien se hubiera dado cuenta de que tu también salías en ella. Creo que voy a escribir algo para un perro…. 14 agosto, 2015. 14 agosto, 2015. Una vez ...
Creative Quorum by Daniel C. Young
Daniel C. Young Writings. Two Marketing Strategies for Generalists. To become world-class professionals, we are often advised to think of ourselves as a business and to specialize — to identify, develop, and articulate our unique value proposition, a set of skills that we can perform better than anyone else in the world. So the strengths-finder movement. And personal branding gurus. All direct us to forever define our genius within, the one thing that makes us (as human capital) indispensable. The trick ...
blog.danieldanieldentistry.com
Daniel Daniel Dentistry - Giving Halifax a Reason to Smile
Giving Halifax a Reason to Smile. Sep 17th. 2012. We offer the latest technology to help get your mouth as healthy as possible. Please call today if you are not scheduled for your continuing dental care so that we can find a plan that is tailored to your specific needs, and hopefully add years to your life. A Cracked Tooth the Dangers Within…. Sep 6th. 2012. How many people do you know who’ve cracked a tooth? Would you believe that most of them could have been prevented? Doesn’t all this sound fun? Atlan...
D-squared Digest -- FOR bigger pies and shorter hours and AGAINST more or less everything else
Economics and similar, for the sleep-deprived. A subtle change has been made to the comments links, so they no longer pop up. Does this in any way help with the problem about comments not appearing on permalinked posts, readers? Saturday, August 23, 2014. One door closes, another one slams in your face. Welcome new readers, also welcome old readers. Up until now this has mainly been a politics and economics blog. From now on in, it will also be a travel blog. There may even be pictures! This isn't a slam...
Computing Notes
Sunday, December 28, 2014. Fixing USB on a Lego Mindstorms NXT Brick. My son has a Mindstorms NXT set where the center post in the NXT Intelligent Brick. S socket broke off, resulting in an unreliable connection with the computer when downloading programs. Replacing the Brick will cost $170 from Lego Education. So I decided to open it up and see if I can fix it. It turns out that, other than figuring out how to take it apart, the repair job is not too difficult. The tools you need are:. The non-USB side ...
Tech for Dummies | Dicas sobre tecnologia para pessoas normais.
Dicas sobre tecnologia para pessoas normais. Para Chamar de Seu. Austin Evans - em inglês. Marques Brownlee - em inglês. Jonathan Morrison - em inglês. UrAvgConsumer - em inglês. Unbox Therapy - em inglês. A difícil escolha por um celular novo. Continue reading A difícil escolha por um celular novo. June 23, 2015. Algumas dicas que podem te salvar na hora de comprar um produto eletrônico. June 15, 2015. June 15, 2015. Preciso trocar meu notebook. E agora? Você está passando por isso agora? June 12, 2015.
Dr. Daniel Diógenes
Domingo, 10 de maio de 2015. Feliz Dia das Mães. Uma Imagem vale mais que mil palavras! Feliz Dia da Mães! Postado por Dr. Daniel Diógenes. Compartilhar com o Pinterest. Sexta-feira, 1 de maio de 2015. Ayrton Senna - Legado! O legado está eternizado! Postado por Dr. Daniel Diógenes. Compartilhar com o Pinterest. Quinta-feira, 30 de abril de 2015. Uso de Soja e Fertillidade. Pesquisadores de Harvard, nos Estados Unidos, analisaram as relações entre o consumo de fitoestrogênios e os resultados em reproduçã...
DROP D
Berlin, May 2015. Berlin, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Sächsische Schweiz, May 2015. Berlin, May 2015. Berlin, May 2015. Brandenburg, April 2015. Brandenburg, April 2015. Running on The Default Network.
i'm Daniele Bottillo
Technology, Code, Ideas. Sunday, June 2, 2013. NanoStore: a NoSQL database for iOS. Nowadays saving data inside applications it's one of the common goals in the development of applications. Tipically there are some resources on a web server that are fetched from a client which wants to save them locally and send them back with some changes to the server. NoSql - Server - - HTTP / JSON - Client NoSql -. HTTP / JSON - Server - NoSql. Let's start to create the object we want to save and retrieve:. NSMutable...