Jump to content

armandesigner

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by armandesigner

  1. 11 hours ago, justsomeguy said:

    No, I can't, because there's not a single way for every laptop and every fingerprint reader to communicate with a web browser.  Maybe some of them have drivers or features to do that, I don't know.  Maybe browsers will start to add APIs to access fingerprint readers the same way they can with webcams, maybe that will happen over the next couple of years.  There's no standard for that now that I'm aware of.  There may be third-party resources you can use though, I haven't done any research on this company or looked carefully at what they offer but maybe they'll have something that works for you:

     

    https://www.voltapass.com/index2.html

     

    Thanks sir I sent them message maybe they will answer me if you find more things please tell me about it.

  2. 4 hours ago, justsomeguy said:

    There isn't really any support for using a phone's fingerprint scanner through a browser.  Most applications that use fingerprint authentication will connect to a fingerprint reader attached to the server or another network device.

    So sir what should we do for computers and laptop and I think it must be a way for this job.

    Can you tell me exactly how can we do it?

  3. On 9/3/2017 at 6:34 AM, Gabrielphp said:

    What do you mean by encoding your php code?

    All i know is encoding charachters (UTF-8 etc) or json_encode().

    What should your encoded code do?

    I mean I want to encrypt my codes to nobody can recognize what is it.

  4. Hello guys

    I need a software or a site that is free or cheap not like Zend guard and stuff it is about 600$ but I need something free or till 50$.

    I want to encode my PHP codes in a good way and it will be hard to encode it actually 99% of people should could't decode it.

    Thanks

  5. 49 minutes ago, dsonesuk said:

    How can I? I don't know what or how it is replacing the checkbox? it is not necessarily bootstrap on its own, could include jQuery. I can only give exact answer by seeing the problem in action by link to the page in question, to identify what element/class needs to be targeted.

    OK so thanks

  6. 57 minutes ago, dsonesuk said:

    That looks like a customized checkbox, not your ordinary plain checkbox. Its probably a created element with an awesome font character, so it depends on how this replacement is identified, styled and placed, not how the actual checkbox is identified, styled and placed.

    I know sir but can you check what should I do exactly to solve this problem?

  7. 8 hours ago, JMRKER said:

    Have you tried this?

     

    
    	<!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <title> HTML5 page </title>
    </head>
    <body>
    <div class="form-group">
      <label class="col-sm-4 control-label">Checkbox inputs</label>
      <div class="col-sm-8">
        <div class="checkbox check-transparent">
          <label for="opt01">Option 1</label>
          <input type="checkbox" value="1" id="opt01" checked>
        </div>
        <div class="checkbox check-transparent">
          <label for="opt02">Option 2</label>
          <input type="checkbox" value="1" id="opt02">
        </div>
        <div class="checkbox check-transparent">
          <label for="opt03">Option 3</label>
          <input type="checkbox" value="1" id="opt03">
        </div>
      </div>
    <div>
    </body>
    </html>
    	

     

    Yes sir this code is notworking we should first the code that you wrote and the problem is in the bootstrap files it must has a change. Can you check the bootstrap files?

  8. The html code is this :

    			<div class="form-group">
                            <label class="col-sm-4 control-label">Checkbox inputs</label>
                            <div class="col-sm-8">
                              <div class="checkbox check-transparent">
                                <input type="checkbox" value="1" id="opt01" checked>
                                <label for="opt01">Option 1</label>
                              </div>
                              <div class="checkbox check-transparent">
                                <input type="checkbox" value="1" id="opt02">
                                <label for="opt02">Option 2</label>
                              </div>
                              <div class="checkbox check-transparent">
                                <input type="checkbox" value="1" id="opt03">
                                <label for="opt03">Option 3</label>
                              </div>
                            </div>
    				</div>

    I attached the results photo :

     Capture.PNG.eba9b84ca7ab7dd1b59565ddf126f7d7.PNG

    I want to change the place of checkbox and label I mean I want first be label and then checkbox.

    It had bootstrap too I uploaded the bootstrap files too :

    https://www.dropbox.com/s/kc8ytkkd5dxcmc1/assets.zip?dl=0

    Who can say that how can I change the place of checkbox and label I will be thank.

  9. 9 hours ago, davej said:

    You have a program written in what? It seems to me that this is either an Android Java question or an iOS Swift question. Or is it Javascript that was loaded from a website which it has now lost connectivity to? Which is it?

    It is web actually every language on web is acceptable.

  10. 32 minutes ago, justsomeguy said:

    It's the same basic theory.  You need a way to detect if there is a connection, and a place to store the data until there's a connection.  If it's running in a browser then you can use localstorage to store the data until you detect a connection.

    Thanks sir Yeah it is web and can you tell me how can I use local storage I mean can you give me the codes (sourse)?

    And it seems to me that you are so expert can you give your Telegram Number/ID or Whatsapp ?

    I will be thank if you do this:wub:

  11. 46 minutes ago, justsomeguy said:

    Are you making an app, like those?  If it was me, I would test for a connection to the app's servers and, if there is not one, then I would probably start by using a buffer to keep messages that are pending to be sent.  If the app gets closed then I would write the buffer to permanent storage which I would check the next time it starts up.

    No sir I mean for example I have a program that is on web or android no different that people want to register on that they fill the fields and then they send the form but on that time they have no internet when they connected to the Internet the form will be sent to the server.

    What should I do for this?

  12. 6 hours ago, justsomeguy said:

    Are you sure you used enough tags for this post?

    If you want to know if something will work offline, it will help to know what that something is.  What does it do that you don't think will work offline?  If it's using server-side languages then you'll still need to have a local web server installed (or put it on a server on the network).

    No I don't mean that did you see Telegram , Whatsapp and ... when we don't have Internet and we send message they hold the message and when we connect to the Internet they send the message.

    How can I make something like this by coding?

  13. Hello guys I have a program actually I made it and it works online actually we can use it in host or servers but I want to know can we do something that we can use it offline but in offline web we can do whatever it has for example using all the feature.

    Thank you if you answer this question:wub:

  14. 1 hour ago, dsonesuk said:

    div>p {background-color: yellow;}  Will set paragraphs that's a direct child element of parent element div with background yellow https://www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_element_gt it won't change paragraphs  nested within other child elements of the div parent.

    div p {background-color: yellow;}  will change ALL child paragraphs within parent div whether they are nested or not. 

    :root  will target the <html> element, it being the outermost containing element (root)

    * universal selector:  meaning target ALL elements.

    : single colon used for pseudo classes  such as :hover, :link, : visited

    :: used for pseudo element ::after, ::before used to create content before or after a elements content, NOTE: older IE browsers use the single colon, but both can be used for modern better browsers than IE and Edge.

    Thanks a lot sir

  15. Hello guys I have a question about CSS:
    1.What is the different between these things:
    div>p {background-color: yellow;}

    div p {background-color: yellow;}

    ----------------------------------------------------------

    2.And what is the different between these things:

    :root {background-color: yellow;}

    * {background-color: yellow;}

    ----------------------------------------------------------

    3.And what is this:

    ::selection

    ----------------------------------------------------------

    I will be happy if you answer me.

    :wub:

  16. Hello everyone can anyone tell me how can I get a real Free Certificate from anywhere online?

    For example can I get W3school's Certification for free ? because I don't have that much money.

×
×
  • Create New...