March 9, 2012

Posted by: surianee

Category: Joomla

Tags:

Joomla is now version 2.5

The version jump is surprising since I only used 1.7 in December.

February 15, 2012

Posted by: surianee

Category: ASP.NET

Tags:

Visual studio 2010 basic tutorials

Hey guys.

This is a very easy , thoroughly explained functionality of vs2010. Please spend some time here.

Basic tutorial by pluralsight

p/s U need to install silverlight in your browser to see this.

This is for Webmatrix.

Basic tutorial for webmatrix

January 20, 2012

Posted by: surianee

Category: Infopath, Sharepoint

Tags:

Sharepoint 2010 useful links

Pattern validation using infopath

http://msdn.microsoft.com/en-us/library/gg180738.aspx#ip2010CustomizeList_Pt3

How to associate the list manually after the initial Sharepoint customization wizard.

http://sergeluca.wordpress.com/2011/01/06/step-by-step-tutorial-creating-workflows-for-sharepoint-2010-step-115/

InfoPath cannot open the selected form because of an error in the form’s code.

Policy settings prevent opening Internet forms with managed code. To fix this problem, contact your system administrator

http://www.infopathdev.com/blogs/ernesto/archive/2011/09/15/cannot-preview-a-form-with-qrules.aspx

infopath 2010 event from VSTA does not trigger in browser

http://www.infopathdev.com/forums/p/6820/24967.aspx

July 26, 2011

Posted by: surianee

Category: SPSS

Tags:

September 9, 2010

Posted by: surianee

Category: Ubuntu

Tags:

UBUNTU newbie

This is the simplest tutorial i ever met on the internet about installing LAMP.

http://www.howtoforge.com/ubuntu_lamp_for_newbies

One more thing don’t forget to run this command after installing phpmyadmin

sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin

otherwise u will get a 404 not found error. Actually this command let the browser know the phpmyadmin folder to be in var folder, thought not actually. just link that virtually..

May 20, 2010

Posted by: surianee

Category: mysql

Tags: ,

Inserting data in MySQL

When inserting data into the database … for example,

insert into ability (`abilityid`, `desc`)  values (NULL, ‘Flying’);

the quote for the columns is using ` ` which is the key under esc key ..

the values  uses the ‘  ‘ which is beside the ENTER key

Working with MaxDB

I had a crystal report assigment that requires me to work with MaxDB.

And i keep getting this error:

invalid authorization specification;-4008 POS(1) unknown user name/password combination

the fix is to capitalise the password. Or if that doesn’t work, capitalise the username as well.

Order by cant be used in subquery

March 16, 2010

Posted by: surianee

Category: mysql

Tags:

Interesting MySQL exercise

http://ennuidesign.com/blog/Natural+Sorting+in+MySQL/

http://www.xaprb.com/blog/2009/08/09/how-to-round-to-the-nearest-whole-multiple-or-fraction-in-sql/

SQL subselect

March 4, 2010

Posted by: surianee

Category: Crystal Report

Tags:

Crystal report findings

Crystal report parameter not working when multiple parameter:

check whether its in the right order or not.. The parameters are in alphebetical order.

How to create column and row label for cross tab

http://www.experts-exchange.com/Database/Reporting_/Business_Objects/Q_23836975.html

Subtotal

http://aspalliance.com/1689_Cross_Tab_Craziness_in_Crystal_Reports.3

http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/XPath/Q_24802131.html

February 7, 2010

Posted by: surianee

Category: Uncategorized

Tags:

Sharepoint frequently asked questions

What is sharepoint server farm

http://blogs.msdn.com/martinkearn/archive/2008/03/13/useful-facts-about-sharepoint-farms.aspx

DM infrastructure

http://thesharepointpeople.blogspot.com/2009/03/real-life-document-management-on.html

http://hermansberghem.blogspot.com/2008/04/creating-corporate-intranet-using-moss.html

webparts

http://www.sharepartxxl.com/default.aspx

corporate portal 101

http://www.webportal101.com/make-the-corporate-portal-case.php

FAQ

http://office.microsoft.com/en-us/sharepointserver/HA101655351033.aspx?pid=CL100796281033

« Older Entries