2011
Top 5 Tips to Increase Website Traffic
The more page views, the more there is a chance that new users will view your post. This is one of the main goals that web developers and administrators have for their websites. Check out the next top 5 tips to achive this goal and increase your website traffic.
The first tip is:
Content and Presentation
Create and maintain the content on your website or blog. The content that you write must actually be interesting for the user. The content must be presented in a way to not be difficult for the user to read and understand. Sometimes you find sites that aren’t made for users, but for search engines to increase their ranking. Having high quality content that is updated regularly and well presented will keep your customers coming back.
2011
SQL Server | Reset Identity Column
When you create a table in SQL Server, you would also have an Identity Primary Key. This type of key would increase as new rows are added. But sometimes you would just need to delete all the rows and start all over again.
To restart the identity column, you could delete the column and re-add it again. This would normally work, but if you have relations with the primary key, you wouldn’t be allowed to delete it.
The next code that will make this possible, and restart the Primary Key from 0, thus the new row will be set as 1: Continue reading »
2011
blog.domain.com or domain.com/blog
The first thing that I needed to choose was to either store the blog under a subdomain (ie. blog.domain.com) or as a subdirectory (ie. domain.com/blog). Both of them have their advantages and disadvantages but the most important thing is the Search Engine Optimisation (SEO). Which is the best solution to use for your blog’s address?
2011
Why is a Blog Needed?
![]()
Business blogs can be a powerful marketing tool. When you blog about your products and brands, you’ll brand your company as authentic and knowledgeable. In my opinion you could start blogging as soon as you can even before you start your business. It takes a bit of time until search engines start indexing your pages.
Blogging is a relatively low cost activity that will add value to your business for a long time to come, and in many cases blogging alone can push your business to prosperity getting users to your site that wouldn’t normally come. Read more on how to blog and how to start…
2011
Project Nine Blog Is Online
Project Nine Blog is online. Today it is just an introduction but from next Monday, 21st February, the real blogging starts.
Nine Blog is about helping people achieve more potential with their sites. The information I’ll be putting in this blog, will help Project NINE’s clients and anyone who has a website to market their website and increase its relevance in search engines. I’m sure I will be learning a lot from this new venture, and I will pass what I learned to you on this blog.
You’ll also find information about new Features being created for Project NINE users and how you can make the most of them. Plus you can add your own comments to inspire us for new features to add extra value to your own sites.
So go now and check out this blog today!
2011
Project Nine Blog Launching Tomorrow
Project Nine’s Blog will launch tomorrow.
This blog will be about helping people achieve more potential with their sites. The information I’ll be putting in this blog, will help Project NINE’s clients and anyone who has a website to market their website and increase its relevance in search engines. I’m sure I will be learning a lot from this new venture, and I will pass what I learned to you on this blog.
You’ll also find information about new Features being created for Project NINE users and how you can make the most of them. Plus you can add your own comments to inspire us for new features to add extra value to your own sites.
So mark it in your calendar, and start reading to enhance yor site as from tomorrow!
2011
WP7 Marketplace Browser
While surfing, I found this great website showing all the latest applications that are available for Windows Phone 7 smart phones. You can go, browse and search the marketplace from here.
Something noteworthy of is that the WP7 marketplace is growing at a rate of about 400 apps per week, which is awesome.
2011
Change Lightbox 0.5 Image Size
Update 2011: For those people who had problems with the below instructions.. please find in on my website here. And when you’re there take a look at my site and see what you think about it
Lightbox 2 has the functionality to set maximum width and height. But what about previous versions? To set the maximum image width and height for lightbox (version 0.5) you need to do some extra coding yourself. Open the jquery.lightbox-0.5.js file and search for the next pieces of code (in bold below):
settings = jQuery.extend({
maxWidth: null,
maxHeight: null,
...
Then search for the next function (in bold) and write copy and paste the code underneath it: Continue reading »
2011
ASP.Net 4.0 Validate Request
When creating a CMS sometimes you need to allow certain tags pass through the ASP.Net Validation. To allow tags be posted, in v2.0, you had to include the following tag in the page directive:
ValidateRequest="false"
But in .Net 4.0, this is not enough. You also need to include the next tag (httpRuntime) in the web.config file under <system.web>:
<system.web>
<compilation debug="true" targetFramework="4.0" />
<httpRuntime requestValidationMode="2.0" />
</system.web>
There is also other information on Error validation in .Net 4.0 here
Resources: here
What you missed
Check these Out!
Favourite Links
Tags
Archives
- May 2013 (2)
- January 2013 (2)
- December 2012 (5)
- November 2012 (4)
- October 2012 (3)
- September 2012 (1)
- August 2012 (4)
- July 2012 (2)
- June 2012 (1)
- May 2012 (10)
- February 2012 (6)
- December 2011 (2)
- October 2011 (3)
- September 2011 (1)
- April 2011 (6)
- March 2011 (14)
- February 2011 (9)
- January 2011 (10)
- December 2010 (6)
- November 2010 (10)
- October 2010 (6)
- September 2010 (10)
- August 2010 (4)
- June 2010 (10)
- May 2010 (2)
- April 2010 (1)
- March 2010 (1)
- July 2009 (1)
- June 2009 (1)
- April 2009 (4)
- March 2009 (1)
- February 2009 (5)
- January 2009 (10)
- December 2008 (8)
- November 2008 (4)
- September 2008 (6)
- August 2008 (11)
- June 2008 (2)
- May 2008 (3)
- March 2008 (1)
- February 2008 (1)
- November 2007 (1)
- September 2007 (2)
- July 2007 (2)
- June 2007 (1)
- May 2007 (2)
- February 2007 (3)
- January 2007 (4)
- November 2006 (1)
- October 2006 (1)
Categories
- Android (3)
- Apple (5)
- ASP.Net (37)
- Be Creative (1)
- Blackberry OS (1)
- CMS (5)
- Creative Computing (4)
- Crystal Reports (5)
- Day to Day (22)
- Deep Design Malta (8)
- Design and Development (22)
- Development Tools (15)
- Facebook (1)
- Games (3)
- Google Analytics (3)
- Google Gmail (1)
- Hotmail (1)
- Internet Explorer (7)
- iPhone/3G (19)
- iPod Touch (6)
- JavaScript (13)
- JQuery (3)
- Lumia (4)
- Microsoft (18)
- Microsoft SQL Server (21)
- Microsoft Visual Studio (27)
- MS Office (3)
- MVC (2)
- My Blog (3)
- NetBeans (1)
- Nokia (4)
- Off Topic (16)
- Online Services (3)
- Permissions (1)
- Phones and Tablets Platforms (7)
- Project NINE (11)
- PSP NGP (1)
- Quickie (9)
- SEO (7)
- Silverlight For WP7 (4)
- Sitefinity (1)
- Sony (1)
- Uncategorized (32)
- Utilities (57)
- VB .Net (1)
- Windows 7 (14)
- Windows 8 (3)
- Windows Live (3)
- Windows Mobile (5)
- Windows Phone 7 (18)
- Windows Phone 8 (1)
- Windows Vista (15)
- Wordpress (1)
- WP Apps (2)
- Yellow Pages (4)







