lundi 13 septembre 2010

JQuery DateTime picker & Its Implementation

Hi all, today i'll present the JQuery Calendar pluging and its implementation that it isnt much founded in the web.
So, for our requirement we'll need to reference the JQuery Library file, jQuery UI widget and interaction library, Datepicker pluging file, Time Picker addOn, CSS file that we'll interact on Look and feel of the calendar and Finally a Localization file that will translate the default text language to an appropiate one.

Now for attaching the calendar to the HTML input control, you've to add this lignes of code on the HEAD tag :
    
$.datepicker.setDefaults($.datepicker.regional['fr']); : For localization zone (Here i used an French Localization file to translate my Calendar display text)
$('#datepicker').datetimepicker(); : This include that attachment of the calendar to the input control, and add the time select functionality.


Maybe the calendar will be displayed in BIG FORMA, so to minimize it as you like, you just have to add this snips of code and modify the percentage value as you like :
    

To downwload, click on the link : JQuery Calendar


For more information about the JQuery Widget, please refere to the site below :
http://jqueryui.com/home

mercredi 8 septembre 2010

Checkbox Table with summary Using JQuery

I was working on a requirment and its collecting information on an HTML Table (for me i used Div Tags) and show up the summary in a separate TextBox.

Here's the screenshot :
so first, i disposed my div element do they look like a table and after filled up with sample text.
I attached the checkBox Event click with a function that search for the correspanding Integer Column (Column 3) and get its value, so the next time i checked another control it will take the correspanding Integer Column 2 and showing the summary in my "Summary control 3".

Maybe i cant describe it exactly but i joined the mini project to the post so that you can see the example with your self.

I'm here for any explanation, have fun :')



Guide Installation SharePoint 2010

This guide will provide you with the necessary information for installing SharePoint 2010.

http://www.4shared.com/document/rhBLIrpt/Guide_Installation_SharePoint_.html


Notice : If you want to do a Complete installation of SP2010 nor a Automate installation you need to have a Domain Controller installed in the machine.

mardi 7 septembre 2010

Hardware and software requirements (SharePoint Foundation 2010)

Hardware and software requirements (SharePoint Foundation 2010)

vendredi 10 juillet 2009

Javascript & SharePoint

Bonjour, Aujourd'hui, j'ai pour vous un post trés important et ca concerne l'implementation de javascript dans SharePoint, et surtout les built-in functions que le developpeur peut utilisé afin de mettre en oeuvre quelconque solution comme l'obligation de saisir certains champs dans le cas ou une condition a été rencontré, ou obtenir les informations présentes dans les urls, etc. http://www.sharepointdevwiki.com/display/public/SharePoint+JavaScript+Functions+Overview Et bon dev

lundi 6 juillet 2009

Activé la jointure de fichier (Solution 2)

Bonjour,
Dans ce post, je vous ferai part d'une solution, pas trop difficile à déployer et ne nécessite pas trop de modification sur le code :


Note : WSS 3.0 SP1 doit être installer sur la machine.