Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
65% Quality Score
Upvotes Received
8
Posts with Upvotes
7
Upvoting Members
4
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
2
0 Endorsements
Ranked #4K
~33.7K People Reached
About Me

Just a young web developer look to expand my knowledge.

Interests
Video games, web developing, fishing, soccer, my girlfriend.
PC Specs
Windows 7 64bit
Favorite Tags
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for Bensirpent07

I have a website that has been using background color animations for a while when all of sudden they just stopped working. I can't think of any major change I've done that would have caused it. So I created a folder to test out my jquery.min.js and jquery.ui.js files. Here …

Member Avatar for Bensirpent07
0
318
Member Avatar for Bensirpent07

The website weblup(dot)net/templates/template3 looks 100% correct on the computer thusfar. The overflow is hidden and you can't see the mobile menu bar or the pictures that slide in. But when opened on the phone you can scroll over, and see where the mobile menu is and where the next photo …

Member Avatar for ryantroop
0
172
Member Avatar for Bensirpent07

So I haven't used preg_match too terribly often but I found this example online for parsing a page to get text from div's: preg_match("/<div class=\"topic\">(.*?)<div class=\"content\">(.*?)<\/div>/", $html, $matches); Now everything looks familiar to me and I understand until I see the (.\*?) What role does it play in preg_match?

Member Avatar for Bensirpent07
0
169
Member Avatar for Bensirpent07

So I have my PHP code here: $r = new HttpRequest('https://api.worldoftanks.com/wot/auth/login/', HttpRequest::METH_POST); $r->addPostFields(array('application_id' => 'e991ff783ae65f1ceefd1036211e5772', 'redirect_uri' => 'http://www.wotclanbuilder.com', 'nofollow' => 1)); try{ $result = $r->send()->getBody(); $json = json_decode($result); $url = json_encode($json->data->location); echo $url; } catch (HttpException $ex) { echo $ex; } and my Ajax code here: // AJAX Code To …

Member Avatar for Bensirpent07
0
322
Member Avatar for Bensirpent07

I'm using this code right now: // JavaScript Document $(document).scroll(function(){ if($(document).scrollTop() >= 470) { $('div.slide-in-section1').effect('slide'); } }); And of course I did realize that whenever you scroll just a little more it will keep re-running this bit of code. But I figured I had a fix, which was this: // …

Member Avatar for pixelsoul
0
379
Member Avatar for davy_yg

Cek this out: http://www.akronyms.net/demo/arvin-html/v_1.3/ Some of the background images remains static or move slowly while the text on top of it moves quicker. How to make such a thing?

Member Avatar for Itera Research
0
162
Member Avatar for Bensirpent07

I have some JQuery code where an if-then statement is being run after a .slideToggle event. I just don't understand why the if section is still being run when it would appear the if statement is false. Code incoming: JQuery: $(function() { var pull = $('#pull'); menu = $('div#nav ul'); …

Member Avatar for Bensirpent07
0
221
Member Avatar for Bensirpent07

As you can see in the picture below, the whenever I hover over an element in the corner, the element is seeming to over-ride the border and is going over it instead of behind it. I'm assuming that's because of the "box-sizing: border-box;" in the CSS, how would I deal …

Member Avatar for Bensirpent07
0
278
Member Avatar for mattyd

