Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani Yes, if the page does not contain video content, then remove `itemscope itemtype="http://schema.org/VideoObject"` I'm so sorry for not responding sooner. I just saw your post now. Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement. Should i just remove the `itemscope itemtype="http://schema.org/VideoObject"` Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. How Build video-player in html And css ? Programming by Kirubel_2 …;video src="../img/The.Originals.S01E01.480p.mkv" controls style="border: 1px solid #1245;" height="100… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book …;contentUrl" content="' . $image4 . '">'; echo '<video controls width="100%" height="auto" poster="… Eero plus vs NextDNS Hardware and Software by Puterwiz82 I been using Eero+ but recently switched to NextDNS. I selected several blocklists. Which is better to use, Eero+ or NextDNS? I know there’s a price difference. I don’t need parental controls. Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book BUMP. Anyone can help with this issue ? :/ Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani I’ll take a look at this tomorrow. I’m currently in bed :) Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. Re: Eero plus vs NextDNS Hardware and Software by rproffitt Why either? https://www.reddit.com/r/eero/comments/tv39ig/eero_secure_vs_nextdns/ kicks it around and I can't see why to use either. Re: Eero plus vs NextDNS Hardware and Software by rproffitt HTTPS and DNS? Why not use the Brave browser then? Too much to type about that here so read how to set up at https://www.reddit.com/r/brave_browser/comments/ucx1jp/most_secure_dns/ Then again, why aren't you using a VPN and calling it a day? Re: Eero plus vs NextDNS Hardware and Software by rproffitt Network level? My answer would be a VPN. Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Re: Installing programs from Github Programming Software Development by Reverend Jim …is a wrapper for wxwidgets which is a library of controls that are OS specific. No matter what platform you are… running on, controls rendered in wxpython/wxwidgets will always render as native… controls for the platform. There is also a python package … Re: ASUS Laptops - my experience Hardware and Software by toneewa … have a power saving mode or power plan, even software controls. Create a new power plan, go to high performance mode… Re: Controls do not have graphics context?!!! Programming Software Development by ddanbe Controls like Label and Button have a Paint method. You can override that method if you want to change the drawing behaviour. Re: Controls next to each other Programming Web Development by JorgeM …sure if you are already aware, but the ASP.NET controls are processed by the ASP.NET engine and pure HTML… was converted into an `<input />` element. How these controls are placed on the screen depends on your styling and… the behavior of the controls. For example, div elements are block level elements so … Controls next to each other Programming Web Development by Cameronsmith63 …; + i.ToString(); Step.TextMode = TextBoxMode.MultiLine; Step.Text = a; Panel1.Controls.Add(Step); i++; } } } </script> <html xmlns="… Controls added to asp:panel not persisting on PostBack Programming Web Development by zilonox …. Through the use of the form, additional controls may be dynamically added to the form. The…amp; intLineNum lb.Text = intLineNum Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, New LiteralControl("<br />…;")) Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, (lb)) End Sub End Class … Re: Controls added to asp:panel not persisting on PostBack Programming Web Development by chiragsathit …. Through the use of the form, additional controls may be dynamically added to the form. The…amp; intLineNum lb.Text = intLineNum Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, New LiteralControl("<br />…;")) Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, (lb)) End Sub End Class … Re: Controls added to asp:panel not persisting on PostBack Programming Web Development by zilonox … use page_load or page_init event to add controls dynamically.[/QUOTE] Fair enough. I altered … intLineNum lb.Text = intLineNum Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, New LiteralControl("<br /&…gt;")) Me.divNav.Controls.AddAt(Me.divNav.Controls.Count, (lb)) End If End … Re: Controls added to asp:panel not persisting on PostBack Programming Web Development by zilonox …ToString() txt.Text = i.ToString() PlaceHolder1.Controls.Add(New LiteralControl("&nbsp;&gt…;&nbsp;")) PlaceHolder1.Controls.Add(txt) Next End Sub Private… = ViewState("COUNT") PlaceHolder1.Controls.Add(New LiteralControl("&nbsp;&… Controls on form disappears when auto-generated controls code modified Programming Software Development by DotNetUser … the auto-generated code for a control in InitializeComponent(), the controls on the form disappears. When I tried to add them…'s already there. Eventhough the form no longer has the controls, it does appear when I execute the code. Is there… to remove all the control's code and readd the controls? Are there rules of things not to do to avoid… Re: Controls added to asp:panel not persisting on PostBack Programming Web Development by kvprajapati [b]>Controls added to asp:panel not persisting on PostBack [/b] And that is the main reason that one should have to use page_load or page_init event to add controls dynamically. Controls sintax Programming Software Development by bybruno … with the following code: [CODE]For i = 0 To Me.Controls.Count - 1 Next i[/CODE] this detect all the… the program but now i want know what controls are menu and others that not. there is same sintax …like [INLINECODE]Controls(1).type = command1 or Controls(1).type = check1[/INLINECODE] the objective is select… Controls in groupBox "spilling out" of Border Programming Software Development by Michael27 …); btn.Text = (i + 1).ToString(); btn.Width = 40; gBox.Controls.Add(btn); Application.DoEvents(); } } Based on the number param in… is my problem, if i select 16 or 32 controls kinda spill out of borders of groupBox, i need … Controls added to panel are moving down when repainted Programming Software Development by Geekitygeek … a form to which i have added a selection of controls with (x,y) coordinates. The panel has Autoscroll enabled…. If there are enough controls to require a scrollbar, and the bar has been scrolled… down when the paint event fires, the controls all move down when the panel paints. Each time … Re: Controls added to panel are moving down when repainted Programming Software Development by sknake … set the scroll position to zero after clearing the controls, add your controls, then scroll it back where it was. [code] private… pos = panel1.AutoScrollPosition; //retain the scrolled point panel1.SuspendLayout(); panel1.Controls.Clear(); panel1.AutoScrollPosition = Point.Empty; //clear the scrolled point for… Controls[DataGrid/TesxBoxes/Label] outside UpdatPanel not updating/populating Programming Web Development by manraj82 …to populate another grid[Grid2] and some other controls[Text and Labels] when a row in … 1 was clicked . The Grid2 and other controls used to get populated/updated on the OnItemCommand …work fine if I place Grid2 and other controls in the same Update Panel but the page…in a way that I cant have those controls in the same UpdatePanel as the first …