very good photoshop design tutorial.
100 Best Photoshop Tutorials of All Time that Yield Professional Results
Tagged: tutorial RSS Toggle Comment Threads | Keyboard Shortcuts
-
liduan
-
liduan
panoramas 3d flash tutorial let you to build your 360 panoramas applications.
Creating 360° Panoramic Images in Flash
Panoramic 360 with Papervision3d
Full Screen Flash 360 Panoramas – Are They Worth It?
Create a 360° panorama viewer with AS3
3d Panorama Cruise Virtual Reality On Adobe Air
Creating a 3D Room in Flash Catalyst -
liduan
php upload file, File input (or “upload”) in HTML forms, Uploading multiple files, PHP – File Upload
-
liduan
3 good topic about mozilla extension development.
Getting started with extension development
-
liduan
Mozilla Firefox Extension Development
Mozilla Firefox Extension DevelopmentView more presentations from Perry Loh. -
liduan
enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line
$allowedposttags = array(
add following codes
'script' => array( 'type' => array(), 'src' => array(), 'language' => array() ), 'noscript' => array( ), 'object' => array( 'height' => array(), 'width' => array(), 'type' => array(), 'data' => array(), 'allowfullscreen' => array(), 'id' => array() ), 'param' => array( 'name' => array(), 'value' => array() ), 'embed' => array( 'width' => array(), 'height' => array(), 'type' => array(), 'src' => array(), 'allowfullscreen' => array() ), 'coolcode' => array( 'lang' => array() ), //over
-
liduan
format ’12345′ to ’12,345′ javasc …
format ’12345′ to ’12,345′
javascript:
string.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, function(s){return s+","})
ruby:
string.gsub(/(\d)(?=(\d\d\d)+(?!\d))/) { |match| match + ',' }
DecimalFormat class also can be used.
-
liduan
install samba in arch linux: pacman – …
install samba in arch linux:
$pacman -S samba
$cp /etc/samba/smb.conf.default /etc/samba/smb.conf
$adduser -d /home/<user dir> -m <user name>
$passwd <user name>
$smbpasswd -a <user name>
add two lines in to /etc/samba/smb.conf
netbios name = archsmb
encrypt passwords = yes
[homes]
browseable = yes
writable = yes
then:
$/etc/rc.d/samba start
$smbclient -L localhost -U <user name>
-
JaneRadriges
Hi, very nice post. I have been wonder’n bout this issue,so thanks for posting
-
-
liduan
for start each service in arch linux, set deamon in /etc/rc.conf. using sshd for example:
deamons(… sshd lighttpd … …)
-
liduan
open ssh service. change /etc/hosts.allow add one line
sshd: ALL
-
liduan
install lighttpd php fcgi and mysql.
pacman -Ss search
pacman -S lighttpd php fcgi mysql samba perl-cgi
-
liduan
configuation arch linux network by dhcp:
add following lines to /etc/rc.conf
eth0=”dhcp”
INTERFACES=(eth0)
ROUTES=(!gateway)then try /etc/rc.d/network restart
-
Kelly Brown
Hi, interest post. I’ll write you later about few questions!
-
-
liduan
using python get friend timeline in twitter. following tools should be used:
python-simplejson
first install python-simplejson, if in ubuntu, just using command as follows
$apt-get install python-simplejson
then, downloading python-twitter , unpackage it. then using command
$ python setup.py build $ python setup.py install
then, open python.
>>> import twitter
>>> api = twitter.Api(“username”, “passworld”)
>>> posts = api.GetFriendsTimeline(‘username’)
>>> print [post.text in post as posts ];
for the file, the script should be liked:
import twitter
class mytwitter():def __init__(self):
self._config = Nonedef main():
api = twitter.Api('username', 'passworld')
posts = api.GetFriendsTimeline('username')
for post in posts:
print post.text.encode('utf-8')if __name__ == "__main__":
main()
-
liduan
a popual ruby on rails, part1 and part2. there is other tutorial based on rails 2.1. basicly, grammer has some changes between 2.0, 2.1 and 2.2.
-
liduan
-
liduan
using c read each char and covert to long int:
while(*buffer != ‘\n’);
{
read(fileName, buffer, 1);
printf(” Byte: %s”, buffer);
}good way.
-
liduan
some effect of the vbox in flex 3.
Clipping a Flex container’s content using the clipContent property
Changing a VBox container’s background size in Flex
Changing a VBox container’s background alpha in Flex
Changing a VBox container’s background image attachment in Flex
Setting the vertical gap between items in a Flex VBox container
Setting a Flex container’s vertical scroll policy
Toggling a Flex container’s visibility using states
Toggling a Flex container’s visibility
-
liduan
C / ANSI-C examples (example source code) Organized by topic
liduan
liduan
somethings can be using in showing strength in the flex spring graph.
1. show different colour for the node of spring graph.
2. show different edge of each node of the spring graph.
3. show different size of nodes in the spring graph.
liduan
Typical Java Commands. using command java javac and jar to do java development work.
liduan
The mx.controls package contains the Flex user-interface controls, e.g. textinput, label and textarea
liduan
flex app communicate with java via socket server. actionscript/flex program can send socket to a server. that means flex can communicate with other language or program without xml.
liduan
some good effect example for hide and show panel of flex 3. simple code and tutorial.
liduan
http://www.adobe.com/devnet/flex/samples/fig_panzoom/ simple zoom in/out map by flex.
liduan
google maps provide api for flash client. a tutorial for using google maps api by flex sdk. other one tutorial for installing and using google maps in flex.
liduan
a simple tutorial for kde4 widget development.
liduan
some good tutorial for flex list:
Making a horizontal list with clickable images as members
Flex – overriding scrollToIndex in HorizontalList to animate scrolling
Setting alternating colors on a Flex HorizontalList control
Creating a simple image gallery with the Flex HorizontalList control
The TileList control displays a number of items laid out in tiles.
liduan
some flex client for online map api is helpful for geographic locations application.
ict support 6:23 am on August 12, 2011 Permalink
After research a couple of of the blog posts in your web site now, and I truly like your approach of blogging. I bookmarked it to my bookmark web site listing and will likely be checking again soon. Pls take a look at my website as effectively and let me know what you think.