background preloader

Web / programming

Facebook Twitter

PHP Point Of Sale Forums • View topic - How to change Receipt Number series? Block language and currency - Prestashop module. How to Create a Separate Page for Blog Posts in WordPress. GIMPshop: Comic- und Pop-Art-Effekte. Das aktuelle netzwelt-Tutorial zu GIMPshop beschäftigt sich mit gleich zwei Effekten. Der Comic-Effekt verwandelt geeignete Motive in Comic-Figuren, der Pop-Art-Effekt lässt Bilder im bekannten Andy Warhol-Stil erscheinen. Und so funktioniert's: Inhaltsverzeichnis 1Tutorial: Comic-Effekt 2Comic-Effekt Porträtfoto - Klick vergrößert 3Comic-Effekt Blumenfoto - Klick vergrößert 4Tutorial: Pop-Art Effekt 5Pop-Art-Collage - Klick vergrößert Tutorial: Comic-Effekt Starten Sie GIMPshop und öffnen Sie eine Bilddatei von Ihrer Festplatte. Nachdem Sie sich für ein passendes Foto entschieden haben, wird das Bild zunächst weichgezeichnet.

Werbung Comic-Effekt Porträtfoto - Klick vergrößert Als Nächstes werden dem Foto nahezu sämtliche Farben entzogen. Nach der Posterisierung weist das Bild nun noch einige Farbflecke auf. Comic-Effekt Blumenfoto - Klick vergrößert Links zum Thema. Give Your Photos a Retro Comic Book Effect. Creating a old comic book effect for your photos is easy and the results are visually appealing. More fun is achieved when adding captions to your photos using comic book fonts and design elements. This tutorial will show you how to give a comic book look to your photos using a couple of filters and some additional decorations. Process preview Read tutorial at Creative Closeup…

How To Cartoonify Your Photos With GIMP. Not only does vector art look amazing, but it’s also incredibly time-consuming. Just look at any number of vector tutorials on YouTube, and you’ll notice that the price to finish a great-looking piece of vector art yourself involves meticulous work and patience. Not all is lost, however. Cartoonifying your portraits is actually easier than you think, thanks to built-in plugins and features in GIMP, the premier open-source photo editor. If you want to achieve the effects of automated photo-editing applications, such as beFunky, (which offers some really great cartoonifying effects and more if you purchase premium membership), what better than first trying with GIMP?

Lots of practice can lead to plenty of fun, frameable pieces that you’ll certainly want to share and show off in no time. If you are new to GIMP, check out the recent collection of hand-picked video tutorials for beginners. Cartoonifying People: Method 1 Load your photo in GIMP. Now head to Filters > Artistic > Cartoon. Method 2. How To Create An iPhone Or Android App Without Any Coding Skills. But if you’re really eager to make a mobile app based on your website, business, organization, or just a fun quiz game, a website called Buzztouch may well be the web-based solution for you. Buzztouch is essentially Content Management Software for iOS and Android.

It provides a template-based process in which you import your app’s information into the online software, and in turn it will create the code that you need to compile the data for your application. I gave a try and it does work. How to Create an App – What You Need MUO has previously covered the steps on how to create a simple iPhone app and submit it iTunes. The tools Buzztouch provides are totally free. However, beyond Buzztouch, you will need a copy of Xcode on your Mac. Developing Your App Buzztouch provides some excellent video tutorials for developing your iPhone application.

You start off the process by creating a name for your site. Next, you need to add a logo for your app. Compiling Code. Sample Apps - App Inventor Blocks. You are free to use any of the code/block snippets in this site but please don't try to modify any of the apps below a bit and deploy in the market. We have enough silly apps in the market. Let's not make it worse. Download the source code of the apps below from Downloads page and have fun! Tarsier Attack This was my first app inspired by MoleMash game.

You can use .png formatted images to make the images look better. Note: This app didn't implement screen size optimization logic. Say you are going to some place you are not familiar with. This app shows how to make an explosion effect on the canvas. This app is from our List tutorial that explains how to create a list, add new items to a list, display list items, replace an item in the list, remove an item or remove everything from a list, search for an item, and how to sort a list in different orders using different comparison modes. This app asks a user to type in a full or partial book name. Here are some screenshots- HOW TO: Build an App for Your Small Business. This post originally appeared on the American Express OPEN Forum, where Mashable regularly contributes articles about leveraging social media and technology in small business.

