Skip to main content

All Questions

Tagged with
38,781 questions with no upvoted or accepted answers
5 votes
2 answers
15k views

How to copy iframe content to div?

See code snippet below. I want the output text in the iframe to show in the #source div. I’m struggeling with this, and am grateful for any ideas. How can I copy the output text in the iframe to a div?...
mud's user avatar
  • 73
5 votes
1 answer
2k views

Making a blue score animated bar

I have a circle score rating item in HTML, CSS (don't know their real name) basically the blue bar around the circle goes up to the point of the number. I would like the bar to go around as an ...
Bradley's user avatar
  • 133
5 votes
1 answer
586 views

Creating HTML Snapshot for AngularJS App for Search Engine Crawling

First of all let me tell you what i want to do. I want to index my Website which is made in Angular JS, for this i had read all documents or articles from google for this kind of purpose. And what i ...
jay.jivani's user avatar
  • 1,576
5 votes
0 answers
87 views

How to do add more of checkbox drop-down in angularJS

Below is my code, <div ng-dropdown-multiselect options="master_days_name" selected-model="selected_days_name" ></div> <select name="end_time" ng-model="PostJobData.facility_hours....
Amit Sharma's user avatar
5 votes
0 answers
63 views

Updated posts are not sending through feedburner

I am using Feedburner for email subscription on my blog when I am posting new post then only Feedburner sending to email subscribers, if I am updating post is not sending to subscribers. Example: ...
user avatar
5 votes
2 answers
6k views

Using Laravel - Php pass input value to URL

My purpose is to get the input value to action url form. Html: <form method="POST" action="/search/the/{{$request->find}}"> {{csrf_field()}} <div id="check" class="input-group margin-...
Vasilis Greece's user avatar
5 votes
1 answer
181 views

JqueryUI slider is not working when parsing dom element

I'm using simple HTML dom parser. Everything works well with my code but jqueryui is not working and for some sites it doesn't display images. Please check live site here And please try with simple ...
AntonKolya's user avatar
5 votes
0 answers
250 views

WordPress 4.4 shortcode texturize issue

Sadly, my plugin stop working now when users update from WordPress 3 to 4.4, the plugin help to embed JWplayer HTML5 player on posts with shortcodes, so with new update the shortcodes not output the ...
Yassine Qoraiche's user avatar
5 votes
2 answers
254 views

WordPress dynamic custom menu not showing correct results

I am creating a dynamic custom menu that shows all posts links, like the menu widget in the sidebar, of a certain category. It is supposed to be dynamic, meaning that whenever I make a post in that ...
4127157's user avatar
  • 1,458
5 votes
1 answer
2k views

HTML Rendering of EDGAR .txt Filings

Currently, I'm working on a project where one PHP script grabs an index file from ftp://ftp.sec.gov and places all the company information into the database. The second PHP script then grabs the raw ...
Benjamin Schulz's user avatar
5 votes
1 answer
877 views

Character encoding error for .php file

Have made a route for MarkersController.php which returns json, but when i navigate to the route I get the following error: The character encoding of the HTML document was not declared. The document ...
fst104's user avatar
  • 816
5 votes
1 answer
119 views

WordPress Blog, only use archive for current page?

I am building a WP site, which will have a News and Blog. They will be in separate pages, One for news and one for Blog, which will be separated by categories. So for example, I have this code on '...
user avatar
5 votes
1 answer
505 views

Getting variables from a Bootstrap slider

I have to get a variable from a price range slider for my webshop. I want to echo the value in PHP. This is the code in my test.php file: <script> var slidervalue = $('#output').val(); </...
Jesper Provoost's user avatar
5 votes
1 answer
5k views

Laravel: Integrity constraint violation: 1062 Duplicate entry '[email protected]' for key 'users_email_unique'

I have some trouble seeding actual data to my database. I get the error message: "Integrity constraint violation: 1062 Duplicate entry '[email protected]' for key 'users_email_unique'" This is what my ...
LoveAndHappiness's user avatar
5 votes
0 answers
3k views

Unable to open COM port using phpSerial with XAMPP

I am using phpSerial to communicate on a COM port (COM10). Here is my code: (very similar to the example code) <?php require('php_serial.class.php'); echo "<html> <head><...
karthick kannan's user avatar

15 30 50 per page