Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

jQuery Effects methods

Hello Readers, jQuery provides a simple way to apply wonderful effects in your application. jQuery effects methods are very amazing and easy to implement with minimum configuration. So in today's post, we will discuss the jQuery effects methods.

CSS Transition Property

 Transition properties allows you to change the values of a element over a predefined duration, animating the property changes, as opposed to having them happen instantly. Over a given duration, CSS3 transition property permits to

Passing XML string to a stored procedure?

I am really really confused about how to convert string data that I get from a form and convert it to a XMLstring and pass the XML string to a stored procedure in Java. Please help me out. So, Let's say:- Post () method- String a = request.get

SQL Server : List all trigger associated with a table with SQL Server

During management of SQL server database many  times  we need to get list all triggers in SQL Server database with table name and table's schema . Following query can be used to get the desired result. SELECT sysobjects.name AS

Defer in Swift

Hi,   Swift has introduced a new keyword called 'defer'. Based on its meaning ‘defer’ puts off an action or event to a later time. It runs when the execution is about to leave the code block. You can use ‘defer’

Give Them a Goal: Actionable 8 Tips for Creating a Persuasive Call-to-Action

Consumers face calls-to-action all the time. The classic “Sign up” or “Buy now” messages are so obvious that they've practically lost their meaning. If your landing page converts few leads, you're probably dealin

Refresh Control or Pull to refresh in iOS

Hi guys here's an example of how to add RefreshControl in your tableView 1. Take a refresh control object in your interface as UIrefreshControl *refreshControl; 2. Alloc init the refresh control & add it to the tableview you are using as a s

How can I display columns from a text file on new rows in C++

I've been trying to display 2 rows with 6 columns, on different rows. I've tried different methods, none of which seems to be working. In my .txt I have: Corfu [Tab] 5* Gelina Village Waterpark [Tab] 21 May 2017 [Tab] Luton [Tab] 10 nights [

Easy trick to add an Event in the System Calendar using Swift 3.0

The EventKit framework allows the applications to access the calendar on iOS Devices. However, before accessing the calendar, we are required to import EventKit framework in our controller.   import EventKit   To add events to a calend

return address of local variable or array

in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this? #include<

1 168 409
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: