Category: "Q&A"
Hidden Div in the pages.
I have jquery to show and hidden some div when the page is loaded. We found those div in some pages will affect the page description in some search engines. That is strange. Finally, we found the solutions. Hiding all div by default, when the pages is loaded, then using jquery is to show the div we need.
PC RAM on Mac
If you want to upgrade your RAM in Mac Book Pro, I will recommend you the RAM tested in Mac Book Pro. I got a Mac Book Pro recently. That is only 4GB RAM, that is not enough. Thus, I planned to upgrade them. Unfortunately, our computer components supplier ran out of 1600Mhz DDR3 Mac RAM. I do not want to wait. Thus, the staff recommended Corsair CMSX16GX3M2A1600C10 16GB Vengeance DDR3 1600MHz. That is same specifications of those MAC RAM and has not tested in Mac. Well, let myself to be the one for testing it. Well, that works. Moreover, the one for Mac is $134, this one is only $115. I can save some money too!
CSS- Display:table is not working in IE7 before
Div table is more flexible. But Before IE8, it did not support display:table. If you build a table for old browsers, please use the HTML <table> tag.
SEO Tips- Please add a news section
There is a number of ways to push your website in a top rank! But there is a one item the people always missed to keep your website "fresh". A lot of search engine like those websites keeps update itself. They believe this kind of websites are still "alive". So, the best way to accomplish this task is adding a news section. You can add some promotion about your shop, any major milestone about yourself, etc. You need to keep adding some new contents. Keeping your website to the top of list needs your hard work!
How to generate a new GUID in SQL Server?
I thought GUID() can generate a new GUID in SQL Server. It generates the error. That is very close. The correct keyword is NEWID().
Code
Select NEWID() |