Downloading data online from a database - database

I really hope you will be able to help me !
I am trying to download the data that is available here :
https://www.dubailand.gov.ae/English/services/Eservices/Pages/ServiceCharges.aspx
The website only allows to go from on data to the other by selecting but it just would take hours to go through all of them.
Is there a way to do that ?
Thank you so much guys

You need a web scraping tool. Try pyscrap (https://pypi.org/project/pyscrap/)

Related

How can I make a 'clone' of the gnomAD browser? Can anyone help me on how to do this implementation?

The gnomAD browser open repository is very complex and I'm having trouble figuring out how to start or what steps to follow to do it.
Basically, I have my own data, so I would like to try to create my own type of exome aggregation database, and the idea was to try to replicate gnomAD and take advantage of its open code source, eventually being able to load my data into it.
gnomAD repo: https://github.com/broadinstitute/gnomad-browser
Thanks in advance!
Note: My background is in bioinformatics, but I don't have much knowledge of web development.
I believe I should begin by following the instructions available in the CONTRIBUTING.md file of the gnomAD repository, is that right?

How to add first name and email before uploading a video?

Hi guys im brand new and not a developer but I need a way for users when they go to my site they can upload there video and there would be a option for them to add there first name and email so when the video is uploaded the database can keep all the data together.
Ideally I want this as easy as possible for the user and this would just go to our youtube channel or any video platform will work.Any advice would be great!
Please provide more information like what platform are you using ?.
There's more than one way to skin a cat.
The simple way to achieve with web technologies like (Php,node,jave) is maintain the basic user information into the sessions, and whenever it's necessary use this information.
You need to get some knowledge about the system you are using. You particularly need:
access to the server
to know the server type
access to the database
to know the database type
where the relevant files are
After you have gathered all these information, you at least know what you do not know. The next step is to gather information about how you can implement the feature you need. Look at it like at a puzzle with many small pieces. If you are patient-enough, at the end you will resolve the puzzle.

Where to store the DB connection details for a JSP code

I am connecting to an oracle DB from a JAVA code which in turn is called from a JSP page. But i am confused as to whether a normal configuration/properties file is the best place to store the connection details to the DB.
Apologies if this sounds too silly.
Thanks in Advance
Thanks all for the Responses,
I went ahead with the Data sources and was able to do it successfully in my scenario :)
Appreciate all the help.

Windows Phone 7 - Online Database

i need your help. I was wondering if there are any tutorials or books that would explain to me how to connect to a database through the internet... i want to create a news application that would read directly from the news database... and then if i want to allow users to post comments.
I searched online alot for this and couldnt find any hints or guides. If anyone could help me out in pointing me into the right direction i'd really appreciate it.
Thank you
EDIT: Any way to read arabic rss feeds?
I would recommend using WCF to connect to Database. I have done it before and is pretty straight forward.
Querying a database on Windows Phone 7 using WCF
I think what your looking for is a RSS Reader, your feed could be formatted in all sorts, JSON or XML which would probably be easier and quicker, also News feeds often come in XML format for RSS Readers I myself have done just that
Tutorial #1
http://dotnet.dzone.com/articles/building-rss-reader-windows
Tutorial #2
http://blogs.microsoft.co.il/blogs/arik/archive/2011/02/03/reading-rss-items-on-windows-phone-7.aspx
News Feed
http://www.guardian.co.uk/football/premierleague+tone/matchreports/rss
The great thing is, you dont have to do any work after this, if the News Feed belongs to a popular Organisation and is of course open to the public, it will be up to date and always available

client wants a "disaster" weather tracker on website.. possible?

Hey guys, I have a client who wants their front site to have a tracker on disaster weather like hurricanes when they occur. Essentially they want a way to manage this without getting a developer to do it everytime a new storm develops.
I know there are plenty of ways to get a weather updates on website when you have a set location.. thats easy. Its different when you dont know the storms in advance! Location would be different every time.
Does anyone have any idea on how to do this?
I would probably monitor an RSS feed.
TWC has some nice RSS feeds setup that look like they will facilitate your needs: http://www.weather.com/weather/rss/subscription/
The National Hurricane Center also has RSS feeds: http://www.nhc.noaa.gov/aboutrss.shtml

Resources