Images are not showing in ckfinder in eclipse - html

I have included the CKfinder in my html file. After included this file, I'm able to see the images in folderwise in popup window and able to store the image as well. As per my view, when we click on browse server button, it is creating ckfinder folder and storing all the uploaded images. It is working fine in XAMPP server.
But when I tried to implement the same thing in my Eclipse project, Images folder is not showing. It's showing blank in the popup window.
How to fix this issue? Kindly help me.

Related

Images embedded in HTML text not loading on Dropbox

I can't see the embedded images upon opening an HTML file from Dropbox, however when the folder was on the local system, the images did load properly.
Here's the HTML text that I wrote:
<img src="files/image1.png">
The HTML page shows the following sign in place of rendering the image:
Any help will be much appreciated.
you have to make sure files in the dropbox are public, not private. if it is public, then, go to the picture in the dropbox, and right-click it. click to "copy image address". and paste it to the .
hopefully, this will help
One workaround that worked for me was to sync the Dropbox folder locally. I could thus view the same HTML page in order (without making any changes).

Deleted portion is still showing in the angular app

I am creating an angular app, i just put a thumbnail slider in a page later i removed it. The problem is that html portion of thumbnail is still showing in the page. I've tried everything and at last i pulled the previous version from git there also that portion is showing in local. I'm using Xampp server. Is it a virus? What may be the issue?
Actually this portion is not in the code, but it's still showing, i've deleted the corresponding js files and css too.

NetBeans will not display image in Chrome with NetBeans Connector

Hello I am brand new to coding and am trying my hand at html5 using NetBeans. I am trying to load an image but the image doesn't load rather the alt text is displayed.
I have tried a .png and a .jpeg. I have tried putting them in different subfolders with no success. Also, I am using the palette to insert the code rather than typing it myself -- so I would think since NetBeans is actually generating the code that it would be correct.
Lastly, I think this problem is more NetBeans related than html coding errors. See the screenshot of NetBeans and see the error messages in the Headers section.
How can I fix these errors and get my image to display on my website?
Thanks in advance for your help!
Screenshot of NetBeans Window
I figured out the solution to my problem. If you look at the files in your project you will see a file titled "public_html". Your images have to be in this folder or a subfolder of it to load the image to Chrome with the NetBeans Connector.

Replicating a site without access to any files or knowledge of cms used

I am in a unique position where my client is at a disagreement with the company that built her site and is hosting it then the company took down the site. She needs me to replicate her site as is. I was able to find her site on the following link which is not the domain that was taken down but still shows the site. Is there anyway to replicate this? I tried HTTrack and saving the pages from the browser but both did not replicate everything.
http://roederickmontemayor.com/sites/jyankauskas/index.html
For anyone who might come across a similar problem, I used HTTrack to copy all files on a folder on my desktop. The flash banner did not copy so I right clicked on the page in firefox and chose "view page info" then clicked on media and selected the embed for the flash banner then saved as. In netbeans I created a new project and copied and pasted all the files into the root folder, then moved the swf file into the flash folder and I had an exact replicate of the site and a very happy client who got to keep her site. There might be easier ways to do it but this was what I did.

Cant access an image in a folder SAILS Js

Now I am working in a half completed project built using angular js and Sails js. In this,recently the profile pics are stored in the folder ../asstes/images/profilepics/.. .jpg. Now I created a new folder called 'Thumb' inside the profilepics folder with the thumbnails of image in profilepics folder.So in the project, Now I am taking images from Thumb folder.But is is not get accessed. When I take inspect element from my web page I got the link as
http://192.168.1.75:9002/images/profilePics/Thumb/46323c0b-c75a-431e-9bff-c1f61de0bcb5.jpg
But not dispalying the image. I copied this link to browser, browser shows error 404. why it happens so?.Any permission issue or something like that?.If I take pic directly from profile pics, it works fine. plzz help
I am not sure but a adress can not be http://192.168.example.something:numbers/youknow/
It happens because you have to sails lift again so you new images and folders become available to Sails. #sulu666