A collection of related web pages containing images, videos or other digital assets.
-2
votes
0answers
9 views
Mobile Safari won't open .pkpass. Neither via e-mail
A few months ago I built a website for my company (desktop and mobile). Now I created a passbook pass for my costomers, but when I mail it or upload it to the server, Safari won't dowload the pass.
I ...
-2
votes
1answer
15 views
Any team synchronising software?
So I have been looking all over internet for a software that would synchronize live when you are working on a team. One way could be a Dropbox, but then the files have to be copied over to the ...
0
votes
2answers
14 views
Website template as word-press blog template
I have a blog in wordpress. i want the design of my blog (basically template) should look like my website template.
I have installed wordpress in my machine.
can anybody suggest good documents and ...
0
votes
1answer
17 views
Recieve SMS+email+any other way notifications through button click on website made in php
I've recently made a food ecommerce based website in PHP. I've included online ordering and I'll be manually attending to orders instantly. So I need to receive a notification on one or more ...
1
vote
1answer
23 views
Creating dynamic search results and filters - should I use Javascript?
I am looking for advice on which web programming languages can achieve the following objective:
I am building a website which will allow users to initially search a mysql database I have. The results ...
0
votes
0answers
24 views
Script to run against website booking form
A quick feasibility question, there is a website I use to book slots at the gym, and it has a really annoying user interface, you can only book a week ahead and only first thing 6am in the morning, - ...
1
vote
0answers
16 views
SSL 256 bit encryption - on Azure website
With reference to the recent custom SSL provision for Azure website on the reserved instance - how can I enforce 256-bit encryption? All I see is the 128 bit using RC4_128. I want to ensure users ...
-3
votes
0answers
18 views
Best way to develop a website with users
So I got put in charge of creating a website for my high schools National Honor Society. The purpose is to have students that enter community service hours and the club officers can accept the hours ...
1
vote
1answer
15 views
Making a Google AdSense ad to do a function when clicked
Okay, I'm trying to put tags around a Google AdSense ad that will call a function when someone clicks the ad.
I've tried to put tags around it but for some reason it's only taking effect for what's ...
0
votes
0answers
14 views
How to copy header tags of a website and then create a new post on my website?
So the idea is simple. I'd like to create or use a software that finds the header tag of a news article (i.e BBC News) and then automatically create a new post on my website with the source of where I ...
0
votes
3answers
25 views
Changing Footer Link Color Using CSS
When I link my footer text to content it changes them to a dark grey because the links on the rest of my website are set to that color. I am looking for some CSS to select and change only my footer ...
-1
votes
0answers
6 views
Social Platforms [closed]
If you needed build a site that had to be accessible on IOS, Android, Windows and and PC's where would you start? Which content management system or solutions are out there that could help someone ...
-5
votes
1answer
31 views
FB recommendation box not showing some images [closed]
I want to ask why FB recommendation box shows some images and some not.Please visit the site.
http://www.healthbeacon.co.uk/
0
votes
1answer
12 views
How to place div in the sides with absolute if the width is up to X px. HTML & Javascript [closed]
I want to make 2 ads in the sides of my website, right and left.
I want to show that ads only if the width of the page is more than 1440px.
How should I do that ?
One more question, not related to ...
0
votes
2answers
20 views
Adding a user from index doesn't work using CakePhp
I'm using CakePhp 2.3 and am trying to allow a user to create an account from the home page. I'm new to cakephp and so far I've followed implementation described here: ...