Best size for video player on mobile
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi, i read some old docs from a few years ago that suggested the best size for the video on mobile is 368x270 which should be compatiible with older devices as well. Can anyone else confirm that this is the better size to go with for mobile. Thanks :)
Can u explain Python and Cisco Switch commands?
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi, Does anybody know about an approach to associate with a Cisco switch over serial and run a rundown of charges with just the python module? I can't stack any libraries.
How Do I Achieve This Task?
-
تاریخ: 1396/10/10 ساعت: 9:38
If you visit the home page of my website (Reflections of a Young Man), you'll see that the "Advertise Here" image at the bottom of every story is the same? How can I modify the page's PHP code below so that I post three different images at the bottom of every story? The names of the images will be A...
Sending email transparently from a web page
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi All, I have complete a set of web pages that are to be used to examination for students. I am using JavaScript throughout to generate test items, collect responses calculate results. What I need to do at the end of this process, as soon as the student quits the exam, is to send the results to the...
Dragable panel snaps to mouse location:
-
تاریخ: 1396/10/10 ساعت: 9:38
I have a page that has a button that is used to toggle show/hide of a panel that can be dragged. So the first time I click on the show/hide button, the panel shows fine and I can click on a child of the panel div element and drag the panel. Then I use the show/hide button to remove the panel. Then I...
Gulp / NPM Dev dependencies - What do I do with them when my site is finished?
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi I've started lea ing Gulp and Webpack and one thing none of the tutorials cover is... when your project is finished and ready to be deployed - what do you do with / what happens to all the dev dependencies? The node_modules folder itself is huge and I'm assuming you don't upload this to your web ...
Simple backend i can customize and link to phpmyadmin?
-
تاریخ: 1396/10/10 ساعت: 9:38
Do you know of a very simple CMS back-end i can customize and link to phpmyadmin? Or tools you can recommend to get the job done fast. I am basically looking for a WordPress alte ative! Something simpler, i can have control over, that does not need updates. I will fix bugs and improve functionality ...
Table Border doesnt align with table elements
-
تاریخ: 1396/10/10 ساعت: 9:38
So I wanted to move this table to the right of its original positon but now its doing this. Any suggestions? this is the CSS code for the table table, td, th, tr { border: 1px solid black; position:relative; left:15%; } Attached Thumbnails
Upload photos from iPhone
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi all, I am using PHP to allow users to upload images to my website. The script I have works great from my Mac but I run into problems when attempting to upload photos from an iPhone. Images from an iPhone fail this: Code: // Check if image file is a actual image or fake image $check = getimagesize...
Feedback??
-
تاریخ: 1396/10/10 ساعت: 9:38
Hi guys, I'm quite new to this and have a few questions regarding my latest project. i want to centralise the text in the footer with the nav bar above the copyright stuff. I can figure out how to do this. Also - why is there a gap between the image and the footer? You can see my code here: https://...
Warning: trim() expects parameter 1 to be a string, array given
-
تاریخ: 1396/10/10 ساعت: 9:38
This line is giving me the wa ing PHP Code: $name = filter_var ( trim($_POST['Name']), FILTER_SANITIZE_STRING ); what am I doing wrong?
Bang goes portability then!
-
تاریخ: 1396/10/10 ساعت: 9:38
I recently tried the latest uniformserver, xamp and a few others. Each seemed to talk about some runtime garbage that was never previously an issue. I assumed apache had decided to get difficult.. Anyway thinking that apache was at fault i figured i'd stick with the current version i have in my unif...
Please help with general positioning
-
تاریخ: 1396/10/10 ساعت: 9:38
Hello, I need a bit of help with positioning in HTML and CSS. First off, here is my code HTML: Code: <!DOCTYPE html> <html> <head> <title>Masters of Engineering</title> <link rel="stylesheet" type="text/css" href="C:UsersZachDesktopCodingRobotics SitecssMain.css"> <link rel="icon" href="...
Undefined variable
-
تاریخ: 1396/10/10 ساعت: 9:38
If I declared variable in a form submission page, for instance PHP Code: $name = $_POST['Name']; and include other files using include_once(), can those included files see and use $name when the form is submitted?
Please PM me for details
-
تاریخ: 1396/10/7 ساعت: 1:11
Hi I have to develop a GUI app. I cant disclose anything else. in either of: AngularJs REACT BackboneJs AngularJs2 Please PM me for details Thanks
Review My Website and Give Me Views
-
تاریخ: 1396/10/7 ساعت: 1:11
Kindly check my website and review it. Give me your suggestions about my website design. www.all4masti.com
Mailchimp HTML Table/Button help - Template pushed to Mandrill
-
تاریخ: 1396/10/7 ساعت: 1:11
Need to have this button image look the same in my table. Putting this in mailchimp and it will be pushed to mandrill. Can't use css because the template in mailchimp will be updated and pushed back to mandrill and so css in mandrill could be overwritten Need to have the buttons align as they do in ...
Spacing Issue below header/above nav bar
-
تاریخ: 1396/10/7 ساعت: 1:11
Why is there a small (around 10-15 px) space between the header and nav bar? I tried nearly everything to fix this issue. I'm stumped. Also, why doesn't the body borderline match/line-up withe the rest of the body? Thanks! Here is the code: Code: <!DOCTYPE html> <html lang="en" xmlns="http://www.w3....
Not centered besides correct CSS
-
تاریخ: 1396/10/7 ساعت: 1:11
I am working on a wiki-style webpage. The coding is all mine. If it matches with Wikipedia's code, that is a coincidence. Anyway, the heading in the div that has the display property set to table is not centered despite the fact that I have text-align set to center. Here is the HTML: Code: <div clas...
chat with admin php
-
تاریخ: 1396/10/7 ساعت: 1:11
i have create a page with database co ection with a textarea box .when i type some thing and submit then i want submitted text to appear on same page . but i think its need ajax. co ection.php is database filea and message is table . Code: function show_msg(){ include("co ection.php"); ...