Effective immediately, my blog is hosted on www.dotnetdude.com.
This blog will no longer be updated so please check out my new one and update your RSS feed with this link.
Miguel
It’s been a great ride guys. I joined GeeksWithBlogs.com in order to get my first blog up and running and have been with you guys for some time. I’m not leaving because of any problem whatsoever, I just wanted to get my blog up on my own domain with more control over the customization of many of its pages. My new…
and thanks in advance for your comments:
I'm currently using Ubuntu 12.04, and quite happy with it. I'm using the Unity desktop, and I've got no major complaints.
My problem/question is:
I've been reading on the news, forums, and different websites that the new version in 12.10, which i'll eventually have to upgrade to if I plan on using…
I am playing around with an iPhone app, and need to accomplish something that I am sure is very basic:
I have a slider that is implemented in a Controller.m class. However, I need its value must be available in a different class, MainView.m class where I have defined an equation that depends on the value of the slider. How can I do it??…
Hi all
Is it possible, using spring security plugin 0.5.3 with Grails 1.2.1, to authenticate a user using only one field? I mean, for example, making j_username and j_password fields in the authentication form equal previous to the authentication. I read it was possible to define j_username field in Config.groovy with acegi plugin, in…
Hi!
I'm trying to compose two videos, and I'm using the alpha plug-in to make the white color transparent.
To test the alpha plug-in I'm creating the pipeline with gst-launch.
The first test I done was:
gst-launch videotestsrc pattern=smpte75 \
! alpha method=custom target-r=255 target-g=255 target-b=255 angle=10 \
! videomixer…
Hello,
I am creating a menu and binding the menu items ate runtime as follows but I am not able to make it work.
I am creating the menu as follows:
Menu menu = new Menu();
menu.Items.Add(new MenuItem { Command = new PackCommand(), Header = "Pack" });
DockPanel.SetDock(menu, Dock.Top);
content.Children.Add(menu);
…
I'm trying to rebuild an object encoded with Json but i'm not getting any value.
JQuery:
$.post("views/insert_tasks.php",{ clickedRows : clickrows , <?php echo "tasks:'" . json_encode($tasks) . "'"; ?> }, function(data)
{
});
this is the PHPcode to retrieve the object:
$tasks = json_decode(stripslashes($_POST['tasks']),…
I'm trying to remotely start installations and I'd like not to disable UAC. If I start the processes remotely using psexec, the installer will just get stalled waiting for the UAC prompt. Other tasks such as temporary files cleaning, services restarting, etc, will get me Access Denied errors. Is there anyway psexec can walk around…
Hello Guys,
I've a problem. Duplicity is perfect for backups, I love so much that can be able to do incremental diff tars, but ... when restoring duplicity seems don't apply same concept.
Basically I need to restore only changed files (obviously after a full backup) but I can't figure how do that.
When I try to restore a…
La presión por la agilidad en el día a día del negocio y por obtener siempre altos niveles de servicio hacen del manejo de la calidad un imperativo básico.
Relacionado con ello, Oracle propone a través de su solución ATS (Application Testing Suite) servicios para cumplir con los objetivos de calidad. Oracle Functional…
Durante el Customers Day sobre J.D. Edwards celebrado el pasado 9 de marzo de 2010, se presentaron los siguientes servicios:
E1 Gestión de Mantenimiento
Impacto del cambio en los tipos de IVA
BI Apps para J.D. Edwards
A continuación puede encontrar las presentaciones incrustadas.
Presentacion JDE Customers Day…
El bajo rendimiento de un entorno de aplicación Oracle E-Business Suite, Siebel, Peoplesoft o Hyperion puede tener un impacto directo en puntos fundamentales de su negocio. Para sacar el mayor valor a la inversión realizada en Oracle, es crítico asegurar que sus aplicaciones funcionan óptimamente.
Supervisando…
La presión por la agilidad en el día a día del negocio y por obtener siempre altos niveles de servicio hacen del manejo de la calidad un imperativo básico.
Relacionado con ello, Oracle propone a través de su solución ATS (Application Testing Suite) servicios para cumplir con los objetivos de calidad. Oracle…
Por petición de los asistentes al Customers Day sobre PeopleSoft, celebrado el pasado 11 de marzo de 2010, ponemos a su disposición las presentaciones que tuvieron lugar durante el evento. Los siguientes enlaces recoge cada una de las presentaciones. Además, también puede verlas a través de las…
Ya están disponibles las presentaciones del Customers Day sobre E-Business Suite, celebrado el pasado 10 de marzo de 2010. En ellas se tratan temas como la política de soporte de por vida de Oracle, la Release 12 del software, las Aplicaciones Analíticas Preconstruidas e Hyperion.
…
El próximo Viernes 23 de Marzo a las 8:30 hs en la Universidad Católica Argentina se realizará una nueva edición del Run en Buenos Aires, el evento Microsoft más importante del año. Particularmente, voy a estar junto con Rodolfo Finochietti e Ignacio Lopez presentando nuestra…
« Linux a échoué sur le Desktop » pour le créateur de GNOME
un avis tranché qui divise la communauté open source
Miguel De Icaza, l'un des créateurs et meneur du développement de l'environnement de bureau libre pour Linux GNOME estime dans un article que « Linux est un échec…
Oracle Communications Billing and
Revenue Management (Oracle BRM) is the telcos industry´s leading
solution intended for communications service providers. This post encourages to know BRM starting with the basics.
History
Portal was a billing and revenue
managament solution…
I want to make a game like "words with friends" or "chess with friends" or "Draw Something" or any of the other online multiplayer type games that are based around friends having game sessions with each other. I have made one app before that had no online features so I know…
Hello dear people from the underworld called the internet.
So guys,
Im having a small issue with D3DXVec3Unproject, because I'm currently using Directx 11 and not 10, and the requirements for this function is:
D3DXVECTOR3 *pOut, CONST D3DXVECTOR3 *pV, CONST D3D10_VIEWPORT…
I have an older laptop with a ADA hard disk I can't really buy a new one so I want to erase Windows Vista on my computer and only have Ubuntu so that I can have more space.
How do I make it go directly to my blank CD? My Windows Vista is messed up and I can't even get…
Hey everyone this is my first post so go easy on me.
I currently have a laptop with Ubuntu Studio 12.04 Beta 2 that is supplying a wireless internet connection to a windows 7 desktop computer that's connected directly to the laptop through Ethernet.
I'm using the "shared…
I'm quite unsure how I should allocate/resemble my entities within my entity system. I have various options, but most of them seem to have cons associated with them. In all cases entities are resembled by an ID (integer), and possibly has a wrapper class associated with…
I am currently creating an Entity System, in C++, it is almost completed (I have all the code there, I just have to add a few things and test it). The only thing is, I can't figure out how to implement some features. This Entity System is based off a bit from the…