Posts by Guilherme Tonioli • 301 points
5 posts
-
1
votes3
answers6360
viewsA: What is Google Polymer?
It would be an extension to HTML. Where many functions would be encapsulated in HTML tags. For example add a map with Google Maps: <!-- Import element --> <link rel="import"…
polymeranswered Guilherme Tonioli 301 -
2
votes2
answers57
viewsA: How to edit or create new smileys in wordpress?
Take a look at the plugin Custom Smilies That one website is very useful too. And of course the documentation wordpress.…
wordpressanswered Guilherme Tonioli 301 -
9
votes2
answers9737
viewsA: How to send email with PHP?
Give a read on the function mail of PHP. If you are using a default hosting it must be preset. With the function mail working, just create an HTML form to perform this action. A basic example of use…
-
2
votes2
answers183
viewsA: How to create Carrousel with query post content in Wordpress?
For the carousel you can use the Bootstrap or the jCarousel. And adapt the effect with some jQuery plugin of your choice. And to do the Wordpress part you can use a code similar to this: <?php…
-
3
votes1
answer366
viewsQ: Error in final bar with mod_rewrite and mod_jk
I have the following structure on my server. Apache HTTPD (port 80) Tomcat (gate 8080) I used the mod_jk to make the connection between apache and Tomcat and this is working perfectly. I created a…