Bitcoin Forum
April 24, 2024, 04:57:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Done] 0.15 BTC to anyone who can fix my webapp  (Read 830 times)
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 21, 2015, 01:39:17 AM
Last edit: May 26, 2015, 03:13:07 AM by MaliceRed
 #1

Edit: Hey folks, I want to extend a thank you for everyone who came to help us out on the thread.

We're going to pull this bounty, as no one seems to know what's wrong. So we're just going to give up on it. Thanks for everyone swinging by again, and trying to take a crack at it!

We've come to the conclusion that kik's api is a buggy piece of shit, and we're no longer going to be using their service. Thanks and good luck to you all!



Alrighty, let's start with an introduction. I'm MaliceRed, a graphics designer some of you guys know me from my obnoxiously bumped thread. (Sorry)

I'm here today to make a complete fool of myself bounty regarding a project that I designed a concept of.

Let me start also by saying, I have 0 experience in js, Php, mysql, and basically programming in general.

The bounty is 0.15
Slightly low, but possibly enough to get someone's interest?

What is the bounty for?

Alright, this will take some time to explain.

Currently, I have a website: http://5.196.157.118/

It's designed to work within Kik's Browser. So if you have a phone, go check the website out through kik's browser.

On a browser outside of kik, this site works fine. The elements are properly in place, and it's responsive so everything stays in a neat format to accommodate for mobile users. The sliders work, everything good.
https://i.imgur.com/VhymM25.png

However! When you go to kik's browser, and open the page up. Everything is broken!
The format is completely gunked, the sliders and arrows don't work. Buttons do not consistently register clicks. What really makes this a nightmare, is that this is not always something we can replicate!

We have reports that sometimes it works just fine on mobile devices, and sometimes it just doesn't. Sometimes, if your phone supports horizontal and vertical views, just switching that out fixes it!

We've tried asking Kik developers, but as you can imagine, they gladly told us to fuck off and shrugged off our questions.

So if anyone can check it out, and possibly figure out what's the problem I will give you the bounty, and later on, will be more than happy to extend my appreciation with profits in the future if our app kicks off.

I will answer all questions to the best of my knowledge. And I will be escrowing the bounty with Blazedout419

I sincerely thank anyone who's willing to help, and thank you for reading up until now.


Malice Red Designs

Logos // Branding // U.Is // Banners
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713934657
Hero Member
*
Offline Offline

Posts: 1713934657

View Profile Personal Message (Offline)

Ignore
1713934657
Reply with quote  #2

1713934657
Report to moderator
1713934657
Hero Member
*
Offline Offline

Posts: 1713934657

View Profile Personal Message (Offline)

Ignore
1713934657
Reply with quote  #2

1713934657
Report to moderator
1713934657
Hero Member
*
Offline Offline

Posts: 1713934657

View Profile Personal Message (Offline)

Ignore
1713934657
Reply with quote  #2

1713934657
Report to moderator
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 21, 2015, 04:19:15 AM
 #2

Updated bounty to 0.1 courtesy of Yogg, thank you very much!


Malice Red Designs

Logos // Branding // U.Is // Banners
Blazed
Casascius Addict
Legendary
*
Offline Offline

Activity: 2128
Merit: 1119



View Profile WWW
May 21, 2015, 05:19:34 AM
Last edit: May 25, 2015, 03:44:47 PM by Blazedout419
 #3

Not that it is really needed, but I am holding the .1BTC in escrow.

I now have .15BTC in escrow.
Bitcoined-Me
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2015, 07:40:39 AM
 #4

Hi,

Just looked at your code. The problem lies with your nested tags. You have an unclosed tag which is conflicting with your nested layout structure.

Best,

If it helped: 17yd8aynNyzhtXAoPhf39MHgbg4qYgU9bU

EDIT:

Check all your '<ons>' tags close properly and make sure you don't do things like this:

<ons><div></ons></div>

Correct way should be:

<ons><div></div></ons>

or

<div><ons></ons></div>
Bitcoined-Me
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2015, 07:49:44 AM
 #5

Also found the following Javascript errors. Might not be related but still good to fix:


Failed to load resource: the server responded with a status of 404 (Not Found):
http://5.196.157.118/%7B%7B%20item.kik_profilepic%20%7D%7D


Failed to load resource: the server responded with a status of 403 (Forbidden)
kik.js:12 kik not found:
http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-660758189238110…jl=u&srr=1&fu=0&bc=1&ifi=1&xpc=J19dnX1LIZ&p=http%3A//5.196.157.118&dtd=162


