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
Wednesday, March 22, 2017
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
Thursday, March 16, 2017
How to Change the Logon Screen Background in Windows 7
How to Change the Logon Screen Background in Windows 7

1. The image you need to set as the background should be a .jpg file and its 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 youre done, save this image as backgroundDefault.jpg.
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
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.
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
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
- 1Boot up Ubuntu Linux.
- 2Go to Application, then select Accessories and chose Terminal
- 3Enter 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".
- 4Open the FTP server configuration file. To do so, go to Places and click on Computer.
- 5In the file browser, click the File System icon.
- 6Click on the etc folder.
- 7Double-click the vsftpd.conf icon.
- 8Alter 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.
- 9Rename 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).
- 10Click 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)
- 11To 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.
- 12Place 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
Friday, February 24, 2017
Concepts in computer netwroking
Concepts in computer netwroking
Subscribe to:
Posts (Atom)