Posted by Seree.
Posted by Seree.
Hi friends,
Everyone may demand on a portable laptop, mostly they go to buy a main stream laptop which has 12″ – 14.1″ display.
Even thay already have a smaller size of laptop in the market but the price is too high to be a portable device for general peoplel.
(Try to see the price of Sony TZ series, Fujitsu U1000 …)
In the Ultra Mobile PC “UMPC” market, before the release of Asus EEE PC. They was no one dominate the market because …
Posted by Seree.
Hi friends,
This post will focus to somewhat just in the title.
How do you make more money in 2008?
I believe all my readers can do that, and you can do it good.
But how?
- Work harder?
- Work smarter
This is what I want you to thinks and setup as a plan for your 2008.
Everyone can do “work harder” to make more money including you and me.
I’m also plan to work harder in 2008 to make more money.
But now I’m just changed my plan …
Posted by Seree.
Hi friends,
Just to remind you in case if you have no plan for your 2008 now. If you have no plan, it means you plan to fails on your life which i wouldn’t like to see.
Thinks about your life and try to set your plan on 2008. You’ll have a fun year to acheive. This will boost up your energy while you’re living in 2008.
Believe me.
If you’ve no plan, you’re useless!
To your success!
Posted by Seree.
Hi folks,
Today, let’s see what .NET was provided to developer like us about cryptography.
In this post, I’ll talk about a brief of cryptography. How .NEt handle it and how many way to do some cryptographic in .NET.
For sample of implementation, I’ll cover it all from basic encryption to decryption, hashing, using message authentication code (MAC), hash-based message authentication code (HMAC) and even Digital signature. But it’ll continue to the next part.
Here we’ll focus to the cryptography in System.Security.Cryptography namespace.
.NET has …
Posted by Seree.
This is a simple & stupid knowledge that I taken about 2 days to solve it.
I have a project that have to use this code….
var con = document.getElementById(“menu”);
con.style.left = “10″;
con.style.top = “20″;
When I run this code in Internet Explorer 6, 7.
I got it working like I want!
But when I try with Mozilla FireFox.
It never works!
Man! I hate DOM, if I have enough money. I’ll buy Microsoft and stop Internet Explorer project to reduce browser compatibility issues.
I try to …
Posted by Seree.
Hey friends,
In a few days ago, I’ve just stuck with how to change “float” style in JavaScript and very confuse why it doesn’t work at all!
I’m using …
var obj = document.getElementById(“some1”);
obj.style.float = “left”;
No luck at all. I tried both on Internet Explorer and Firefox. Even I use Internet Explorer Toolbar and Firebug. I can change the style via that tools but no luck with JavaScript.
Silly?
I’m fool with DOM. I try to find a solution and suddenly found that.
In DOM, there are …
Posted by Seree.
Hi friends,
I just want to know that how do you do when you’re dealing with cross-browser web development.
Which tools you are using?
How do you handle those all buggies browser?
What experiences you faced?
As I’m dealing with cross-browser web development project where I generally strict with XHTML 1.0 standard. (As I’m using Microsoft Visual Studio 2005 and there is built-in XHTML 1.0 validator. Also, it has a built-in CSS validator too.)
I generally focus to most popular browsers including Internet Explorer 6.x, 7.x …
Posted by Seree.
Hi friends,
Are you facing with the hell experiences when dealing with advanced web development?
First of all, We gonna clarify about what did I means for “advanced web development”.
For the sentence, I means that your web project are mostly dealing with client technologies. Such as those JavaScript, CSS, DOM, Ajax or even cross-browser compatibility issue. Those all are hard to track bugs and solve it.
After my bad experiences regards on this issue, I actually found that there are many useful tools …
Posted by Seree.
Man, sometime I’m boring about my strong password. When I boot up my Windows box, I have to type my strong password about 10 characters which needed to press SHIFT button many times.
The point that I setting up my password, I just want to lock off my laptop when I’m out of office to have a lunch. So, I considering to bypass boot-up log on and found that It can be done very easy.
Step by step here.
1. Run “control userpasswords2″. …
Posted by Seree.
Hi all SQLers!
Last week I’ve found this quiz from my consultant customer. He has a scenario to let me help as a short describe here.
How do I select some records from SQL Server randomly?
It seems to be an easy question but what we can do if SQL Server doesn’t directly support this functionality! So, I decide to read on SQL Server’s online help to find out the solution and result on SQL Server don’t have any function that can select …