Home
Mac
Finder
Tips & Tricks
Linux
Web Server
Plesk
Windows
Server
MySQL
Joomla
General
Virtuemart
News Feeds
Joomla Community
Joomla Events
HowtoForge
Apple
Apple - Support
Perishable Press
Freak-Bootique
DZone
Gizmodo
Downloads
Contact
Code
PHP
for
21.
Hardening Postfix For ISPConfig 3
Hardening Postfix
For
ISPConfig 3 The goal of this tutorial is to harden the mail server postfix used by ISPConfig
for
internet mail servers where authenticated users are trusted. With this setup ...
22.
Make datacolumn as readonly
Following code make accountnumber column as readonly that does not allows
for
changes as soon as a row has been added to the table. DataColumn col= new DataColumn(); col.ColumnName = "AccountNumber"; ...
23.
Change caption of the column
Change the caption
for
the column. Add following code to change caption of the datatable column DataColumn col; mytable.Columns.Add("StudentName", System.Type.GetType("System.String")); col.Caption ...
24.
Let's Help LeVar Burton Get @ReadingRainbow Where It Belongs [Twitter]
LeVar Burton needs our help. The
for
mer host of classic educational series and childhood TV staple Reading Rainbow is trying to acquire the Twitter handle ...
25.
Minutemen: History Lesson Part II [Video]
At decision points in my life, I often ask: What would Mike Watt do? Watt was the bass player
for
the minutemen and firehose, and more recently the ...
26.
Is This the New BlackBerry 10 Superphone? [Rumors]
... Qualcomm 1.5GHz dual-core processor chipsets. Check out Slashgear
for
further speculation. More » Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/TsuBmW8RlGY/is-this-the-new-blackberry-10-smartphone ...
27.
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (CentOS 6.2 x86_64)
... Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted
for
m in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin, ClamAV ...
28.
led street lights
I always like to know some important things. So i adhere to this site
for
collecting some important and useful article
for
post and sharing with some of my friends. I like this article. its so nice. ...
29.
Create a datacolumn which automatically increments the value of the column for new rows added to the table
following code will add a datacolumn which automatically increments the value of the column
for
new rows added to the table DataColumn newcolumn=new DataColumn("studentID", System.Type.GetType("System.Int32")); ...
30.
Create a datacolumn which indicates whether null values are allowed in this column for rows that belong to the table or not.
Following code will create a studentID column that allow null values in this column
for
rows that belong to the this table. DataColumn newcolumn=new DataColumn("studentID", System.Type.GetType("System.Int32")); ...
31.
Use iif construct for creating new column in datatable
IF construct in expression while adding new column to datatable mydatatable.Columns.Add("CustomerTypeBasedOnExpenditure", System.Type.GetType("System.String"),"IIF(customertotal>1000, 'Good customer', ...
32.
Use ISNULL function in Expression for creating new column in datatable
ISNULL function in Expression while adding new column to datatable. mydatatable.Columns.Add("ISEmployeePresent", System.Type.GetType("System.Boolean"),"IsNull(Present, -1)" ); Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/ZPFUxCAt4sM/14587 ...
33.
Release Party 2.5 - San Jose Costa Rica
... y estan invitado a venir todo el mundo, tanto las personas que ya tienen experiencia en Joomla como las que no la tienen. Más in
for
mación en Hey Everyone! We'd like to take this opportunity to invite ...
34.
Airplane Porn: How Does It Feel to Fly a Classic World War II Fighter? [Video]
Last November I flew a P-40 in Cali
for
nia, one with three confirmed kills, rescued after a crash in a Pacific island. If I get to fly a P-40 again, ...
35.
Pizza, Bugs, and Fun March 3, 2012
We are announcing a Joomla! Pizza Bugs and Fun event scheduled
for
Saturday, March 3, 2012. The event is global
for
virtual participants with local venues where ever they are organized. We squashed a lot ...
36.
The Perfect Database Server: Firebird 2.5.1 And FreeBSD 9
... Flamerobin GUI (administration tool) and the PHP driver
for
it. This was tested on fresh FreeBSD 9 on a kvm-linux virtual machine. Read more: http://www.howto
for
ge.com/the-perfect-database-server-firebird-2.5.1-and-freebsd-9 ...
37.
US Detains and Deports Two Morons Over Dumb "Destroy America" Tweets [Twitter]
... Airport
for
incredibly dumb (but totally harmless) tweets about "destroying America" and "diggin' up Marilyn Monroe." More » Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/Lxu1dKE3Hzs/us-detains-and-deports-two-morons-over-dumb-destroy-america-tweets ...
38.
Delete all the files in specified directory in asp.net
... { string[] filenames = System.IO.Directory.GetFiles(HttpContext.Current.Server.MapPath(MyDirectoryPath));
for
each (string filename in currntDirectoryFilenames) ...
39.
get the value of hyperlink filed in asp.net
// get the value of hyperlink filed in asp.net HyperLink hypTestLink = (HyperLink)Gv.Rows[gvRow.RowIndex].Cells[testLinkcolumnindex].Controls[0]; ViewStateLinkData = string.IsNullOrWhiteSpace(hypTestLink ...
40.
Server side evaluation of Grid View row.
Following is grid view code
for
aspx page. ...
Start
Prev
1
2
3
Next
End
Display #
5
10
15
20
25
30
50
100
All
Page 2 of 3
Login Form
Username
Password
Remember Me
Forgot your password?
Forgot your username?
Create an account
CodersResource.com
Scroll To Top