0
Posted on 4:25 AM by Badragheh and filed under
Blog Engine 
An innovative open source blogging platform developed with ASP.NET 2.0.

Nopcommerce
Open source e-commerce solution

Mojoportal 
Advanced Website Sites Made Easy

YetAnotherForum
The open Source Discussion System for ASP.NET

ScrewTurn
ScrewTurn Wiki - Free ASP.NET Wiki Software
0
Posted on 2:16 PM by Badragheh and filed under

Free End User Training

Get up to speed with the new features, user-interfaces, and ways of working with SharePoint 2010

Learn from over 50 FREE 'how-to' videos of SharePoint 2010 in action
Free End User Training

Take a deep dive into the enterprise search technologies of Microsoft Office SharePoint Server 2007

Learn from over 18 hours of enterprise seacrh videos
Free End User Training

Develop solutions for Microsoft Office SharePoint Server 2007

Learn from over 12 hours of SharePoint developer videos
0
Posted on 6:08 AM by Badragheh and filed under ,
To install grub first you need to boot with live CD on Ubuntu 8.10:

then go to Terminal and run:

sudo grub
find /boot/grub/stage1


Take not of whatever find states (hdx,x) for example in mycase ubuntu is installed on Sda7 so

root (hdx,x)
in my case: root (hd0,7)


setup (hdx)
in my case: setup (hd0)


quit

now the grub should be installed on your boot menu and automatically should have windows boot, if it doesnt have boot menu of Windows you have to add in manually

sudo gedit /boot/grub/menu.lst

then add this to menu.lst

# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1

hint: in Ubuntu 9 you can use
sudo upgrade-grub
1
Posted on 8:08 AM by Badragheh and filed under ,
I have learned multi-layered .NET implementation on 2002 with Duwamish microsoft sample.

Duwamish 7.1 is a multitier, distributed business-to-consumer commerce application built specifically for the Microsoft .NET platform.

this is the overview of Diwamish Layers architecture:

The application can be deployed on a single machine, in a physical two-tier (Web, database) configuration, or physical three-tier (Web, application, database) configuration.

Presentation
ASP.NET Web Forms and Server Controls
ASP.NET output caching

Business Logic
Implementation in both Visual C# and Visual Basic .NET
Business facade, business rules

Data Access
ADO.NET DataSets using SQL provider

Data
Microsoft SQL Server™ 2000 database using stored procedures

here are some related links :

Three Tier Architecture in ASP.NET
Database transactions

Architecture of Duwamish

Download Duwamish

Duwamish7 (C#)
0
Posted on 12:36 AM by Badragheh and filed under ,


System -> Preferences -> Sessions

on the tab startup , users can easily add a start up application.

for example I like to add avant windows navigator.
the address is on user/bin/avant-windows-navigator


0
Posted on 3:23 AM by Badragheh and filed under , ,


Here are the steps:

1. download "Mac4Lin" from + or +

2. Extract Mac4Lin

3. click on the Dock and "Delete this Panel" ( Dock is the navigation bar in Desktop footer )

4. Applications -> Add/Remove -> search for "Avant Windows Navigator" and install it

5. Applications -> Accessories -> Avant Windows Navigator

6. on Avant Dock Click on Awn-Manager -> Thema -> add and then give the download Mac4Lin thema from this address:
/Mac4Lin_Install_v1.0/Mac4Lin_Install_v1.0/AWN/

7. go to /Mac4Lin_Install_v1.0/Mac4Lin_Install_v1.0/

8. sudo sh Mac4Lin_Install_v1.0.sh

9. [Optional] change Firefox thema to Mac thema
Here are the videos to help you





0
Posted on 3:25 PM by Badragheh and filed under ,
when you connect your webcam to usb with lsusb you can see if it is connected or not.

There are two softwares for viewing webcam on Ubuntu.

1. Easycam2
2. camorama

usually webcam will be mapped to /dev/video0


installing webcam on ubuntu 9.1 with these steps:

sudo apt-get install gspca-source module-assistant
sudo module-assistant update
sudo m-a a-i gspca
modprobe gspca
sudo apt-get install xawtv
xawtv


PS: when I run xawtv, I got error on /dev/video0

related links
http://www.linuxjournal.com/video/get-your-webcam-working-gspca