Hello. I am currently attempting to convert my inline-css for text boxes into classes for my external style sheet; I thought of using class selectors but do not fully understand some aspects of them. An example I found online: ` <!DOCTYPE html> <html> <head> <style> .center { text-align: center; color: …

Member Avatar for Bensirpent07
0
202
Member Avatar for Bensirpent07

Alright so I'm trying to figure out why this code will show the menu bar on the computer when the page is loaded, but not on my Samsung Galaxy S4 whenever it's loaded. Here is the code, I can provide the link if needed, but I would prefer not to. …

Member Avatar for Bensirpent07
0
197
Member Avatar for WilliamJCook

Hi, I have a website, i need free web hosting service. i dont want to spend more money on web hosting. Give me some website which would of providing web hosting service for free.

Member Avatar for cool0
1
388
Member Avatar for Thomas_23

Hello, I have a project and I need a good web hosting one that is free but that will also let people create accounts, and have a little profile page like Facebook if anyone has any in mind please post below!

Member Avatar for cool0
0
564
Member Avatar for Bensirpent07

I feel like this is a very dumb question but please excuse me if there is an obvious answer. I have just recently seriously dug into JQuery (loving it by the way). Anyways in the code below you can see I have the color to animate to white and green …

Member Avatar for Bensirpent07
0
231
Member Avatar for nadiam

Hello. The scenario is a div and in the div are multiple cloned images, its like a floor plan thing and I would like to save that into the database and i guess i would have to convert it into a pdf or something to do so. That pdf would …

Member Avatar for diafol
0
514
Member Avatar for sweexee

Hi, please can someone help me to solve divs' ovelapping issue in my code? My navigation overlapping logo area when I resize my browser window to a smaller. Other divs stay proportionally in their places except navigation . I tried different options but I can't find a mistake. I would …

Member Avatar for gentlemedia
0
2K
Member Avatar for Bensirpent07

So I am planning on being a full time web-developer. But at the moment I'm not sure really what kind of college options I have. I've looked but I haven't really found any kind of "web-developing degrees". I always thought I would go to college but uh... well I'm not …

Member Avatar for pixelsoul
0
105
Member Avatar for Bensirpent07

I don't understand what the problem is at all... I can point you to the url [link removed] but I just need people to tell me what html and css they need to know... I can put it all here but it would be a bit overwhelming.

Member Avatar for almostbob
0
135
Member Avatar for redkowloon

Hi , i already build up a php form which is will sent data on same page, validate it , but i stuck how to switch to new display that become a preview data . My coding : <?php // dapatkan data dulu cha $fname = $_POST['fname']; $lname = $_POST['lname']; …

Member Avatar for Bensirpent07
0
2K
Member Avatar for Bensirpent07

I have looked everywhere, I looked through regedit, I can't see anything on control panel, it's not on extensions, I have reset firefox, I recently ran a MalwareBytes scan and you think it would catch this, but I just can't figure it out. It's only on Mozilla it seems but …

Member Avatar for RobertHDD
0
232
Member Avatar for Bensirpent07

Ok... to be honest I should have seen this coming. But as I was designing my website I decided to test it out ([test.weblup.net](http://www.test.weblup.net)) in IE and Firefox. If you test it out yourself you can see how different they look. Well I'm not sure how to deal with it …

Member Avatar for <M/>
0
503
Member Avatar for Bensirpent07

So I have a website and it looks completetely normal in Google Chrome. When I open it up in Mozilla Firefox, there is 1 heading that won't word-wrap unless I make the font 1px bigger. So instead of looking like this: Welcome To Weblup! It just looks like this on …

0
139
Member Avatar for Trevor_4

<a href="#"> Home </a> <a href="#"> Video1 </a> <a href="#"> Advanced Warfare </a> <a href="#"> Video 2 </a> </nav> those are the nav buttons i have and i want video 2 and advanced warfare to be active and click as to show images and a short video i have and …

Member Avatar for tdrosiadis
0
126
Member Avatar for Bensirpent07

Ok so here's the breakdown... * I have never installed Wajam * I never wanted Wajam * I'm not sure what keeps installing it, my guess so far is there is a background process running that I don't know about that keeps installing Wajam * One clue might be is …

Member Avatar for RobertHDD
0
279
Member Avatar for muthu_3

<script> $(window).scroll(function() { if ($(window).scrollTop() > 600){ $("#bottom").addClass('show'); } else { $("#bottom").removeClass('show'); }; }); </script> <button type="button" onclick="scrollWin()"><img src="Images/aerodown.png"></button> function scrollWin() { window.scrollBy(0, 180); } Hi frds this is my code. I have to do when maximum content is reached then this image should be hide. This image set in …

Member Avatar for Bensirpent07
0
78
Member Avatar for brijen
Member Avatar for RikTelner

I have project for school. I need to make responsive website for Mexican restaurant. So far I know, Mexican restarants are based really vivid and shouting colors, I wanted to add more color to couple headers or buttons with one of these patterns https://www.google.com/search?q=mexican+pattern&tbm=isch They're looking good, but also extremely …

Member Avatar for Dani
0
149
Member Avatar for Bensirpent07

Ok so on my website ([Click Here](http://www.test.weblup.net)) you can see how the text is going into the background image a little bit. I'm leaving it there to show this as an example of my many problems. Well what I was thinking is should I remove the background image, and just …

Member Avatar for imti321
0
96
Member Avatar for Bensirpent07

Ok I am seriously stumped by this. I have a CSS reset, but some reason my body on my website ([Click Here](http://www.test.weblup.net)) still has a margin of 8px all the way arround. My CSS reset is pasted below, you can go to the website to see the HTML. The only …

Member Avatar for Bensirpent07
0
2K
Member Avatar for Bensirpent07

Hello, as you can see here [link removed] You see that the text "Weblup" is sort of ofset to the other <li> elements. Now I do know that it is a different text size but it's basically the same size as the others due to padding. So I want to …

Member Avatar for Bensirpent07
0
163