So, you're a small or medium-sized business, and you want to build a Facebook, mobile or web app. You're undertaking something that's both simple and ambitious, and you're probably looking for a bit of help. But do you use one of the many do-it-yourself tools online, or do you call in a professional? If you find you need a developer to work with you, do you reach out to a freelancer or do you call an agency? And when — if ever — do you need to hire your own full- or part-time, in-house dev to work on your website and applications?

Here's a quick overview of the ins and outs of getting web work done as an SMB — as always, with tight budgets in mind. DIY Tools There are quite a few do-it-yourself options for the thrifty entrepreneur. Google's App Inventor is a good example of a DIY tool. Dev Shops and Agencies. Webmaster Tools - All in One CSS Content. Wordpress Theme Generator - Create your own Wordpress Theme. This online generator creates your own custom unique WordPress Theme. Without any need for HTML, JS, PHP, or CSS knowledge. Change the colors, settings, layout, preview live, click "save" and download your unique Wordpress theme zip-file. Extract, upload, set, and you are done! Please note: this was developed in 2007 (!) And there is no active support available anymore. Supports {*style:<a href=' 2.1 to Wordpress 3.7 Themes{*style:</a>*}.

Support » Tags — iframe. Find and Make Dynamic Web Widgets. jQuery: jqAlbumParser Plugin, parses out Flickr, Picasa clientside. The jQuery jqAlbumParser Plugin takes a link linking to your Flickr or Picasa photo album and parses it into your current layout as is or hook in another plugin like the jqGalView Plugin, the jqGalScroll Plugin, the jqGalViewII Plugin or the jqShuffle Plugin to create your photo gallery on the fly and with very little coding on your part.

Why jqAlbumParser? Well, after building a few photo gallery plugins and plans for different variations of flash-like galleries (I am on a convert flash apps to jQuery ran apps kick), I found myself wanting to use other peoples photos, ie. friends and families, but did not want to download them. So I wanted to be able to bring in Picasa and Flickr photos, but sadly their JSON formats are different, I needed a way to pull them both in on the same page and be able to use them with the same functions and so I figured I’d bring their JSON and parse them to my own object and poof, jqAlbumParser! The Basic Demo Picasa | Flickr The Simple Code The Small Print or.

jQuery: jqGalScroll v2.1 (Photo Gallery) jQuery: jqGalScroll v2.1 (Photo Gallery) jQuery Gallery Scroller (jqGalScroll) takes list of images and creates a smooth scrolling photo gallery scrolling vertically, horizontally, or diagonally. The plugin will also create pagination to allow you to flow through your photos. The Head <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jqGalScroll.js"></script><script type="text/javascript"> $(document).ready(function(){ $("#demoOne").jqGalScroll(); });</script> <style> @import url("common/css/jqGalScroll.css");</style> The Body The Outcome Options Below are a list of options you can pass to the jqGalScroll plugin. ease: null, speed:0, height: 500, width: 500, titleOpacity : .60, direction : 'horizontal' // vertical horizontal diagonal Styling I am in no way a great designer, so the example is very bare, but the follow urls are sites that done a nice job with the plugin: Thanks Download.

Jquery picasa album scroller [Webmaster Bulletin] Is it necessary to build an alternative picasa viewer when picasa itself provides nice flash gallery viewers ? For webmasters it turns out that sometimes it can be necessary to hide picasa details, and thanks to picasa itself providing various remote server access, you can use your albums within any kind of rss or json enabled application. We provide here an example of a JSON – jquery powered slideshow that takes input from any picasa album. The advantage of using picasa over hosted or specific applications such as famous menalto’s gallery of coppermine is that picasa does resizing jobs for you, and offers up to 1 GB of free online image storage which largely enough for any small website presentation.

Picasa in a few words Picasa is in fact the name of the windows based application, owned distributed by google, that does vairous image related jobs, most important of them is indexing and displaying. Jquery’s Gallery scroller (jqGalScroll) Integrating picasa into jqGalScroll See also :