The Techjoomla Blog

Stay updated with all the latest happenings at Techjoomla. From news about the developments in your favourite extensions to Tips & Tricks about the Joomla CMS, Framework & Development.

Tips for your Crowdfunding success

Tips for your Crowdfunding success

Achieving the goal amount of a Crowdfunding campaign in that particular time is crucial. The reason why it is crucial, because some campaigns are time bound. People fall short to reach out to the masses and end up failing the campaign. Key factors to achieve your goal! Be Heard and Found Getting noticed is where everything starts. You should leave ...

Continue reading
2
  6083 Hits

In Conversation with Erik Folberth: From Creating a product to Launching it!

In Conversation with Erik Folberth: From Creating a product to Launching it!

Have you ever wondered what are the best practices in planning a new concept or idea and what goes into the process of turning ideas to realities? We ourselves do a lot of Product Development here at Techjoomla as well as at our parent company. We have closely seen the process of  product development from ideation to production and marketing i...

Continue reading
7
  4880 Hits

jQuery Basics - How to Set values of Form Inputs using jQuery?

jQuery Basics - How to Set values of Form Inputs using jQuery?

In the previous blog on JQuery we saw - “How to Get Values of Form Inputs Using jQuery”. In this post we will cover how to set up values for Form Inputs using jQuery for form fields including inputs, textarea, radio, single select list and multi-select list. Below is sample code that shows a form with all types of form inputs for input, textarea, s...

Continue reading
17
  10230 Hits
Tags:

jQuery Basics - Getting Values of Form Inputs Using jQuery

jQuery Basics - Getting Values of Form Inputs Using jQuery

As a web developer how many times we need to get values entered into text-boxes, text-areas or we need to get selected option from a dropdown select list or from radio buttons. As a novice programmer we all struggle with this situation several times.

In this post we are quickly going to cover how to deal with getting entered or selected values from all types of form fields including inputs, textarea & selects.

Below is sample code that shows a form with all types of form fields for input, textarea, selects, radios, checkboxes. And as you type or select options for those fields, selected options or entered text is shown.
To get values we will be using jquery.

Continue reading
29
  52949 Hits

Ways to delete documents in Solr!

Ways to delete documents in Solr!

Solr is a open source standalone enterprise search server. It comes with great features like full-text search, auto suggest, faceted search, database integration and many more. To know more you can visit http://lucene.apache.org/solr/.

Solr extension is a light-weight, very fast and feature-rich library which allows to communicate with the Apache Solr Server in PHP. To know more solr-php methods visit http://php.net/manual/en/book.solr.php

We have been using Apache Solr in one of our service project. The project is a website which is basically collection of artefacts, posters and other memorabilia from across the globe, importantly India. It currently has about 75,000 objects in our database. In addition, there are roughly 100,000 items in ‘masterlists’. Within the masterlists we have the list of people, films etc, which are the related data for the objects.

Continue reading
5
  18965 Hits

How to get ‘btn-group’ buttons in plain html?

How to get ‘btn-group’ buttons in plain html?

We all know how to get those nice colored buttons for Radio form field type, its by adding class="btn-group” in the xml argument for that field. There can be an exception to this, if you are not able to have a form field in your view? And you still crave for those nice colored buttons? Here is how you can have those buttons with some plain HTML, CS...

Continue reading
1
  9112 Hits
Tags:

What's a bad Blog post and why not to write one..

What's a bad Blog post and why not to write one..

Blogs are the one of the biggest and fastest growing medium of publishing on web..Blogs have brought in a personal publishing revolution …Blogs this Blogs that.. Blah Blah Blah !!! You will find similar lines all over the web glorifying blogging. And actually all of them are very much true. Blogging has changed mass media in a big way and is still ...

Continue reading
4
  24883 Hits

Roadmap for the Mobile App v2.0

Roadmap for the Mobile App v2.0

Hiya Everyone! First, thank you very much for all the suggestions and improvements you suggested to all of the apps. As promised, putting down here the features and plan for the v2.0 of the combined app (P.S. It's v2.0 directly to avoid any version naming confusion). The combined app will sport Easysocial, Easyblog & JGive to start with. Here's...

Continue reading
11
  5719 Hits

Sorting Nested List using jQuery

Hello! This is informative Blog for Sorting Nested List using jQuery.  If you want to sort elements of UL/LI in another UL/LI using drag and drop, Here is a quick guide to achieve that. Here is the basic html for nested list: <div class="div-containing-list" > <ul id="main-list" class="main-list"> <li id="sortable1" class="conne...

Continue reading
0
  11439 Hits

Clone html element using jquery

Hello! Guys, This blog is about adding multiple html elements using jQuery and display the cloned field. If you are a developer, you might be interested in this. Hope this Helps! :) So this is Quick guide to create multiple fields as many as with in minimum efforts Lets' code! Step by step : A. Add jQuery file from Google API and add required styli...

Continue reading
4
  15822 Hits