avatar

Andres Jaimes

How to choose a printer using C#

You can assign a printer and other settings by using the basic PrintDocument and PrintDialog controls properties. Look at the next example: 1if (printDialog.ShowDialog() == DialogResult.OK) { 2 printDocument.PrinterSettings.PrinterName = printDialog.PrinterSettings.PrinterName; 3 printDocument.PrinterSettings.Copies = printDialog.PrinterSettings.Copies; 4}

How to Move a WordPress Blog to a New Domain or Location

Before trying the queries in this page, I recommend you to read this full article to learn more about the process. To update WordPress options with the new blog location, use the following SQL command: 1UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl'; After that you will need to fix URLs of the WordPress posts and pages, which translated from post slug, and stored in database wp_posts table as guid field.

How to install Papyrus on Eclipse Indigo

Papyrus is a UML designer plugin for the eclipse development environment. Installing it on the Indigo version is very easy: Go to Help > Install New Software… Under Work with, select All Available Sites and look for Modeling on the tree view. Under Modeling, look for MDT Papyrus – SDK and press the Next button Press Next again Accept the Licence and press Finish You will be asked to restart Eclipse, so go ahead… Next time you create a project, you will see the Papyrus project listed.

Reocities, a web time traveller…

If you are one of those who started surfing and creating the web in the 90’s, Reocities will take you back in time to the beginning of an era. Blue text on green or yellow wallpapers and animated gif’s overloaded the pages during the last decade of last century. After Geocities closed in 2009, Reocities started saving a lot of websites stored on mentioned website trying to keep the history alive.

Cómo agregar la fecha al nombre de un fichero en linux o mac

Agregar la fecha a un nombre de un fichero desde un script es muy útil, pues te permitirá generar nombres únicos para, por ejemplo, crear una lista de respaldos. Aquí os dejo un script muy sencillo que ejemplifica cómo hacerlo: #!/bin/sh dt=`date +%y%m%d` touch ./archivo-$dt Este es un programa muy sencillo el cual asigna a la variable “dt” el resultado de ejecutar el comando date +%y%m%d, el cual devuelve la fecha en formato año, mes y día.

Google+

El día de hoy obtuve una de las codiciadas cuentas en Google+. A primera vista pareciera que estamos tratando con una copia de FaceBook, pues tiene cosas como los mensajes de estado y las fotografías… pero esconde muchas otras más.

Categories

Android (1) Apps (3) Architecture (1) C plus plus (5) C sharp (4) C/c++ (13) Command line (2) Database (1) Databases (5) Delphi (4) Docker (2) Dot net (1) Forex (3) Freebies (1) Freebsd (2) Graphic design (2) Html / css (5) Hugo (1) Ios (2) It management (1) Java (17) Javascript (3) Linux (19) Mac (7) Macos (2) Microentry (6) Mobile (1) Mql (1) Music (1) Mysql (4) Operating systems (15) Oracle xe (2) Other (3) Patterns (2) Photography (3) Php (5) Postgresql (2) Programming (33) Quotes (1) Scala (23) Sin categoría (26) Uml (1) Uncategorized (5) Web (6) Windows (5) Wordpress (5)

Tags

.net (1) Administration (1) Ads (1) Advertisement (1) Akka (1) Android (1) Api (1) Apple (2) Architecture (1) Array (1) Bash (1) Best practices (1) Blog (1) Blogging (1) C (8) C++ (13) C plus plus (6) C sharp (5) Calvin (1) Cartoons (1) Cellphone (1) Cellular (1) Centos (7) Command line (12) Console (7) Css (7) Css3 (5) Database (8) Debug (1) Delphi (3) Design (3) Dns (1) Docker (2) Dos (1) Download (1) Dynamodb (3) Error (1) Exchange (1) Finance (1) Finder (1) Firefox (1) Forex (3) Formats (1) Freebsd (4) Functional programming (1) Git (3) Google (1) Graphic design (3) Graphics (2) Hibernate (1) Hobbes (1) How to (2) Howto (1) Hp (1) Html (1) Html5 (3) Hugo (1) Image (2) Install (2) Ios (2) Ios7 (1) Ipad (3) Iphone (2) Iptables (1) It management (1) Java (20) Javascript (3) Jpa (1) Jquery (1) Laserjet (1) Laws (1) Linux (25) Low light (1) Mac (6) Macos (2) Metatrader (1) Mingw (1) Mobile (3) Module (1) Mongo (3) Mongodb (3) Mountain lion (1) Mql (1) Mssql (1) Music (1) Mysql (7) Netbeans (3) Openjdk (1) Oracle (4) Oracle xe (1) Osx (10) P1102w (1) Patterns (1) Phone (1) Photography (3) Php (8) Play framework (4) Plugins (1) Postgresql (2) Printing (2) Program (1) Programming (26) Rancher (1) Release (1) Resizer (1) Retina display (1) Rules (1) Scala (21) Scala basics (2) Server (1) Services (1) Setup (1) Snippet (7) Software architecture (1) Solr (1) Spam (1) Sql (1) Terminal (1) Text search (1) Threads (1) Tips (4) Tomcat (1) Tricks (1) Tutorial (6) Ubuntu (1) Unix (6) Vi (2) Video (1) Visual c++ (3) Visual studio (5) Web (14) Windows (17) Witty (5) Wordpress (7) Wt (5) Xcode (1) Youtube (1)