Did you encounter this error before when using Wordpress? I did. This morning, I decided to modify and clear some lines of code of Amazing Grace theme to make it lighter and lighter. Everything was fine (as my thought). I uploaded my modified files to ftp, browsed and BOOOM!!! What’s it !?! An empty [...]
Old cellphones are great for scavenging µC project parts like small LCDs, motors, etc.Here is a rundown on how to repurpose an old USB cellphone data cable for rs232 communication.Bob writes:
About three years ago,I bought a USB data cable to use with T610 mobile phone.I can’t remember what is model just know it is made [...]
nLite is a GUI for permanent Windows component removal by your choice. After removal there is an option to make bootable image ready for burning on cd or testing in virtual machines. With nLite you will be able to have Windows installation which on install doesn´t include, or even contain on cd, unwanted components.nLite Features:Service Pack IntegrationComponent RemovalUnattended SetupDriver Int
PHP and MySQL: Create - Modify - ReuseAuthor:Timothy BoronczykFormat:PDF 5.3MBPublisher: Wrox Number Of Pages: 341 Publication Date: 2008-05-05 ISBN-10 / ASIN: 0470192429 ISBN-13 / EAN: 9780470192429 Step-by-step instructions walk readers through real-world applications Packed with ready-to-use projects for PHP and MySQL, this book guides readers through several real-world projects that
ISO Master is an open source application for Linux for creating and modifying ISO9660 files (ISO images).
Features:
Create an ISO image from scratch.
Add or remove files and directories to/from a CD image.
Create bootable CDs using various boot record types: no-emulation (isolinux, Microsoft Windows), 1.2, 1.44 and 2.88 floppy disk emulation.
Support for Rock Ridge and Joliet file names.
ISO
7-zip is a popular free zip tool for us. Unfortunately, the icons are pretty dull for me. So, i decide to patch them with more interesting icons.
Before you start, you need to know the path to 7zip. Normally, it is “C:\Program Files\7-Zip”. After that, you need an application called “Resource Hacker”, which is free. You [...]
I previous post i told you how to Create Data Connections (DataBinding) in Asp.net using Expression Web. here i tell you how to modify data column in datalist in Expression Web or Visual Studio (Ver 3.5) 2008.
In Visual studio 2008 or Expression web,templated data-bound controls give you ultimate flexibility over the rendering of data in your pages. You may edit data in DataList,Repeater
By adding a clip-on rubber loop to Apple's standard earbuds, a pair of BudFits makes them suitable for running, cycling, skateboarding and other activities. If you’ve ever taken your new iPod out for a run only to have those smooth white earbuds jostle their way out of your ears a few minutes into your pavement pounding, you’re not alone. While plenty of companies have already
If you have Windows Vista you should know that there is a nice feature called Disk Management which lets you manage your partitions thanks to a nice GUI, without knowing anything about programming. But what happen when this features doesn’t work or you need to use an alternative way just for the heck of it? [...]
Google wants to attract more brand advertising dollars in search. However, it also allows marketers to bid on trademarked or branded terms they don't own or control so long as those keywords are not part of the ad copy. This practice so far passes legal muster in the US (although there's ongoing litigation). Google recently modified its keyword bidding policies in the UK and introduced this more l
Google wants to attract more brand advertising dollars in search. However, it also allows marketers to bid on trademarked or branded terms they don't own or control so long as those keywords are not part of the ad copy. This practice so far passes legal muster in the US (although there's ongoing litigation). Google recently modified its keyword bidding policies in the UK and introduced this more l
This project is for making small changes in a classified website where users are allowed to post comments on listed items. At the moment any visitor can post comments but now we want to modify the system... (Budget: $30-250, Jobs: PHP, XML)
Would you prefer to display your shortcuts without the arrow in the bottom left hand corner? This tip will show you how to change the arrow icon or remove it completely
To remove the shortcut arrows:
Method 1:
1. Open your notepad or any script editor
2. Copy and paste the script below into you notepad and save the [...]
I’ve received a PDF document from Hicham which contains some tips about modifying BMW E36 cars. I read the document and it indeed contains some useful information that can help anyone who’s intending to modify a BMW E36 car. Unfortunately, the document gives some directions about how to start modifying your BMW, but then it [...]
Blogger ad code converter is a tool tat help you to modify your adcodes of Adsense, Chitika , ADbrite, & many others to directly embed inyour new xml templates without giving any errors.You just have to paste your adcode in the box & it modifies the code for embedding in the template..For example if you need to embed adsense 468x60 block into your blog template then you first go into chang
Today while reading one Google blog I found Google SketchUp, a very good utility from Google to create, modify and for sharing the 3D modes. Google SketchUp can be used to design a new deck for your house, build models for Google Earth, or teach geometry to your fifth-graders. Google SketchUp also gives you [...]
learn how to change *.exe files, in 5 easy steps:
1) Don’t try to modify a prog by editing his source in a dissasembler.Why?
Cause that’s for programmers and assembly experts only.
try to view it in hex you’ll only get tons of crap you don’t understand.
First off, you need Resource Hacker(last version). It’s a resource editor-
very easy [...]
Generally a file created in any operating system will have its own file attributes and file timestamp etc. File attributes include properties like read-only, hidden, archive etc. File timestamp can be the file creation time, modified time and last accessed time. Generally programmers use these attributes for versioning or for archiving or purging files [...]
The Mortgage Bankers Assn. says the measure would raise interest rates, but critics contend this claim is based on faulty data.
Sherrie Floyd says she was able to handle the first reset on the $505,000 mortgage she had taken out to refinance her Vallejo, Calif., home. And the second.
But this month, when the mortgage reset [...]
I was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping <span> tags around the title (inside of the href tags). The wp_list_pages() function returns pages (which are basically the same as posts) and has several [...]
Both subjective and objective factors could trigger autistic tendencies. The subjective factor refers that some children might be born with shy and introverted character, which makes them not good at communication. The subjective factors basically come form family education. In addition, some children avoid social contact because of bad experience in interpersonal relationships. Autistic tendencies [...]
The nistbladm command is used to modify information in a nisplus table. In this example, the passwd.org_dir table was modified. The login directory and shell was modified for the esoft user. Here is the syntax.Prior to modification# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/export/home/esoft:/bin/sh:13947::::::Modify the user's home directory# nistbladm -e home=/home/esoft '[name=esoft]'passwd.org_dir# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/home/esoft:/bin/sh:13947::::::Modify the user's shell# nistbladm -e shell=/bin/zsh '[name=esoft]'passwd.org_dir# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/home/esoft:/bin/zsh:13947::::::
The nistbladm command is used to modify information in a nisplus table. In this example, the passwd.org_dir table was modified. The login directory and shell was modified for the esoft user. Here is the syntax.Prior to modification# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/export/home/esoft:/bin/sh:13947::::::Modify the user's home directory# nistbladm -e home=/home/esoft '[name=esoft]'passwd.org_dir# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/home/esoft:/bin/sh:13947::::::Modify the user's shell# nistbladm -e shell=/bin/zsh '[name=esoft]'passwd.org_dir# niscat passwd.org_dir | grep esoftesoft:SNVE9mJSZ9ub6:1005:10:Test Account:/home/esoft:/bin/zsh:13947::::::###Add a user# nistbladm -a name=softhub uid=1000 gid=10 home=
Fed up of the ever increasing fuel bills that literally leave a hole in your pocket? Concerned about the harmful emissions from automobiles that threaten the earth's environment? Well... the solution is at your door step, modify you car to run on HHO gas a water burning gas hybrid.It is now possible to modify your car to run on HHO gas - water burning gas hybrid and save quite a bit of money that you would have otherwise spent on gasoline. More and more people are taking advantage of this innovative alternative, as it is indeed seen that gasoline prices are simply not affordable to the average person on the road.This revolutionary system makes use of ordinary water which is converted into a gas called HHO gas or hydroxyl or Brown's gas, which is used to power the vehicle. The apparatus can
This blog is depending on my previous blog Creating SOAP Web Services with NetBeans 6. You can download the needed sourcecode there.
Here i will show how you can modify the JAX-WS SOAP-Message before the outgoing SOAP-Response will pass the specified Web Service Operation. This is sometimes necessary, when some recipients want to receive their own [...]
“Cannot modify header information - headers already sent by (output started at”
If you get a error saying so in wordpress after installing a plugin, the pretty simple reason could be there might be blanks spaces or enters after ?> in your plugin File. Simply remove those blank spaces (or enters) and this warning /Error should [...]
Question:
Deyna asks: i would like to be able to be able to customize fonts for MySpace. Can you provide some hint how to easily change MySpace font size and color?
Answer:
Thanks for the question. Not tool long ago I have written two tutorials that might be helpful to you, as they contain the required HTML [...]
Top side PCB
About three years ago,I bought a USB data cable to use with T610 mobile phone.I can’t remember what is the model just know it is made in China.Now I have a new model mobile phone and my USB data cable not used at all.Therefore, I want to modify it to use with my [...]
A blockquote is an element which defines a block quotation within the text. They should essentially be used to show the quotations of another person which is related to your post content. Generally they are used to signify important text by drawing the viewer's eye to a separate block of text.In the standard (Minima) blogger template a blockquote is defined by the following CSS code :.post blockquote {margin:1em 20px;}.post blockquote p {margin:.75em 0;}To make it look better modify the above code as below :.post blockquote {background:url() no-repeat;padding:40px;margin:1em 20px;background-position:10px 10px;border:2px #000000 solid;text-align: justify;}.post blockquote p {margin:.75em 0;}You can change the border color by changing this line :border:2px #000000 solid;[+/-] show/hide this
Throw out your table of contents from your dissertation and start over. You are going to write a new table of contents that reflects what will be in your book manuscript. Writing a new table of contents will make you think about what will go into your book.REVIEW YOUR DISSERTATIONS TABLE OF CONTENTSWhat needs to be taken out? A book editor is not interested in a review of the literature that is in your dissertation. Go through your dissertation’s table of contents. What makes sense? What does not make sense? Right now you are only interested in the titles of each chapter. Are there any chapter titles that will be viewed as puzzles when read by a book editor? Are there any titles that are not interesting?POLISH EACH TITLENow is the time to think through your book manuscript. Are there any
There are two types of CD-ROM drives we can mod:24x to 40x40x or higherDrives slower than 24x are too old to be modded.24x to 40x CD ROMsLaser Head Adjustments:The track pitch of CDs is 1.6 microns, and the track pitch of DVDs is only 0.8 microns. The minimum length of track pits of CDs is 0.843mm, and the minimum length of track pits of DVDs is 0.293mm. That's why DVD discs can store much more data in the size of a CD.Pinpointing this situation, we need to adjust the laser head so it can read discs with smaller track pitchs and shorter track pits. Open up the CD-ROM drive, do you see a lens on the rail? That's the laser head. On the side of the laser head, there's a screw you can adjust.This is the key of this mod.This screw can adjust the size of the laser beam that lands on the disc. Re
Question:
How do I customize my Myspace navigation bar?
Answer:
Tired of the same old navigation bar that everyone has? You can change the links, colors, borders, or even remove the link completely. This customization only takes a few minutes and is quite simple to do. Just follow the directions below to have a custom Myspace navigation bar.
In order to generate the custom code for your navigation bar, go to this website.
Fill out the forms as you you like.
When happy with your selections, click Generate the Code at the bottom.
Copy the code provided.
Login to Myspace.com.
Click Edit Profile.
Paste the code into your About Me section.
Save all changes. That’s it!
One of the great things about WordPress plugin development is the abundance of open source content to learn from. Ever see a plugin in action and wonder, “how does that work?” or “How can I modify the WordPress XML-RPC system?” Well, all you have to do is download it and see! Most plugins are licensed under the GPL license (General Public License).
One of my recent projects involves working with the WordPress XML-RPC interface. The problem is I needed the XML-RPC interface to do more than the current implementation offered. Initially I wrote a patch for the xmlrpc.php file to accomplish what I needed. It never actually occurred to me that the smart folks at WordPress would actually give you a way to write hooks into the XML-RPC interface to add more functionality. Sweet! I came to this revelation thanks to a plugin called wpLinkMentor, a plugin that allows you to manage your blog links over XML-RPC.
Logging
An important part of most applications is logging, righ
In this article, we shall suggest some modifications to the CSS template to change the appearance of the Poll widget to something eye-catching and attention-grabbing. For example, we can add background colors or images to the Polls widget and change the font and border colors. These should draw the attention of your readers to the Poll and put some buzz into the Blog.
In case you are not aware
The usermod command allow to modify an existing user in the system.
usermod [options] [user]
Options:
-c comment Comments
-l change user's login name
-d dir Home directory. The default is to use user as the directory name under the home directory specified with the -D option.
-e date Account expiration date.
-f days Permanently disable account this many days after the password has expired.
-g
In this previous post, I explained how to use the Affiliatebrand Popular Posts widget. As you can probably tell, I've modified this widget in my own blog so that it matches the overall look of my template. My method is far from being perfect, but as my original post has attracted many readers, I've decided to share this method with you in order for you to customize your own widgets.
The widget code provided by AffiliateBrand links to a javascript file which is unique to your blog, and contains all the code nescessary for constructing the widget style. The default widget is made up of images and "iframes" in order to give it a "Web 2.0" style.Unfortunately the appearance of this widget is not something that suits the style of all blog templates!So, in order to be able to style the look of the widget, we need to strip the javascript of all image-related code, and feature only the useful elements instead.But before you do this, be sure to make a backup of the original widget code as
learn how to change *.exe files, in 5 easy steps:1) Don't try to modify a prog by editing his source in a dissasembler.Why?Cause that's for programmers and assembly experts only.try to view it in hex you'll only get tons of crap you don't understand.First off, you need Resource Hacker(last version). It's a resource editor-very easy to use, You can download it at www.users.on.net/johnson/resourcehacker/2) Unzip the archive, and run ResHacker.exe. You can check out the help file too3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one.4) In the left side of the screen a list of sections will appear.The most common sections are-String table;-RCData;-Dialog;-Cursor group;-Bitmap;-WAV.*Icon: You can wiew and change the icon(s) of the program by double-
learn how to change *.exe files, in 5 easy steps:1) Don't try to modify a prog by editing his source in a dissasembler.Why?Cause that's for programmers and assembly experts only.try to view it in hex you'll only get tons of crap you don't understand.First off, you need Resource Hacker(last version). It's a resource editor-very easy to use, You can download it at www.users.on.net/johnson/resourcehacker/2) Unzip the archive, and run ResHacker.exe. You can check out the help file too3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one.4) In the left side of the screen a list of sections will appear.The most common sections are-String table;-RCData;-Dialog;-Cursor group;-Bitmap;-WAV.*Icon: You can wiew and change the icon(s) of the program by double-
Code Access Security Policy Tool (Caspol.exe)
The Code Access Security Policy tool enables users and administrators to modify security policy for the machine policy level, the user policy level, and the enterprise policy level.
caspol [options]
Switches and examples
Example:
caspol.exe -quiet -m -ag 1.2 -url FILENAME FullTrust
I have been a long time with Yahoo Messenger. Lately i have been asked by a colleague about an easy way to modify her Yahoo Messenger sounds, and today i would like to share the answer with you :).
Many Yahoo Messenger (YM) users doesn’t seem to be aware that they can use any *.wav file as a their preferred YM sound. However, based on previous experience, finding a nice free *.wav file can be challenging. Therefore i prepared the following list of useful web sites from which you can download a free *.wav sound file that you can later use with YM. So here we go:
Pacdv - free sound effects
A1 Free sound effects
Amazing Sounds
WAV Sound archive (opens a pop-up - so make sure you have your popup blocker turned on)
So, How to change your YM sounds?
Find a *.wav file in one of the aforementioned websites.
Download the file to any folder in your computer.
Open Yahoo Messenger.
Click Messenger then Preferences
Navigate to the Alerts &
Any person who is of the opinion that the Firefox web browsing software application is fit to merely surf the web and do nothing else is completely mistaken. The versatility of the Firefox web browsing software application is something that can only be experienced. No amount of words and explanations will suffice.If you search the internet, you can even find ways to incorporate the Google Desktop Search feature into your Firefox web browser. As we all know, the Google Desktop Search feature enables you to use the Google data base to search the hard drives of your computer for the files stored on your computer. The end users of the Firefox web browsing software application have the option of adding the Google Desktop Search feature as a search engine to their Firefox web browser. Hence, if the end user is surfing the web and if he or she come across a file that may have been downloaded earlier, the end user can easily choose the Google Desktop Search feature as the search engine and
The RSS feed icon has an orange colour by default. According to the RSS icon's license you are free to change its colour so the icon fits well to your site. There are two ways to change the colour: one using Adobe Illustrator (which means change the colour manually) and one using Adobe Photoshop. Illustrator gives a little bit better results but this way is more difficult if you are not an Illustrator user. Anyway most of the times we use small versions of RSS icon, so its hard to notice a difference. I will show you the "easy" way using Photoshop. Lets start! First of all download the feed icons from here (there are PSD, EPS, JPEG and PNG versions of the icon in the zip file). Unzip the file and:Open the greyscale folder and choose the .psd icon you want (for example the 128x128 which is the biggest dimensions offered).After you open the file with Photoshop, check if the layer pallete is visible. If not press F7 to make it visible.Right click on the "Feed icon" layer in layers pallet