AMP in a dynamically generated classifieds sites - html

I'm working with a client that is trying to build their mobile site using AMP. The site is an auto classifieds site. The content is updated constantly as new inventory is added and sold, etc. Also these sites generate millions of pages with strings for brand, year, etc. which are tens of possibilities, etc.
How can we accomplish that the content on the site remains fresh if Google is caching the data?
Thanks in advance for any suggestions!

Related

Proper way of launching a new e-commerce (woocommerce) theme without losing sales?

I can't find an easy solution to launching a new woocommerce theme on a site with lots of traffic without having to go through a massive undertaking or taking the site down for a while.
The site sells wooden jewellery and gets quite a bit of traffic. We reskinned the beta copy of the wordpress site on our server and it is now ready for launch, but we can't just overwrite the old database because we will lose all of the sales between the time we made a copy of the site, and now.
Can anyone suggest a proper method of launching the beta site on the live server without losing any sales? I can't find a proper plugin that imports/exports all of the woocommerce options and products, so I'm stuck taking the site down for the whole day while I manually change everything on the live site to match the beta.... After I have to manually recreate all the sales from that day :(
Any suggestions would be appreciated. Thank you!

Website visits count without using database

I am working on html website which uses no database just information to be displayed. Can i count the number of visits the website gets without using database. And how will i get the count whether through some code or through my hosting admin?
Thanks in advance.
There are free sites on the internet that give you the code to put an invisible tracking counter on your website .
You make an account with them and log in to check all your website stats
Google Analytics would be the way to go. It's free and very powerful!
If you need to show some of your traffic data somewhere on your website, you might want to consider using the Analytics Core Reporting API to fetch the data from your Analytics account.

csv live feed from drop shipping website to my website using paypal

I'm in the middle of creating my e-commerce website, the coding html css isn't the problem. What I need to do is use a streaming live feed csv from one website and connect it to the products I'm selling on my site, I have absolutely no idea how to do this or even how to start. So I have say a hammer for sale that I have linked to paypal, the drop ship website at the time saids it has 3, but how do I link the details using this csv file to my stock levels in pay pal... I tried researching but I just can't get a grip with it.
Also I just want to add that I'm using godaddy.co.uk for my web hosting, if that helps.

Create searchable archives from a static HTML/CSS onepage site with daily archives

We are looking to hire a developer to build a custom solution for us, but before that we basically need to know what questions we should be asking, since none of us have any experience with programming. We have a website that is a daily listing of coffee news that is then archived, with each HTML file representing an entire day of news. What we're looking for is some sort of search functionality that would allow specific results to be displayed, rather than the entire page the results came from.
Here is the website in question: http://dailydose.coffeetalk.com/
Typically you will have each news clip stored in a database. Then you want the developer to write a functionary to query that database for find news clippings of interest to the users.
The HTML only serves as a template to display this data you retrieved from the database.

Unifying K2 component's data-source for multiple Joomla! websites hosted in the same server

I am responsible for a few web sites of my organization.
I use Joomla! 2.5.9 for those web sites. They all are running at the same server.
I use K2 component for content managing.
I have a general website in which shows all the staff information at the 'Staff' page. Also some of those people and their contents are shown in another department's website. So, there are databases for each web site.
For example:
In the general website (let's say general.org), when I click on the 'Staff' menu item, page shows all of the people work at my organization. Also they work at different departments.
In another web site (eg: education.general.org) when I click on the 'Staff' menu item, It shows the people work at education department.
But for each web site, I have different user accounts which means a modification in one of them does not affect the other one. If the one of the education staff tries to change his profile picture on the education web site, he also has to do it on the general web site.
And sometimes one person might be working at two departments. Thus he has to edit three times of his data.
Is it possible to merge the records for all websites? In other words, I want everyone to insert/update their data on the general web site, and the other web sites will be updated automatically.
You would have to have one Joomla site to do this. The subdomains would have its own template/style or whatever, but would run on the same Joomla installation. The subdomains then just map to a specific menu item on the general page. That would be one way to do it.
Another way would involve coding a custom user plugin which updates the tables from the other Joomla installations after a profile was edited. If you're familiar with PHP you could probably do this yourself, otherwise you need someone with coding knowledge to do it for you.
Or you could set up Joomla to use authentification based on a LDAP database (http://docs.joomla.org/LDAP). However I'm not sure how well it works with password and profile changes.
That's about the solutions I would see.