Posts

Showing posts from July, 2018

Taare zameen par Full Movie

Image
To watch This Movie On-line Click Here and please click the skip button of the first page in the right upper corner.
Image
To download this movie click here   Note that please avoid the first page by clicking skip Ad button in the right upper corner of the page

The resource you are looking for has been removed azure website

Image
The resource you are looking for has been removed azure website The go to Debug console->CMD->site->wwwroot-> web.config then select the edit button add this lines <?xml version="1.0"?> <configuration>     <system.web>          <staticContent>          <mimeMap fileExtension=".extension" mimeType="your_files_url" />                 </staticContent>     </system.webServer> </configuration> This is the ultimate solution of this problem For video Tutorial of this solution  click here
Image
Python Udemy Paid course for free for Download Click here  . Just avoid the and skip the add and go to the main page you can download or view the tutorial and really good for beginner .

Sanju Movie Download

Image
      Click here to Download the movie but skip the first page to download and go to the main page

Install boostrap into your Django Application

Image
1. CONNECT WITH BOOTSTRAP CDN   To connect the Boostrap in your Django app, there is a two way to do it.One is to use Bootstrap CDN you can get it from their official website https://www.bootstrapcdn.com get the cdn boosttrap css and js file to your html file and you will enable to use their classes by this. 2. CONNECT WITH BOOTSTRAP BY INCLUDE Another way is little bit tricky but more appropiate to use for projects specially local projects where Internet connection could be an issue. So to include bootstrap to your Django project.First you need to download the bootstrap file from their main site https://getbootstrap.com Then create a file in the directory path like "projectname/appname/static" In the picture my project name is TestProjectC and Application name is coins.so inside the coins folder I create a folder called "static".you can also change the name according to your preference. Inside the static folder paste the bootstrap ...
Image
Different question and answers for the post of Assistant Programmer Question : What is Traceability  matrix? Answer : Traceability matrix is a documents which define or shown the relationship between the test cases and requirements and also shown the requirements proposed by the clients and their traceability in a single documents. Question : how many layers in the OSI model and what are they? Answer : There are 7 layers in the OSI model and they are :                                                1.Application layer                2.Presentation layer                3.Session layer                4.Transport layer                5.Network layer           ...
Image
To Download This Book    CLICK HERE
Image
     PK Hindi Full Movie Download                                   To download pk full movie click the link here Then Select Your Video Quality and Click Download.
Image
How To Set Up a Wordpress Site in Your Local Server To set a wordpress in your local server first you need to install a local server on your PC.for server you can apache server XAMPP/WAMP. But I prefer xampp for download you can go into this link( https://www.apachefriends.org/download.html ) and download according to the 32/64 bit and based on you OS(Windows/Linux). I Install the xampp then with the normal system of installing a software if you need any help installing xampp server you can see this tutorial . After installing the xampp run the server with xampp control panel and then go to the directory of your server situated and then select htdocs folder. Create a folder and give a name of your choice.Next step is go to  https://wordpress.org/download/ link and download the latest version of the wordpress. after downloading the file extract the file into the new folder you created in the htdocs folder. Make sure you start the apache server from...