Articles

Articles (154)

articles

Tuesday, 31 December 2013 14:39

Fatal error undefined function is_network_admin()

Written by
Rate this item
(0 votes)
Do you have problem of receiving "Fatal error undefined function is_network_admin()" when you login to wordpress admin after updating WordPress.

Last modified on Thursday, 09 January 2014 22:28
Saturday, 02 February 2013 13:56

how to show video in web page

Written by
Rate this item
(0 votes)

implementing video in asp.net or php pages is a great thing!.
there are a lot of players are available in web to show
video free.

Rate this item
(0 votes)
Does your Wordpress site showing "Briefly unavailable for scheduled maintenance" after you fininshing automatic upgrade?
Last modified on Thursday, 09 January 2014 22:26
Friday, 02 August 2013 23:15

how to post to facebook page wall by Graph Api

Written by
Rate this item
(0 votes)
Facebook Graph Api enables to post to any public page/profile wall
on behalf of any user.In the following codes i show how using
fb javascript sdk-
Thursday, 23 January 2014 00:00

List of Wordpress Themes Providers

Written by
Rate this item
(0 votes)

Here is the the list of Wordpress Themes providers in the market. We listed free and premium Wordpress Themes providers in the online web.

Last modified on Monday, 11 August 2014 13:26
Rate this item
(0 votes)

the following codes show how to create dynamic
check boxes according to database data.also the
tricky part is that whether a check box will
be checked or not can be done by the code '$checked'.

Saturday, 02 February 2013 13:55

how to implement ajax in web page

Written by
Rate this item
(0 votes)

Today ajax is being a common part in most large website and
application.user loves the way everything done without page
refresh and website's with ajax implemented is getting higher
popularity.in the following i showed how to use ajax in asp.net
web page.you can use in php too -

Monday, 17 June 2013 13:56

how to populate a gridview with DataTable

Written by
Rate this item
(1 Vote)

following way a DataTable with data can be used to
populate gridview control in asp.net.following codes get files list
from a file path and adds in DataTable then sets that
DataTable as a DataSource of the GridView grdDirList.

Monday, 27 January 2014 20:39

how to create facebook application

Written by
Rate this item
(0 votes)
Nowadays facebook is the undisputed number one social media.So is creation of facebook application is
very common for business/personal purposes.This post shows how to create application -
Last modified on Friday, 31 January 2014 12:38
Monday, 17 December 2012 13:54

Simple Gridview control example

Written by
Rate this item
(0 votes)

following codes shows how to use GridView control.Its a
simple example.

in app main file -

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;


Latest discussions

  • No posts to display.