Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~8K People Reached
About Me

webdesign beginner, computer science student and gladly so

Favorite Tags
Member Avatar for Latrell_vie

Hi ! I want to edit a wordpress theme and add an image to the header.php ( line 74 <a href="http://www.yourlinkhere.com"><img src="images/AJTFixPreisBanner.jpg"></a>) but i only get the image broken down sign when when i go online. Is it because i do not insert the picture with a php function ? …

Member Avatar for rubberman
0
493
Member Avatar for Latrell_vie

My code works with echo but if I use return it wount display the wanted data, but i want to use code with return so the data will display wherever the shortcode is inserted and not just at the top as it is with echo. So here are the codes …

Member Avatar for Latrell_vie
0
231
Member Avatar for Latrell_vie

Hi ! I´m developing my first wordpress plugin. To create a shortcode according to tutorial i should duplicate following code. But why is it function form_creation(){ ?> instead of function form_creation(){} ?> I mean why is only a part of function form_creations curled bracket inside the php ending tag ? …

Member Avatar for Latrell_vie
0
291
Member Avatar for Latrell_vie

I have the following code and i dont understand why P4(3,7)is giving returnvalue true (1) , since here 7(ConTemp.XYCoord[1]) is bigger than 5 (ReCoordRo.XYCoord[1]), so i would like to know a way to monitor the boolean Rechteck1.contains(P4), watch windows doesnt give me that option, so how do i go about …

Member Avatar for ddanbe
0
677
Member Avatar for Latrell_vie

Hi ! I'm including the following jquery slider plugin into my website. Unfortunatly I still don't know how to change certain parameters like displayList, adaptive Height etc. The author says you can add these options during the slider initialization to customize it. I'm furthering my jquery knowledge but for now …

Member Avatar for Community_1
0
1K
Member Avatar for Latrell_vie

Dear folks , I've already created some website from scratch with html and javascript , php etc. On the other hand i also created websites with wordpress. I find the freedom in creating from scratch grandiose to say at least but wordpress to me has the benefits of professionally looking …

Member Avatar for jkon
0
388
Member Avatar for Latrell_vie

I m in the process of creating a sql table which acts as a stafflist that has several columns like name , number , email and delete. One webpage on the website gives out the rows of this table and i would like to have a clickable link in the …

Member Avatar for Latrell_vie
0
174
Member Avatar for Latrell_vie

I developed a website which i was okay with. Recently I updated it with some pictures and links which has broken its responsivness. On bigger screen it looks fine but on smallers the pictures and links dont shrink along. Help !!!!! <!DOCTYPE html> <html> <head> <title>Portfolio</title> <!--#include file="partialHeadContent.html" --> </head> …

Member Avatar for drjohn
0
275
Member Avatar for Latrell_vie

My php file connnects to my sql database , following code works <?php $servername = "globalxxx.com.mysql"; $username = "globalxxx_com"; $password = "YS4xxx"; $conn = new mysqli($servername, $username, $password); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } echo "Connected successfully" $sql = "SELECT Id, FirstName, LastName FROM …

Member Avatar for _martinh
0
750
Member Avatar for Latrell_vie

Hi ! I working on a site where i can contact potential employees through a skype button and either call or message them. I already implemented the button next to each employee on my list( code can be found on official skype pages). But if i press these buttons on …

Member Avatar for diafol
0
364
Member Avatar for Latrell_vie

Im working on a menu for my website.The idea is that on click on a menuselection the menucard scrolls to said portion of the menu. I tried different approaches,sofar only $(function MyFunction() is working,but i need sth more general where i can include a parameter into the function like function …

Member Avatar for Chris_33
0
264
Member Avatar for Latrell_vie

I installed android studio on my laptop i5 processor and 4GB ram but it is real slow and it also slows my laptop down. I browsed some forums and read the same complaints there too. Does anyone know a good alternative or do i have to resort to programming on …

Member Avatar for peter_budo
0
497
Member Avatar for Latrell_vie

I installed android studio on my laptop i5 processor and 4GB ram but it is real slow and it also slows my laptop down. I browsed some forums and read the same complaints there too. Does anyone know a good alternative or do i have to resort to programming on …

Member Avatar for jwenting
0
236
Member Avatar for Latrell_vie

I want my body tag to be in vertical italian flag color therefor i need color green to cover 33% of the screen , then i need color white to cover another 33% under color white and color red to cover the remaining 33% of the screen and this pattern …

Member Avatar for gentlemedia
0
302
Member Avatar for Latrell_vie

i have a restaurant dropdown menulist, when sb clicks the one of the various meals i want a picture of it to <img id="menupic"src="picFold/actualPic.jpg" alt="Foto der Men&uumlliste">. I only had partial success , who can help me finalize this task ? thx sofar : menu.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for Latrell_vie
0
260
Member Avatar for Latrell_vie

Urgently need a menu dropdown WITH IMAGES for a restaurant website for its food menu. Looked for jquery on the internet,couldnt find one, only complete wordpress themes or some without images , but i'm looking for javascript or jquery or anything else to implement since the website is not on …

Member Avatar for Latrell_vie
0
252
Member Avatar for Latrell_vie

I want to elaborate one of my sites therefor i want to add a pizza man with a steaming pizza animation. I only used image maps for pictures, will there be any problem using it for a gif animation ? In my case clicking the pizzaman with steaming pizza should …

Member Avatar for kgweb
0
78
Member Avatar for Latrell_vie

Hi ! My website is working as intended on bigger screen, but at @media screen and (max-width: 767px) following happens: on firefox website still works fine but on google chrom the design cracks; <div class="menubar1"> extends out of <div class="topnavibar"> Anyone sees where i made the mistake ? My index.html: …

Member Avatar for rtrethewey
0
249
Member Avatar for Latrell_vie

I decided to put my navigation section into another file and retrieve it via html includes, so it will be easier to service if changes need to be done , as the navigation section is shared amongst several sites. My index site used to work well, but now that i'm …

Member Avatar for Latrell_vie
0
302
Member Avatar for AntonyRayan
Member Avatar for Latrell_vie

Dear Folks ! I´m having problems with my navigation at different screensizes. At current level the navigation display is nearly the way i want it for the bigger screensizes. But at media querry @media screen and (max-width: 320px) I want the navigationlinks to stack horizontally which i managed to do …

Member Avatar for Latrell_vie
0
237
Member Avatar for Latrell_vie

Hello ! I want to improve my website. Currently I'm using a circular Logo. Now i want to change that logo to a spinning ball with the logo on it. How can i achieve this. # What software/programm should i use ? # I haven't found any javascript and jquery …

Member Avatar for Kelly Burby
0
281
Member Avatar for Latrell_vie

Hi folks ! Since last year i started building website. Up til now i always used html css and javascript/jquery. Now i want to get into adobe photoshop. My question : Can i upload my existing html file into adobe photoshop for editing or is there any other way to …

Member Avatar for almostbob
0
377