Quantcast
Channel: Vector Solution
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Bubbles

Recently one of our customers asked about how to implement a conversation display similar to the iOS SMS/Messages display. You can find the BubbleCell sample in our Github repository. This is what the...

View Article



Image may be NSFW.
Clik here to view.

25 Useful Photoshop Background Tutorials

Photoshop offers countless possibilities for creating stunning backgrounds for websites, posters, flyers, wallpapers, and any other type of design. Fortunately, there are a lot of good tutorials that...

View Article

Image may be NSFW.
Clik here to view.

35 Icon Design Tutorials for Photoshop

Icons are an important part of web design. In many cases you can buy icons or download free ones, but sometimes you may need to create custom icons to get exactly what you need. Fortunately, there are...

View Article

Image may be NSFW.
Clik here to view.

Ajax RSS reader

Summary:  Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in...

View Article

A Brief about Ajax Application Development

Asynchronous JavaScript and XML, commonly known as Ajax is a web development tool that is used to create interactive web applications. It is mainly an amalgamation of several technologies, each having...

View Article


Ajax – What Is It and How It Works

Ajax stands for Asyncronous Java Script and XML and is known for making web applications function as fast (or faster) than desktop applications. Let’s talk about what a typical web application looks...

View Article

Image may be NSFW.
Clik here to view.

Make Sense of wp-query Function

    query_posts() is overly simplistic and problematic way to modify main query of a page by replacing it with new instance of the query. It is inefficient (re-runs SQL queries) and will outright fail...

View Article

Image may be NSFW.
Clik here to view.

how to Custom Post type redirect to home page

you can redirect your custom post type to home page, e.g if you have a home page slider CPT , and you dont want, that google pick that CPT pages the here is a simple code , just ad in your...

View Article


Add Login/logout in your menu automatically

Add this code in your function.php. it will automatically add login-logout link in your menu add_filter('wp_nav_menu_items', 'add_login_logout', 10, 2); function add_login_logout($items, $args) {...

View Article


WordPress WYSIWYG image links broken

In a custom plugin i invoke a WYSIWYG editor like this: <?php the_editor(get_option("reminder_text"), 'reminder_text'); ?> Everythink works fine, until i try to insert an image (uploader or...

View Article
Browsing all 10 articles
Browse latest View live


Latest Images