Showing posts with label in. Show all posts
Showing posts with label in. Show all posts

Sunday, July 30, 2017

Advance HTML5 Tutorials in Urdu Hindi

Advance HTML5 Tutorials in Urdu Hindi


01 – INTRODUCTION TO HTML5



02 – HOW TO CREATE HTML5 DOCUMENT



03 – HTML5 ELEMENTS & ATTRIBUTRES



04 – HEADINGS & PARAGRAPHS IN HTML5



05 – HYPERLINKS & IMAGES IN HTML5



06 – STYLING & FORMATTING IN HTML5



07 – LISTS IN HTML5



08 – TABLES IN HTML5



09 – NESTED TABLES IN HTML5



10 – BLOCK & INLINE ELEMENTS IN HTML5



11 – SEMANTIC ELEMENTS IN HTML5



The END

Available link for download

Read more »

Wednesday, March 22, 2017

Facebook Training in Urdu and Hindi Lesson 05

Facebook Training in Urdu and Hindi Lesson 05


5


Available link for download

Read more »

Tuesday, March 21, 2017

Advance CSS3 Tutorials in Urdu Hindi

Advance CSS3 Tutorials in Urdu Hindi


01 – INTRODUCTION TO CSS3



02 – HOW TO USE CSS3 WITH HTML5



03 – CSS3 SELECTORS



04 – STYLING & FORMATTING TEXT WITH CSS3



05 – STYLING IMAGES WITH CSS3



06 – STYLING HYPERLINKS WITH CSS3



07 – STYLING HTML5 LISTS WITH CSS3



08 – STYLING HTML5 TABLES WITH CSS3



09 – STYLING BLOCK & INLINE ELEMENTS WITH CSS3



10 – HTML5 & CSS3 BASIC LAYOUT 1



11 – HTML5 & CSS3 BASIC LAYOUT 2



The end

Available link for download

Read more »

Thursday, March 16, 2017

How to Change the Logon Screen Background in Windows 7

How to Change the Logon Screen Background in Windows 7


How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to customize the Windows 7 logon screen and set your own picture/wallpaper as the background. Changing logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well here is a step by step instruction to customize the logon screen background.

 
1. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB.

2. The image resolution can be anything of your choice. However I prefer 1440 x 900 or 1024 x 768. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you’re done, save this image as backgroundDefault.jpg.

3. You will need to copy this image to
C:Windowssystem32oobeinfo ackgrounds
You will need to create that path if it does not already exist on your computer.

4. Now open the Registry Editor (Start -> Run -> Type regedit) and navigate to the following key
HKLMSoftwareMicrosoftWindowsCurrentVersionAuthentication
LogonUIBackground
 
If Background does not exist rightclick LogonUI, select New and then Key, and then name itBackground. Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and select New and then DWORD and name it OEMBackground.

5. Double-click on OEMBackground and set the Value Data to 1.

6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to 0.

I hope you like this trick. Just try out and give your feedback!

Available link for download

Read more »

Thursday, March 9, 2017

How to Set up an FTP Server in Ubuntu Linux

How to Set up an FTP Server in Ubuntu Linux


Steps

  1. 1
    Boot up Ubuntu Linux.
  2. 2
    Go to Application, then select Accessories and chose Terminal
  3. 3
    Enter the following command: “sudo apt-get install vsftpd” (without quotation marks). This will install the FTP server on your system. If you are logged in as the root user, the "sudo" command will not be necessary, since this command is used to give administrative privileges to the user. In this case, you will only need the command "apt-get install vsftpd".
  4. 4
    Open the FTP server configuration file. To do so, go to Places and click on Computer.
  5. 5
    In the file browser, click the “File System” icon.
  6. 6
    Click on the “etc” folder.
  7. 7
    Double-click the “vsftpd.conf” icon.
  8. 8
    Alter anonymous access. Enter "anonymous_enable=YES" (without quotation marks) to allow anonymous FTP access. The hash (#) at the beginning of each line indicates that this line is commented out and will be ignored. To enable this line, you must remove the hash (#). The parameter "write_enable=YES" (without quotation marks) will allow changes to the filesystem, such as uploading.
  9. 9
    Rename the FTP welcome banner. Uncomment it by removing the hash (#), and enter the welcome message. For this example its "ftpd_banner=Welcome to FTP Server!" (without quotation marks).
  10. 10
    Click on Save and close the file. (Note: You may need to login as root, then only you will be able to open file in edit mode or else the file will open in read-only mode)
  11. 11
    To restart the FTP service, type the following command: “sudo /etc/init.d/vsftpd restart” (without quotation marks). Again, you will only need to use "sudo" if you are no logged as the root user.
  12. 12
    Place files on the FTP server. To move files to the server, access the FTP Folder from the command in the image below.


Available link for download

Read more »

Friday, February 24, 2017

Concepts in computer netwroking

Concepts in computer netwroking


Available link for download

Read more »