Internet Explorer 8 Beta 1 for Developer
Microsoft announce their new browser version that is IE 8. I succesfully installed this new browser into my Windows XP Professional. I am quite amaze with the clean look of IE 8 which derived from Windows Vista, very clean and slick look. There's load of tools for web developer / designer in IE 8, amazing. You don't need IE Developer Toolbar or in Firefox you would recognize the same tools called FireBug. You could download in microsoft IE 8 website.
Time to test, dude. Okay, my new theme need some test to do and which passed IE 7, FF 2 (build 12), and Opera 9.26. I start to test with IE 8 and the result is picture below plus the screenshot of IE 8. Yeah, rock on buddy and see the big mess of my design. This is pretty cool since the IE 8 implement the standard. I had fixed this problem for the navigation and searching button.
Change Theme
I naming this theme as nchaos. This theme inspired from Elliot Jay Stocks website and this theme was completly designed from scratch. I love the dark theme of his site which pretty cool. I open the graphic editor and exploit everything inside it into chaos and you shall see the background right now. This site use PNG extensively and I am sure that Internet Explorer 6 users would be mad with the graphic. I would fix this around but the cost billed to JavaScript.
The BlogEngine also getting hack by me because the post navigation text often too long. If you thought that this site is represent me then it should. Hahahaha. This themeis true opposite with my last theme and that's why the tag also change "Living in Chaos" not "Living in Harmony". Buwahahaha.
I don't need permalink and other Blogger stuff. I remove it at first time but I consider the comments still exists to makes my visitor able to interact with the article that I wrote. Enjoy the site.
Does it look like Web 2.0 design? I hope not!
The Freelance & Entrepreneur Challenge
I often asked to foreign people how they do business especially in Software. We do know there are many types of business, in Indonesia we know three main business that categorized by government, those are :
-
Perseorangan (Individual)
-
Persekutuan : CV (Commanditer Vooschaf) / Firma
-
Perseroan Terbatas Terbuka (Stock) / Tertutup (Incorporated)
Being entrepreneur is a challenge since we face with bigger company which very mature in business process and have greater experience than rest of us. I trying to touch every opportunity and learning how business works in real life. Shifting from freelance to entrepreneur need significant changes that should be followed by heart.
One main problem is to get legalize by government and law which makes us have chance to grow up from little business. Individual business have many risks including liabilities that should be paid when the owner decided to close the business, but if we not had not legalizing the business, it would make the business stagnant. It wouldn't be grow.
Alternatives in doing business
I would not be specific in any form of business whether you are freelance or entrepreneur.
How many entrepreneur solve this problem? borrowing other company name. IMO, this should be last alternative to be chosen. Why? it also contain risks because we dealing with the unseen capital called Good Will. Commission Fee is must when borrowing a company because the company needs to pay the government's taxes and get some money to be stored to their capital. This condition is common. If you choose this method of business, please be careful in any way you act because you borrowing a company name that could have good credibility.
The second option is partnership, this is near same with above option. We would find small differences. The distinctive is both party have responsibility that should be discussed before any project is running. Why? We need to know our job scope. The profit will be divided in half or maybe 60% & 40% according to the agreement. We had time to discuss the best way to doing business together.
The third option is outsource. This new method in doing business, any cost that we spend would be reimburse by the company. It could paid in advance or after the expense had been occurred.
Software business is selling idea
Software business relatively risky because there no tangible product because we can't touch it. Computer Hardware business also had risk but we could see the product or the material that would be bought like your computer at home.
Software development needs human and robots still can't replace our work to solve new problem. We gain speed in replicating products, just by copying to another media, comparing to hardware. We could send the products by email or website. Software piracy occur because of the speed to copying or may I say it as Copy Cat. Protection become a valuable thing
.
Often we're tailor developer and often doing custom development. We need to protect our idea (software) by paper and also by technical matter. Please ask the down payment before any project is occurring, when you starting a project is cost raised from thinking. Back to Back payment is dangerous to your business especially for freelance. Why? because most of us don't spare any backup saving when doing project at the first time. However, If you had resources and good saving, you could do so but remember to protect your source code by using obfuscator application if there's no compiler available for the programming language that you use.
Keep in mind that any source code / software there's not been paid is yours and you allowed to crippling the software. Don't forget to create contract even the project owner is your brother.
Good luck for you business ![]()
SQL Server Connection in ASP.NET
I choose to write in English because seems many people held problem like I do. I had problem with SQL Server 2000, SQL Server 2005 (Express) in regular basis. I had some thought that the problem related to :
-
Permission
Please check your APP_DATA and APP_CODE folder permission, make sure it contains ASPNET and NETWORK SERVICE. Don't add all just try one by one, if you failed on ASPNET user then you could check NETWORK SERVICE also. -
Web.Config Setting
If you want your DATA stored on APP_DATA make sure had correct connectionString (this just example), change the necessary configuration according to your machine and SQL Instance<add name="DintCoreDB" connectionString="Data Source=DINT\SQLEXPRESS; AttachDBFilename=|DataDirectory|DintCoreDB.mdf; Integrated Security=true; User Instance=true"/>
-
SQL Server it self
SQL Server 2005 with Advanced Service had tricky configuration and it will make a headache, make sure you install this first before all things like Visual Studio. Replacing old instance could direct you into big mess which APP_DATA can't work properly. I don't know why this happen. I keep safe for this one as I don't have much time to experiment.
Hope this works. ![]()
Update to BlogEngine.NET 1.3
I am succesfully update my BlogEngine into version 1.3. It's not preety easy because we need to adjust the settings.xml to be compatible with BlogEngine.NET 1.3 and some theme function is deprecated which should required some modification in my own theme.
Maybe if you send me email, I would applogoize that I would be late to reply since my Portable Mozilla Thunderbird getting stupid
and need to backup all my stuff over there. I hope I could fix this soon and trying to fetch my hundreds megabyte email from Gmail. Wacky.

