Website Development

Website Development Website Development, forum, tutorials and more!

23/11/2019

Ofrohet trajnim programimi si backend developer.
Gjuhët që do trajtohen janë
HTML
CSS
Bootstrap
PHP
Laravel

Aplikuesi duhet të dijë gjuhën angleze dhe të ketë laptop personal për të punuar.

03/08/2019

Kërkohet të punësohet programues me ose pa eksperiencë. Pranohen dhe student në universitet.

Kërkesat:
PHP
JavaScript
jQuery

Bonus:
Sass

Kandidatët që plotësojnë një nga kërkesat mund të aplikojnë.

15/05/2016

We are offering very good prices for PHP websites. For more info contact us.

23/07/2014

appendChild('theChild'); is used to add an element to a parent element. For example:
document.getElementById('theParent').appendChild('theChild');

If we create a variable then we have:
var parent = document.getElementById('theParent');
parent.appendChild('theChild');

This is how it works when you want to add a child element to a specific parent element.

22/07/2014

getElementById("myId"); is the javascript selector for the id.

23/04/2014

To add a confirm dialog box in javascript you simply use the confirm event:
confirm('Do you want to quit?');

09/04/2014

When you create a website, check if your website is more suitable for svg or jpg graphics. Avoid png unless you are going to use the image for a long term period.

08/04/2014

After giving an event to a specified link in jQuery, you better add event.preventDefault();
This is very important, especially when the user is about to click the link. Normally, it would take the user to another page, or on top of the page if # is provided.

07/04/2014

.html() and .text() are very similar methods in jquery, but have one big difference. .text() will not accept html markup!

07/04/2014

When trying to insert new images in css and providing the url, you should keep in mind how many folders 'up' the css file the image is located. We should add it like this:./../image.jpg
This means two folders up: ../../
One folder up is: ../

30/03/2014

In Javascript you create variables like this:
var number = 13;

All in all, this variable has a number stored to it. We can use it for later purposes. To show on the web page this number, we use alert();

alert(number);

Address

Tirana

Website

Alerts

Be the first to know and let us send you an email when Website Development posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share