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
1.
Haptic Weather Forecaster Lets You Feel Tomorrow's Temperature [Video]
The Sun? Clouds? Little wavy lines? These cryptic icons used by meteorologists only serve to confuse those of us wanting to know tomorrow's
for
ecast. ...
2.
This Lady Just Predicted the Future—Or at Least the Weather—with Asparagus [Video]
Jemima Packington was born with the gift of
for
esight. Un
for
tunately, that future-vision is only legible by reading the positions of thrown asparagus. ...
3.
Installing Webuzo Wordpress Stack
Installing Webuzo Wordpress Stack Webuzo Wordpress Stack is a free-quick-install package that allows bundling of all software (dependency) necessary to run Wordpress
for
development or production purposes. ...
4.
Don't Be Dumb Like a Newspaper and Forget to Renew Your Domain Name [Psa]
If you own a website, it's probably a good idea to renew your domain name right now. In fact, it's probably a good idea to renew your domain name
for
...
5.
Anonymous Smashes Boston Police Department's Website [Hackers]
Anonymous has had a nice breather after last month's Megaupload blitzkrieg, so it's apparently time
for
more vengeance: the Boston Police Department's ...
6.
Running ownCloud3 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
... of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). ownCloud enables universal access to files through the widely implemented WebDAV standard, providing a plat
for
m to easily view ...
7.
Is this the Mirrorless Pentax K-01 in These Leaked Photos? [Cameras]
A collection of official-looking leaked photos made it on to the Pentax
For
ums today, purportedly unveiling the upcoming K-01 mirrorless camera. It looks ...
8.
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 ...
9.
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"; ...
10.
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 ...
11.
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 ...
12.
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 ...
13.
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 ...
14.
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 ...
15.
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. ...
16.
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")); ...
17.
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")); ...
18.
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', ...
19.
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 ...
20.
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 ...
Start
Prev
1
2
3
Next
End
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 3
Login Form
Username
Password
Remember Me
Forgot your password?
Forgot your username?
Create an account
CodersResource.com
Scroll To Top