Home Account Search

Google's Mobile ambition!

Has it been delayed?

Google aquired mobile software company Adroid in 2005 and started on developing a new advance mobile software. Google heavily announced the launch of this platform by end of  second quarter 2008.

Many of us are eagerly waiting for the launch since long, and it seems like the wait is going to be continued. Some news resources have confirmed that it is going to be delayed by a full quarter!

 

VJSLIB - Could not load file or assembly

Application is compiled properly and runs on local server but it throws the following error when uploaded to a web server:


Error 1 Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.  C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\TemplateVSI\TemplateVSI.csproj 57 5 TemplateVSI

 

vjslib.dll Solution

It is most probably the compatibility issue. The server can not execute the x32 reference on x64 environment, so for this J# application (vjslib.dll) Install J# redistributable on your server and it should work fine.

Did you also upload the VJSLIB.DLL on to the bin folder of your application? If not, please do so and apply reference to it in web.config file.

Apply css class to linkbutton asp.net

Asp.net does not recognize LinkButton as <A> tag.

set the cssclass property for the linkbutton (i.e: cssclass="linkbutton5") then in your css just add the following:

.linkbutton { text-decoration:none;}

.linkbutton:hover {text-decoration:underline;}

That's it!

Save $$$$ - Employ automated billing and collection system

80% of your business come from 20% of your customers - Every marketing manager knows this fact. This helps allot as marketing expense does not reincure. However, the accounts administration and collection costs remain the same for most companies.

If you spend good amount of money on account administation and collections, this is the time you look at employing an automated web based "autmated invoicing and colleciton system" and you can surely save a good amount of money each year!

Benefits of web based invoicing system

Affordable

Having "my account" tab on website and allow clients to check their billing history in real time is not only for big companies, there are many pre-designed modules available out there that can just do the job.

KM Websol's own advanced auto invoicing, payment and collection module package is available under only $1500 (one-off setup cost, no monthly charges). This comes with free setup and integration to your existing website.

Minimise administration time

Enter the service invoice details once only and specify recurring interval, your web based sytem will automatically generate a new invoice on a specified interval and send to your client by email. This will save time generating and sending the invoice each month.

Creative and professional

The system can send the invoice in a profesisonal looking PDF format just like those big companies.

Direct debit option - never forget to process

If your client agrees, you can set the direct debit for the client's account and system will automatically process the payment on specified day.

Collection is easy for non-subsription items!

Let's say the invoice is not for a subsription and there is no direct debit setup, no problem, the system will send the outstanding reminder to client and will keep sending it on a specified interval.

Manual reinder emails can sometimes offend some clients who have been with you for long period of time, however, when automated email is sent most people take that for granted as they understand that system sends it automatically to all customers, nothing personal.

Once only set-up cost

If you have a website, you are already paying hosting costs so there are no extra ongoing costs for employing such system. Just get your web designers to upload the system on your website.

Could you re-send the invoice please?

Now your clients do not ring you to get a copy of their invoice, they can use "my account" tab on your website to login to the system and check their billing history and pring-off any of the invoice if required.

Easy dispute resolution

With client being able to view their billing history online, they can find most of their billing related answers there and reduces the amount of phone calls with those questions and gets disputes resolved before they arise.

Know your accounts better at no extra costs

Most good auto invoicing systems like KM Websol Web based invoicing system come with cool features such as graphical representations, reports and reminder tools that does not only help you save time but also provides you with vital informations. Your bookkeeper no longer need to send time on generating monthly outstanding reports, received reports etc. and can focus on more important things.

With these you can easily know the status of cash flow and receivables.

Interested?

Contact us today to know more about KM Websol's unique Automated billing system.

"no follow" attribute within link property

Search engines count every outgoing link as your vote to that site. Sometimes we like some sites and add their link to our sites to let our website visitors know about the cool products / service or free stuff available on the XYZ site.

 

However, people are allowed to put their website links on some blogs and forums, in this scenario, anyone can use your blog to get a link to their site. In other words they can make your site submit a vote to their site. In some cases it could be the site that is penalized by search engines. You surely don’t want to submit your vote towards that site!

 

The best approach to overcome this situation is to have “no follow” attribute in the link property so that search engines will not count these as outgoing links.

 

How to add the “no follow” attribute to link property?

 

Here is how your link property looks like

 

<a href=”http://www.not-good-website.com”> Website Designers </a>

 

Link with “no follow” attribute

 

<a href=”http://www.not-good-website.com” rel=”no follow”> Website Designers </a>