There’s no better tool than PhotoStage for showcasing your favorite photographs, images and video clips. PhotoStage brings your pictures, images and video to life and lets you share your favorite memories with family and friends in an interesting and portable way. Creating a slideshow from your digital photos has never been easier.
Minggu, 09 Februari 2014
Showcase and Share Your Memories Photos Video Clips and More
There’s no better tool than PhotoStage for showcasing your favorite photographs, images and video clips. PhotoStage brings your pictures, images and video to life and lets you share your favorite memories with family and friends in an interesting and portable way. Creating a slideshow from your digital photos has never been easier.

Sabtu, 08 Februari 2014
google docs spreadsheet tips
Get the difference between two dates:
Truncating number of decimal places:
Rounding number of decimal places:

Jumat, 07 Februari 2014
ByVal vs ByRef
ByVal vs ByRef
ByRef means that the code will manipulate the value. ByVal will manipulate a copy of the value. It is that simple as that. Check or try the sample I just made:
<summary> This is a sample: show you the difference between byVal and ByRef </summary> <remarks>Check Technologies ltée 2012</remarks> Public Class Form1 Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load TextBox1.Text = 2 Button1.Text = "addByVal" Button2.Text = "addByRef" End Sub Private Function addByVal(ByVal x) As Integer x = x * 2 addByVal = x End Function Private Function addByRef(ByRef x) As Integer x = x * 2 addByRef = x End Function Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Label1.Text = addByVal(TextBox1.Text) End Sub Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click Label1.Text = addByRef(TextBox1.Text) End Sub End Class |
This is what Visual Studio 2010 looks like, a form with 2 buttons, 1 label and 1 TextBox:
ByVal (Visual Basic) : that an argument is passed in such a way that the called procedure or property cannot change the value of a variable underlying the argument in the calling code
ByRef (Visual Basic) : Specifies that an argument is passed in such a way that the called procedure can change the value of a variable underlying the argument in the calling code.
References:

Kamis, 06 Februari 2014
How to Be Stealth in Frugality
At Church:
When we first moved, we went to a church where they knew Dan was going to college and that he worked at Walmart. They put two and two together and started trying to give us stuff. Someone even bought us a turkey at Thanksgiving. Turkeys were $0.39 per pound at Thanksgiving. I was trying to convince Dan that we should buy two. We did not need a turkey given to us. We didnt feel that we could fellowship as brethren if they couldnt get past this difference. We know they were just trying to help, but it wasnt a big deal to us that we werent wealthy; it was a big deal to them.
The church we go to now we found through some of Dans coworkers. There are several other Walmart workers there and they are pro stay-at-home mom. We dont feel poor there because its not an issue. Some people may have put two and two together, but its not an issue.
If we have someone over, and I make them a meal, do you know that they thin

On the Streets:
People who see us on the streets dont know were "poor". We have a nice car, in good shape. I think its real pretty, too.
We dont leave the house looking dirty and everyone has normal looking clothes, even name brand clothes.
Our Family Knows:
They know Walmart isnt the best job around. Without going into too much family dynamics, we get a mixed reaction about our situation.
Dans family is poor. Dan grew up poor. They dont expect us not to be poor. Theyre not frugal though. Its interesting to see people who are poor, but choose not to be frugal. They dont have debt, they just spend all that they make when they really dont need to.
My fathers family is poor, although academically accomplished. My dad and uncle went to Oxford; my aunt went to Cambridge. They dont see wealth as a sign of accomplishment, but are more interested in discussing world political leaders with Dan. They are content in their lower income, as we are in ours, and are pleased with how my life is turning out in general. They are the ideal for us in many areas, much to my mothers chagrin.
My mothers family is wealthy. When I got married, my mom told me to reconsider, that being poor is only romantic for so long. She does not approve of my lifestyle, but has softened and likes Dan a little bit more than she once did.
Her parents are a little more supportive, as they were poor when they started out. They think that being poor is a stepping stone for wealth, and assume that that is what we are seeking after. They think Dan will be getting a salary comparable to the pastor that their church employs in Cape Cod, which is a wealthier area in Massachusetts.
Who reads my blog?
My father reads it, and Ive told my aunt and step-mom about it. I told one brother who comes to see pictures of the kids and agrees with my ideals. Ive told a few friends from our home church, but Im not sure they read it. I think my older sister would like it, but she just had a baby, is going to school and works full time, so a lot of the ideas may not work for her.
No one on my mothers side and no one on my husbands side of the family knows this blog exists. Were close with my husbands family, but I dont think theyd like to see some of the criticism for this blog. I think theyd worry about me and I dont want them worried. I think my mothers family may actually be offended, as a lot of what I say here is an affront to their more affluent lifestyle, but maybe not.
How do others feel about your frugality? Or if you live below the poverty line, how do people respond to that?

Rabu, 05 Februari 2014
Os 200 melhores temas para Windows XP
No caso, se alguém não sabe onde colocar todos esses arquivos, o arquivo deve ser movido para uma pasta:
C: WINDOWS Resources Themes
No arquivo, clique com o botão direito do mouse e escolha "Extrair para a pasta atual", espero que gostem.

Senin, 03 Februari 2014
Free Graphics Resources
- Open Icon Library - These icons are used in many tutorials in programinurdu tutorials

Minggu, 02 Februari 2014
WordPress 2 6 2 Release
WordPress é uma poderosa plataforma publicando pessoal, e vem com uma grande conjunto de características concebidas para tornar a sua experiência como publisheron a Internet como fácil, agradável e atraente possível. WordPressis ambos livres e inestimável, ao mesmo tempo. Mais simplesmente, WordPress você usa quando você deseja trabalhar com o seu software blogging, WordPress é uma ferramenta tão avançado de blogs e que proporciona uma das características. Através de sua Administração painéis, você pode definir o comportamento ea apresentação de seu weblog. Via Administration painéis, você pode facilmente escrever um post no blog, e serão publicados na Internet, imediatamente!
Outros PHP apps são suscetíveis a este tipo de ataque. Para proteger todas as suas aplicações, pegue a versão mais recente do Suhosin. Se você já tiver atualizado Suhosin, sua instalação já existente WordPress já está protegido de explorar o pleno. Você deve ainda fazer a atualização para o 2.6.2 se você permitir abrir usuário registo de modo a evitar a possibilidade de senhas serem randomizado.
2.6.2 também contém um punhado de correções de bugs. Confira a lista completa .
Download: WordPress 2.6.2
