Posts by WPfan • 786 points
98 posts
-
1
votes1
answer227
viewsQ: How to auto complete HTML in . tpl files in Vscode?
In my project to redenrize my views, I am using Smarty, in which your files are from the extension .tpl. In these files, I write 80% in HTML, but it is becoming a tiresome and slow work, because…
visual-studio-codeasked WPfan 786 -
1
votes1
answer29
viewsQ: How to display the information in the referenced id?
This function is the final part of my code, it is working correctly, therefore I am not able to get the result in the place where I wish, which is in the div which has a tag with an ID. How do I…
-
1
votes1
answer106
viewsQ: Meta tags, is there to set the image of the site?
I have a question, I use the meta tags to insert the description of the site, the author, keywords etc. I would like to know, is there any meta tag to define the image of the site? For when for…
-
-1
votes1
answer73
viewsQ: Display a`Section` after 2 minutes of clicking the video play button on Youtube
In a video uploaded on Vimeo I learned how to do, now on Youtube I’m not getting through. My situation is, I have a div where inside I have a iframe with the embedded video. What I need is to take…
-
1
votes2
answers48
viewsQ: Is it possible to show a div after a certain time that you click?
I have the following problem: I would like to click on a div in which after for example 7 minutes display another div. I think in theory the solution would be: When the click was made, you should…
-
2
votes1
answer27
viewsQ: Can you resize the background-color property?
I created a <h4>within a div as follows <div class="col-sm-12 divQuatro fundotransparente"> <div class="container"> <div class="row"> <div class="col-sm-8"> <h4…
-
1
votes2
answers57
viewsQ: undo the click event when selecting the next item
I have four functions that do the same thing, an image exchange at the click event. My question is, how do I get the previous item back to the image it was before when I click on the next? function…
-
0
votes3
answers21511
viewsA: How do I insert an image as the background of a div?
Cristian, probably the level of your folder, try one of the options below: background-image: url("./imgs/backgroundpage.png"); background-image: url("../imgs/backgroundpage.png"); background-image:…
-
3
votes1
answer259
views -
0
votes0
answers63
viewsQ: Owl-Carousel Vs Vuejs
I’m working with Vuejs a little while and recently I took a template to embed in my application and it has a slide which uses the Owl-Carousel plugin, so I can not use this plugin. What is the…
-
1
votes1
answer74
viewsA: Is it possible to add dependencies manually in Vuejs?
I was able to find out here how it does, and for those who have the same difficulty, I will explain! All your dependencies should be inserted inside the folder public as in the image below Next we…
-
0
votes1
answer74
viewsQ: Is it possible to add dependencies manually in Vuejs?
I’m starting my first project using the Framework Vue.JS, I know that by Vue UI it is possible to open the Vue CLI allowing us to add plugins and dependencies to the project. I have dependencies…
-
0
votes2
answers51
viewsQ: How to return the size of a variable result?
Personally I created a function to which with it I am returning the amount of notes obtained (in case 6 notes), I also return a list of the notes that broke the record (the record was the note 8)…
javascriptasked WPfan 786 -
1
votes1
answer168
viewsA: Bower ENOGIT git is not installed or not in the PATH, how to resolve?
For those who go through the same problem as me, I discovered the cause and it’s very simple, this is due to the fact that you don’t have GIT installed, I had it installed on my machine, so I did…
-
0
votes1
answer168
viewsQ: Bower ENOGIT git is not installed or not in the PATH, how to resolve?
I am developing my first application in which I intend to use the Angularjs framework. To download the front-end dependencies I am using Bower, however when I write the command on CMD for me to do…
-
0
votes1
answer42
viewsA: How to delete the records of several tables by scoring the ones that should not be deleted in sql server 2014?
You can recover the name of all the tables in the database and run the delete command. example: DECLARE @sql NVARCHAR(max)='' SELECT @sql += ' DELETE FROM ' + QUOTENAME(s.NAME) + '.' +…
-
0
votes1
answer42
viewsQ: How to delete the records of several tables by scoring the ones that should not be deleted in sql server 2014?
I would like to delete all the records from the tables of my database, but some tables cannot be deleted, here in my case for example I have an average of 20 tables of which 6 cannot be erased the…
-
-1
votes1
answer251
viewsQ: How to import a . sql extension file into SQL Server 2014?
I received a file that it has the . sql extension, so every time I import something into sql server is from .bak. Is it possible to do this? If yes, how?
-
0
votes1
answer36
viewsQ: Is there a need for ". this" in an Android Xamarin project?
I’m rewriting an application that was originally written in Java in Android Studio. Now I’m rewriting in C# for Xamarin Android, so a doubt arose me, in several classes I came across the java code…
-
0
votes1
answer946
viewsQ: Recaptcha v2 on local server!
First of all, in case that question doesn’t fit here, you don’t have to deny it just by saying I remove it. But anyway, I believe that everyone in the programmers has been through this problem, I…
-
0
votes1
answer156
viewsQ: How do this FOR (in C#) list only the first five items?
I have an orderly list, which I need to display only the first 5 items, not all bank records, so I’m not getting it. Here’s my code as is: public class DashboardController : Controller { private…
-
2
votes1
answer197
viewsQ: Position Fixed for desktop version and position relative for mobile version, how to do in CSS?
I know it should be simple, but I’m in charge here, I have a div with ID called Login and I have to leave it as Fixed when the navigation is made of computers, so in the mobile version this div will…
-
1
votes1
answer751
viewsQ: CS0266 error Cannot convert implicitly
When trying to make a list where you will filter only the 5 largest records by values in descending order I am experiencing this error: CS0266 error Cannot convert type implicitly…
-
0
votes2
answers250
viewsQ: How to sort and list only 5 items from a list?
You see, I am developing the Dashboard of a web system, in one of the filters I should list the 5 main customers and sort them by higher value of the sums of total of issued bills. I’m already able…
-
1
votes1
answer188
viewsQ: Error while initializing database on server in Asp Net Mvc!
I have a finished application developed in C# using Asp Net MVC. On my local server the application connects to the database that is on the server of the company that I work, so when putting the…
-
0
votes1
answer31
viewsQ: Which file in the wordpress theme that arrow the language to be used?
I created a . pot and . mo with a translation of a theme into Brazilian Portuguese, so this update is not being applied, it still carries the strings in the original language. Does anyone know which…
-
0
votes0
answers490
viewsQ: Email Confirmation in C#!
I made this form that the user when registering should receive an email in which will have a link to confirm your email by clicking on the link, so the way I did it is not receiving the confirmation…
-
0
votes0
answers71
viewsQ: Login with email and not with username in Asp net mvc, how to resolve?
Well, I have an application being developed in Asp net mvc, in the same the user logs in and after logging in is displayed the message " Hello so so so so so welcome", for that I had to change some…
asp.net-mvcasked WPfan 786 -
1
votes1
answer82
viewsQ: How to change the welcome message when logging in!
i am developing an application in ASP.NET MVC, by default it already comes with a predefined template, however when logging in the application is displayed the message "Hello [email protected]…
-
0
votes1
answer124
viewsA: Why is my javascript not working in the _Layout.cshtml file?
I had to add the file in the Scripts folder Jquery.easing.1.3 and then I had to call him on the page _Layout.cshtml as follows, and thus worked perfectly:…
-
0
votes1
answer124
viewsQ: Why is my javascript not working in the _Layout.cshtml file?
I’m making a website in Asp.net mvc, and I’m trying to make a very creative menu, for this I already have everything ready that tested in html and css normally ta working, but here in ASP NET MVC…
-
0
votes0
answers44
viewsQ: What’s wrong with that method?
I’m creating an Asp net mvc application, I created a domain class with: public class Parcela { public int parcelaId { get; set; } public decimal valor { get; set; } public DateTime vencimento { get;…
-
0
votes0
answers133
viewsQ: How to define a color of an Html.Displayfor?
In my application I have this Html Helpers: @Html.DropDownList("estado", new List<SelectListItem>{ new SelectListItem {Text="Pago", Value="Pago"}, new SelectListItem {Text="Pendente",…
-
0
votes1
answer51
viewsQ: Error when publishing a website developed in Asp.Net MVC
i did all the step by step to publish a website I developed using the Asp.NET MVC on the web server therefore after completion it opens the page in the given domain and is displayed that following…
asp.net-mvcasked WPfan 786 -
0
votes1
answer577
viewsA: What is the best solution for a web login api in Xamarin Forms?
The only viable output was bypassing the system, hence my login page was as follows: Loginpage.xaml.Cs public partial class LoginPage : TabbedPage { public LoginPage() { InitializeComponent();…
-
1
votes1
answer577
viewsQ: What is the best solution for a web login api in Xamarin Forms?
i have the following challenge to solve, I am developing an app using xamarin forms, this application will have to communicate with a website developed in PHP to consume your data, for all functions…
-
-1
votes1
answer113
viewsQ: How to view in a data listview via web api?
I am having difficulties to accomplish this task, need to fetch data that are stored via mysql on a website and display them on my app being developed on Xamarin Forms, for this I need to make a…
-
0
votes1
answer287
viewsA: How to make a Listview in table format in Xamarin Forms?
This was the way I found to be able to create a table similar to the one I published: <Grid ColumnSpacing="2"> <Grid.ColumnDefinitions> <ColumnDefinition /> <ColumnDefinition…
-
2
votes1
answer2848
viewsA: How to resolve System.Reflection.Targetinvocationexception: Exception?
Then I discovered that the mistake was in the XAML mainpage, simply remove the tag <Grid.RowDefinitions/>, then returned to function normally.
-
0
votes1
answer2848
viewsQ: How to resolve System.Reflection.Targetinvocationexception: Exception?
My application (using Xamarin Forms) was working everything ok, more than anything when I click the login button it is being stopped triggering the following error:…
-
-1
votes1
answer287
viewsQ: How to make a Listview in table format in Xamarin Forms?
I need to create a Listview that looks similar to this image, so I have no idea how to do it, because I’ve never used Xamarin, I’m learning in the application that I’m developing.…
-
1
votes1
answer81
viewsQ: How to create the ATTACHMENT field in a form in Xamarin Forms?
I have a form being developed in a mobile application, one of the fields will have to capture an attachment. I know how to do in html using the input, so what would be the attribute to do this using…
-
1
votes1
answer249
viewsQ: Wrong date format on Xamarin Forms, how to resolve?
In my mobile application I have a part that I recover the local date and time, so the date is bringing first the month, then the day and for last year, how to change this, here is my code: In my…
-
0
votes2
answers565
viewsA: Select in Xamarin Forms, how would it be?
So in a search here in the documentation Xamarin I found what is used to replace the select in the Xamarin, thus being a select with the option necessary would be so: <Picker…
-
0
votes2
answers565
viewsQ: Select in Xamarin Forms, how would it be?
I am creating a contact form in Xamarin, and should have an option for the user to select the desired purpose, ie in html would exist a tag select with all the option, so what tags are used to…
-
0
votes1
answer102
viewsQ: web api, how to do this login correctly?
I am developing an application that is a short version of a web system, this system was developed in PHP. For the application, I am developing in Xamarin Forms, however via web api I am trying to…
-
1
votes1
answer47
viewsQ: error using waitActivityIndicator, how to resolve?
I am making a connection via web api in my application, so it is not accepting the use of "waitActivityIndicator", indicates that it does not exist in the current context, below my code, someone…
-
0
votes1
answer60
viewsQ: What’s wrong with this form?
Guys, I have an Asp.net mvc application that will only have a single page, which is index.cshtml. On this page I have a contact form, so he is not sending the captured message to my email, someone…
-
1
votes1
answer645
viewsQ: How to add an icon to the button on Xamarin?
Guys, I came across a silly thing here more that left me Arrado, I would like to put an icon on a button inside the layout of my application, so I’m not able to do, below the code of my button...…
-
1
votes1
answer190
viewsQ: How to decrease the size of this navigation bar?
I am doing this application and I needed to remove the arrow back, and after doing this removal the bar continued to exist, leaving the same very large and inelegant for my application... Can anyone…