Posts by Daniel Makowiesky • 40 points
4 posts
-
0
votes3
answers7852
viewsA: Align image to the right of the browser screen
Buddy, you don’t need to use a framework to do just that. You just need to use this property: float:right; And the image will shift to the right.
-
1
votes1
answer6460
viewsA: Effects by clicking a button
in which case you will need to use Javascript. Try applying the following code. <style> button{ border: 0; padding: 35px 50px; font-weight: bolder; color: #fff; } </style> <script>…
-
0
votes2
answers265
viewsA: What is the procedure for debugging a "runstack", Javascript or Php via the Aptana browser or IDE?
Opa does exist. If you want to debug a JS you can use the browser console itself by clicking the F12 key. On it you can browse to Sources( if it is google Chrome ) or in Scripts ( if it is firefox…
-
-1
votes2
answers460
viewsA: What language do you learn?
Hello, as our friend Jack would say, let’s go in pieces. Given that you intend to create on a web platform, I advise you to first focus well on html and css. Face learn this well, because they will…