Categories

AJAX example

There are tons of places on the net where you can find some ajax tutorial on how to make hidden calls to the server.
Anyway, I put here a basic javascript function (may be more for my reference). For instance I have to send three parameters v1,v2,v3 to the checkdate.php server page and receive back a [...]

2 ideas to make your website more social on facebook and linkedin

Of course, you are already aware of the importance of social networks in promoting your website, or in fine tuning your target.

First action is to create a group in Facebook and invite your “in target” friends… do not invite everybody… you don’t want to loose credibility in spamming your friends!

Second action is to create a [...]

SHAREPOINT:The list that is referenced here no longer exists

Are you get this error while using the updatelistitems method in SHAREPOINT web service (list.asmx)?
Are you aiming to data stored in a subsite?
If so, the solution is to point the webservice of the subsite directly.
If your main site is http://cia, and your subsite is http://cia/coa, you should point to the webservice:

http://cia/coa/_vti_bin/list.asmx

Pay attention that, sometimes, when [...]

SHAREPOINT: One of more field types are not installed properly

If you get this error while debugging your Sharepoint application, you have probably to know that you must call the fields with their INTERNAL NAME, which can be different from the name you see on labels on the site.

How can you find the correct internal name?
You can go to a page in which you [...]

EASY REGULAR EXPRESSIONS IN C#

I really love using regular expressions.
It’s so easy to check strings… for example if you want only alphanumeric or only numbers or a very specific format like two letters, one point, one number and a #, in the specific order.
In my opinion, it’s highly difficult to create the reg exp from scratch.
I have found a [...]

WEBSERVICES TO A SHAREPOINT SUBSITE

Just a small tip that will help you to avoid to loose half a day looking for a solution…

When using Sharepoint throught web services remember to set the WEB REFERENCE to the right website.

If you have to access the main website point to http://<typehereyourdomain>/_vti_bin/lists.aspx but if you need to work on a subsite, remember that [...]

Cyberactiva chooses Wordpress!

Finally I did it!

I just moved to Wordpress and I am already so enthusiastic! So many interesting features for a free and fast CMS.

After some years working on a self-made CMS, which I could not update anymore, as I had no time, I jumped last year on the Blogger platform.

I realised quite immediately that there were [...]

Cyberactiva web development - Blogged