Tag Archives: web
Terms SEO , SEM , SEP , PPC / CPC …
SEO (search engine optimization) – is the process of affecting the visibility of a website or a web page in a search engine. SEM (search engine marketing) – is a form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages. PPC/CPC (pay per click) is an… Read More »
Using Codenvy with Google App Engine – testing with default python project .
Google App Engine lets you run web applications on Google’s infrastructure. Login into your Google App Engine. I don’t have one then must activate it from here. Google will ask your Project name and project ID … see the next picture. Go to Codenvy website and make a new project ( I let the default… Read More »
Create android application using Codenvy and run it with Manymo – Android emulator.
Today I will show you how to make your Android application using cloud and online emulator. The Codenvy website it’s the most used cloud IDE for developers and corporate teams so this I will use it in this tutorial. I used Codenvy -Version: 2.8.0 to make this tutorial and Manymo – Android emulator. Also, I… Read More »
Fix flash plugin error in google chrome.
Linux is not very funny without youtube features. Most of the users want to have this. The readme.txt is the file with : o Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type: + cp libflashlayer.so o Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt… Read More »
Test your javascript online with many libs.
If you want to test some javascript then use jsbin.com. This website allows you to script HTML, CSS, javascript with many libs. These libs include JQuery, Bootstrap, Angular, Dojo, Enyo, CoffeeScript and more… After you edit your script just press button Run with JS. See the next image where I test if WebGL is supported… Read More »