Failed to load resource: the server responded with a status of 403 (Forbidden):
http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-660758189238110…jl=u&srr=1&fu=0&bc=1&ifi=1&xpc=J19dnX1LIZ&p=http%3A//5.196.157.118&dtd=162

Bitcoined-Me
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2015, 08:12:05 AM
 #6

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 21, 2015, 01:41:12 PM
 #7

Hi,

Just looked at your code. The problem lies with your nested tags. You have an unclosed tag which is conflicting with your nested layout structure.

Best,

If it helped: 17yd8aynNyzhtXAoPhf39MHgbg4qYgU9bU

EDIT:

Check all your '<ons>' tags close properly and make sure you don't do things like this:

<ons><div></ons></div>

Correct way should be:

<ons><div></div></ons>

or

<div><ons></ons></div>
We couldn't find the lines you are referring to, and we've tried looking in firefox, which usually tells you when you have an improper tags.
Additionally we ran through the code, line by line, looking for any mis-matched tags, as well as the W3 validity checker which usually finds improperly nested tags.


Malice Red Designs

Logos // Branding // U.Is // Banners
someguy123
Sr. Member
****
Offline Offline

Activity: 336
Merit: 254


CEO of Privex Inc. (www.privex.io)


View Profile WWW
May 21, 2015, 01:41:40 PM
 #8

Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />

Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

RealPhotoshoper
Legendary
*
Offline Offline

Activity: 1050
Merit: 1001



View Profile
May 21, 2015, 02:33:02 PM
 #9

your website really in mess Cheesy
i just can help you with design Cheesy
Bitcoined-Me
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2015, 03:06:03 PM
 #10

Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />

Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

Ok.. a bit of progress I guess Smiley

Now try adding this to the top of your CSS file. Hopefully this will fix the arrows.

HTML {
    -webkit-text-size-adjust: none;
}
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 21, 2015, 03:38:38 PM
 #11

Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />

Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

Ok.. a bit of progress I guess Smiley

Now try adding this to the top of your CSS file. Hopefully this will fix the arrows.

HTML {
    -webkit-text-size-adjust: none;
}

Hello, thanks again for trying to help out.
However, nothing has really changed after implementing this.


Malice Red Designs

Logos // Branding // U.Is // Banners
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
May 21, 2015, 04:23:59 PM
 #12

Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />

Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

Ok.. a bit of progress I guess Smiley

Now try adding this to the top of your CSS file. Hopefully this will fix the arrows.

HTML {
    -webkit-text-size-adjust: none;
}

Hello, thanks again for trying to help out.
However, nothing has really changed after implementing this.


Hey.

I will have a look later on.  Hopefully I will sort it out

Best regards.
Bitcoined-Me
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
May 21, 2015, 05:03:20 PM
 #13

Adding another BTC.05 to this bounty, making the total BTC.15

Further inspection..

As a test:

Try replacing
<meta name="viewport" content="width=device-width, initial-scale=1">

With
<meta name="viewport" content="width=640, user-scalable=no" />

Just modified the viewport to that, it made the layout work on my phone within Kik, but is still completely borked (but slightly less broken than before) in Bluestacks and on MaliceRed's phone. The arrows are still broken, strange bug: if you type something into the search box at the bottom, the arrows begin functioning (not a problem on desktop Chrome with the Kik Dev tools)

Ok.. a bit of progress I guess Smiley

Now try adding this to the top of your CSS file. Hopefully this will fix the arrows.

HTML {
    -webkit-text-size-adjust: none;
}

Hello, thanks again for trying to help out.
However, nothing has really changed after implementing this.


OK, I'll keep looking at the code to see if I can find the issue
defcon23
Legendary
*
Offline Offline

Activity: 1120
Merit: 1002


View Profile
May 21, 2015, 05:08:52 PM
 #14

i will take a look to your code in the evening. i 'll come back to you soon,
regards,
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 21, 2015, 05:40:49 PM
 #15

Thanks to everyone for posting and willing to take a look at the site. I can't put in words how much I appreciate the assistance.

Chatvine has been one of my dreams for a long time, and we put in a lot of effort into the draft and what we have so far. I really hope things work out.

We'll give this about a week before we start thinking outside the box.


Malice Red Designs

Logos // Branding // U.Is // Banners
MaliceRed (OP)
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


Graphics Design Guru


View Profile WWW
May 25, 2015, 03:43:24 PM
 #16

Terrible down time.


Malice Red Designs

Logos // Branding // U.Is // Banners
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!